@charset "UTF-8";
/* ===========================
    main.scss
   =========================== */
/* ===========================
   abstracts/_index.scss
   =========================== */
/* ===========================
   abstracts/_variables.scss
   =========================== */
/**************************
**     BASE VARIABLES    **
**************************/
/* Grigio scuro con buon contrasto */
/*Font*/
/**************************
**         Cards         **
**************************/
/************************** 
**        FOOTER         **
**************************/
/**************************
**    WHATSAPP BUTTON    **
**************************/
/**************************
**        Files Svg      **
**************************/
/*-------------------------------------------------------------------------------------------- */
/* MIXIN  */
/*-------------------------------------------------------------------------------------------- */
/* ===========================
   abstracts/_index.scss
   =========================== */
/* ===========================
    base/_index.scss
   =========================== */
/* ===========================
    main.scss
   =========================== */
/* ===========================
    base/_base_settings.scss
   =========================== */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html, body {
  overflow-x: hidden;
}

body,
input,
textarea,
select {
  font-family: "Montserrat", sans-serif;
}

input[type=text],
input[type=search],
input[type=password],
.woocommerce form .form-row .input-text, .woocommerce form .form-row select,
.wc-block-components-form .wc-block-components-text-input.is-active input[type=email],
html body .wc-block-components-text-input input[type=text],
html body.wc-block-components-text-input input[type=tel],
#wc-block-components-totals-coupon__input-coupon {
  width: 100%;
  margin-bottom: 6px;
  padding: 10px;
  background: white;
  border: 3px solid #b36b00;
}
input[type=text]:focus,
input[type=search]:focus,
input[type=password]:focus,
.woocommerce form .form-row .input-text:focus, .woocommerce form .form-row select:focus,
.wc-block-components-form .wc-block-components-text-input.is-active input[type=email]:focus,
html body .wc-block-components-text-input input[type=text]:focus,
html body.wc-block-components-text-input input[type=tel]:focus,
#wc-block-components-totals-coupon__input-coupon:focus {
  border: 6px solid #b36b00;
}

/** ANCHE AUMENTANDO LA SPECIFICITà NON SOVRACRIVE LE REGOLE*/
.wc-block-components-text-input input[type=text],
.wc-block-components-text-input input[type=tel],
.wc-blocks-components-select .wc-blocks-components-select__select {
  border: 3px solid #b36b00 !important;
}
.wc-block-components-text-input input[type=text]:focus,
.wc-block-components-text-input input[type=tel]:focus,
.wc-blocks-components-select .wc-blocks-components-select__select:focus {
  border: 6px solid #b36b00 !important;
}

textarea,
textarea#comment {
  width: 100%;
  padding: 10px;
  border: 3px solid #b36b00;
  resize: none;
}
textarea#comment:focus, textarea.wpcf7-textarea:focus,
textarea#comment#comment:focus,
textarea#comment.wpcf7-textarea:focus {
  border: 6px solid #b36b00;
}

input::placeholder,
textarea::placeholder {
  color: #555555;
}

body {
  background-color: #323137;
  color: white;
}

img {
  max-width: 100%;
  aspect-ratio: 16/9;
  vertical-align: bottom;
}

a {
  display: inline-block; /* Limita il link alle dimensioni del contenuto */
}

*:focus {
  border: 3px solid #ffa500;
  outline-offset: 2px;
}

.clearfix::before,
.clearfix::after {
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
}

.clearfix::after {
  clear: both;
}

.ar_content {
  width: 1300px;
  margin: 0 auto;
}

.ar_col-1 {
  width: 8.33333%;
}

.ar_col-2 {
  width: 16.66666%;
}

.ar_col-3 {
  width: 25%;
}

.ar_col-md-3 {
  flex: 0 0 auto;
  width: 25%;
}

.ar_col-4 {
  width: 33.33333%;
}

.ar_col-5 {
  width: 41.66666667%;
}

.ar_col-md-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.ar_col-6 {
  width: 50%;
}

.ar_col-7 {
  width: 58.33333333%;
}

.ar_col-md-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.ar_col-8 {
  width: 66.66666%;
}

.ar_col-9 {
  width: 75%;
}

.ar_col-md-9 {
  flex: 0 0 auto;
  width: 75%;
}

.ar_col-10 {
  width: 83.33333%;
}

.ar_divider {
  padding: 20px 0;
}

.ar_spacer {
  padding: 100px 0;
}

.ar_spacer-top {
  padding-top: 100px;
}

.ar_spacer-bottom {
  padding-bottom: 100px;
}

.ar_mt30 {
  margin-top: 30px;
}

.ar_mr30 {
  margin-right: 30px;
}

.ar_mb15 {
  margin-bottom: 15px;
}

.ar_responsive img {
  height: auto;
  width: 100%;
}

.ar_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.ar_center {
  text-align: center;
}

.ar_show-menu-mobile {
  transform: translateX(0);
}

.ar_svgicon {
  width: 20px;
  height: 20px !important;
  filter: invert(1); /* Cambia colore (nero → bianco) */
  vertical-align: middle; /* Allinea all'interno del testo */
}

.ar_whatsapp {
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 99999;
}
.ar_whatsapp a {
  font-size: 32px;
  color: white;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  text-align: center;
  line-height: 45px;
  display: block;
  background-color: #00e675;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.2509803922);
  transition: 0.3s;
}
.ar_whatsapp a:hover {
  background-color: #118c7e;
  color: white;
}
.ar_whatsapp span {
  font-size: 10px;
}

/* ===========================
    main.scss
   =========================== */
/* ===========================
    base/_typography.scss
   =========================== */
h1 {
  color: white;
  font-size: clamp(32px, 5vw, 48px);
  font-weight: 700;
  text-transform: capitalize;
  position: relative;
}

h2 {
  color: #2FF8EF;
  font-size: clamp(26px, 5vw, 36px);
  font-weight: 600;
  position: relative;
}

h3 {
  color: #2FF8EF;
  font-size: clamp(20px, 5vw, 24px);
  font-weight: 400;
  margin-bottom: 10px;
}

h4 {
  color: #2FF8EF;
  font-size: 16px;
  font-weight: 400;
  margin-top: 18px;
}

h5 {
  color: #2FF8EF;
  font-size: 13px;
  font-weight: 400;
}

h6 {
  color: #2FF8EF;
  font-size: 10px;
  font-weight: 400;
}

p {
  color: white;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  font-weight: 400;
  margin-bottom: 20px;
}

a {
  color: #ffa500;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  transition: 0.3s;
}
a:hover {
  color: #4EF6FF;
}

h1,
h2,
h3,
p,
a,
.entry-title,
.post-title,
.page-title {
  word-break: break-word; /* spezza le parole lunghe */
  overflow-wrap: break-word; /* compatibilità */
  white-space: normal; /* impedisce che stia su una riga sola */
  hyphens: auto; /* per andare a capo con sillabazione dove possibile */
}

b {
  color: white;
}

/* ===========================
    components/_index.scss
   =========================== */
/* ===========================
    main.scss
   =========================== */
/* ===========================
    components/_accesibility.scss
   =========================== */
.sr-only,
.visually-hidden,
.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

fieldset {
  border: none;
  border-left: 2px solid #b36b00;
  padding-left: 1em;
  margin-bottom: 2em;
}

legend {
  font-size: 1.1em;
  font-weight: 600;
  padding: 0 0.5em;
  color: #333;
}
legend-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

/* ===========================
    main.scss
   =========================== */
/* ===========================
    components/_grids.scss
   =========================== */
.ar_grid {
  display: grid;
  grid-template-columns: 25% 25% auto;
  grid-template-rows: 90px 60px auto auto;
}
.ar_grid h2 {
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 0;
  text-transform: uppercase;
}
.ar_grid-image {
  grid-column: 1/4;
  grid-row: 1/4;
  width: 800px;
  height: 420px;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/tigerland4.jpg) no-repeat;
  background-size: cover;
}
.ar_grid-title {
  grid-column: 3/4;
  grid-row: 2;
  z-index: 1;
}

.ar_paragraph {
  grid-column: 3/5;
  grid-row: 3;
  z-index: 1;
}

/* ===========================
    main.scss
   =========================== */
/* ===========================
    components/_page.scss
   =========================== */
.ar_section {
  display: flex;
  gap: 20px;
}

.ar_inner {
  padding: 0 10px;
}
.ar_inner a:hover h2 {
  transition: 0.3s;
  transform: scale(1.3);
  color: #ffa500;
}
.ar_inner h2 {
  transition: 0.3s;
  color: #ffa500;
  text-transform: capitalize;
  margin-bottom: 40px;
}
.ar_inner p {
  padding-top: 20px;
}

.ar_space_image404 {
  margin: 250px 0px 20px 0;
}

.ar_breadcrumps p {
  font-size: 16px;
  color: #ffa500;
  justify-content: center;
  /* Centra il contenuto */
  flex-wrap: wrap;
  /* Evita che il testo vada fuori dallo schermo */
  gap: 6px;
  /* Aggiunge spazio tra gli elementi */
  text-transform: uppercase;
}
.ar_breadcrumps a {
  font-size: 16px;
  text-decoration: none;
  transition: 0.3s;
}
.ar_breadcrumps a:hover {
  color: #ffa500;
}
.ar_breadcrumps .breadcrumb_last {
  color: #ffa500;
}
.ar_breadcrumps .separator::before {
  content: "\e4e5";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: white;
  margin: 0 5px 0 5px;
}
.ar_breadcrumps .separator {
  margin: 0;
}

/* Pseudo-elemento che visualizza l'SVG */
.ar_pseudo::before {
  display: block;
  content: url("../img/desktop-tower.svg");
  margin: 0 auto 100px;
  width: 80px;
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
}

.wp-post-image {
  max-width: 100%;
  width: 100%;
  height: auto;
}

.ar_colum-text {
  padding-left: 40px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

figure a:hover {
  transform: scale(1.07);
}

/* Video */
.ar_video {
  width: 100%;
}

h2.wp-block-heading {
  color: #2FF8EF;
}

h3.wp-block-heading {
  font-weight: 700;
}

.wpcf7-email,
.wpcf7-tel {
  width: 100%;
  margin-bottom: 6px;
  padding: 10px;
  border: 3px solid #b36b00;
}

.wpcf7-response-output {
  color: white;
  border-color: red;
}

.wpcf7-not-valid-tip {
  color: #4EF6FF;
}

.cmplz-service-header h3 {
  color: black;
}

/* ===========================
    main.scss
   =========================== */
/* ===========================
    components/_shop.scss
   =========================== */
.ar_header_menu-shop-container {
  display: flex;
  justify-content: flex-end;
}

body.woocommerce-page.post-type-archive-product header[role=banner] img.ar_logo,
body.woocommerce-page.single-product header[role=banner] img.ar_logo,
body.woocommerce-cart header[role=banner] img.ar_logo,
body.woocommerce-checkout header[role=banner] img.ar_logo,
body.woocommerce-account header[role=banner] img.ar_logo {
  display: block;
  width: auto;
  height: auto;
  max-height: 140px;
  object-fit: contain;
  aspect-ratio: auto;
  flex: 0 0 auto;
  align-self: center;
  min-height: 0;
}

.woocommerce-Address-title {
  margin-top: 200px;
}

.ar_header_menu-shop {
  border-right: 1px solid rgba(255, 255, 255, 0.7);
  margin-right: 15px;
  padding-right: 25px;
}
.ar_header_menu-shop ul {
  list-style: none;
  display: flex;
  gap: 20px;
  justify-content: flex-end;
}

.ar_header_social ul {
  list-style: none;
  display: flex;
  gap: 20px;
  justify-content: flex-end;
}

.ar_header_mini-cart {
  position: relative;
}

.ar_header_counter {
  position: absolute;
  right: -15px;
  bottom: -8px;
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  font-size: 10px;
  color: black;
  background-color: #4EF6FF;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
}

.ar_shop_row {
  display: flex;
  flex-wrap: wrap;
  padding-right: 0.75rem;
  padding-left: 0.75;
  margin-top: 0;
}

.ar_shop_sidebar-prodotti {
  margin-right: 30px;
}

.ar_shop_widget {
  margin-bottom: 60px;
}

.ar_shop_widget-menu li {
  list-style: none;
}
.ar_shop_widget-menu a {
  display: block;
  border-bottom: 1px solid #555555;
  padding: 10px 0;
  color: #7EB5B7;
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
}
.ar_shop_widget-menu a:after {
  content: "\f061";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #FF5B44;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}

.ar_shop_meta-prodotti {
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ar_shop_meta-prodotti__numero {
  color: white;
}
.ar_shop_meta-prodotti__ordinamento {
  width: auto;
}

.woocommerce .wc-block-product-filter-checkbox-list__text {
  color: white;
}

.woocommerce .woocommerce-result-count {
  margin: 16px 0 0 16px;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
  color: white;
  font-size: 20px;
  transition: all 0.3s;
}

.ar_shop_lista-prodotti {
  display: grid;
  gap: 60px 30px;
  grid-template-columns: 1fr 1fr 1fr;
}

.ar_shop_box-prodotto {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  box-sizing: border-box;
}
.ar_shop_box-prodotto__link,
.ar_shop_box-prodotto .woocommerce-LoopProduct-link {
  display: block;
  color: white;
  text-decoration: none;
  text-align: center;
}
.ar_shop_box-prodotto__link:hover span.price,
.ar_shop_box-prodotto .woocommerce-LoopProduct-link:hover span.price {
  color: #4EF6FF;
}
.ar_shop_box-prodotto__image {
  position: relative;
  flex-shrink: 0;
  height: 250px;
  overflow: hidden;
}
.ar_shop_box-prodotto__image img {
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: none !important;
  object-fit: cover;
  display: block;
  transition: all 0.3s;
}
.ar_shop_box-prodotto__image:hover img {
  transform: scale(1.1);
}
.ar_shop_box-prodotto__offerta,
.ar_shop_box-prodotto span.onsale {
  position: absolute;
  right: 21px;
  top: 10px;
  background-color: #b36b00;
  color: #1E0C0C;
  text-transform: uppercase;
  font-size: 12px;
  padding: 5px 10px;
  font-weight: 700;
  left: auto;
  border-radius: 0;
  line-height: 1.5;
  min-height: auto;
}
.ar_shop_box-prodotto h2 {
  font-size: 16px;
  margin: 15px 0 5px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.2;
}
.ar_shop_box-prodotto.has-multiline-title h2 {
  min-height: 3.6em;
}
.ar_shop_box-prodotto .ar_shop_price,
.ar_shop_box-prodotto price {
  font-size: 20px;
}
.ar_shop_box-prodotto .btn-carrello,
.ar_shop_box-prodotto .add_to_cart_button,
.ar_shop_box-prodotto .button {
  width: auto;
  max-width: 100%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  font-size: 14px;
  line-height: 1.2;
  white-space: nowrap;
  margin-left: auto;
  margin-right: auto;
  min-width: 140px;
  text-align: center;
}
.ar_shop_box-prodotto .woocommerce-LoopProduct-link {
  display: inline-block;
  padding-bottom: 14px;
}
.ar_shop_box-prodotto .price,
.ar_shop_box-prodotto .add_to_cart_button {
  margin-top: auto;
  flex-grow: 0;
}

.woocommerce-pagination {
  padding-top: 30px;
}

.page-numbers {
  margin: 60px 0;
  padding: 10px 15px;
}
.page-numbers ul {
  list-style: none;
  display: flex;
  justify-content: center;
}
.page-numbers a,
.page-numbers span {
  display: inline-block;
  width: 40px;
  height: 40px;
  font-size: 14px;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  border: 1px solid #b36b00;
  margin: 0 10px;
  border-radius: 2px;
}

.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
  background-color: rgba(255, 166, 0, 0.5);
  color: #1E0C0C;
  font-weight: bold;
}

.ar_shop_prodotto {
  background-color: transparent;
  padding: 30px 0 90px 0;
}
.ar_shop_prodotto .ar_content {
  position: relative;
}
.ar_shop_prodotto span.onsale {
  position: absolute;
  left: 5px;
  top: 10px;
  background-color: #b36b00;
  color: black;
  text-transform: uppercase;
  font-size: 12px;
  padding: 5px 10px;
  font-weight: 700;
  border-radius: 0;
  line-height: 1.5;
  min-height: auto;
  pointer-events: none;
}
.ar_shop_prodotto__media {
  display: flex;
  gap: 10px;
}
.ar_shop_prodotto__media img {
  aspect-ratio: auto;
}
.ar_shop_prodotto__galleria {
  max-width: 120px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.ar_shop_prodotto__galleria img {
  display: block;
}
.ar_shop_prodotto__summary {
  padding: 0 10px;
}
.ar_shop_prodotto__summary h1 {
  font-size: 40px;
}
.ar_shop_prodotto__prezzo {
  font-size: 25px;
  color: #ffa500;
}
.ar_shop_prodotto__excerpt {
  border-top: 1px solid #888888;
  padding-top: 30px;
  margin-top: 30px;
  font-size: 18px;
}
.ar_shop_prodotto__disponibilita {
  color: rgb(38, 199, 17);
  text-transform: uppercase;
  font-size: 14px;
}
.ar_shop_prodotto__quantita {
  display: flex;
  margin-top: 30px;
}
.ar_shop_prodotto__quantita input[type=number] {
  padding: 12px;
  background: none;
  border: 1px solid white;
  color: white;
  font-size: 20px;
  width: 60px;
}
.ar_shop_prodotto__spedizione {
  margin-top: 30px;
}
.ar_shop_prodotto__spedizione span {
  color: white;
}
.ar_shop_prodotto__spedizione i {
  color: #ffa500;
  font-size: 20px;
  margin-right: 10px;
}
.ar_shop_prodotto__meta {
  border-top: 1px solid #888888;
  margin-top: 30px;
  padding-top: 15px;
  font-size: 14px;
}
.ar_shop_prodotto__meta#text {
  color: red;
}
.ar_shop_prodotto__tabs {
  margin: 60px 0 0;
}
.ar_shop_prodotto__tabnav ul {
  list-style: none;
  display: flex;
  border-bottom: 2px solid #888888;
  gap: 50px;
}
.ar_shop_prodotto__tabnav a {
  display: inline-block;
  font-size: 30px;
  font-weight: 600;
  color: #888888;
  padding: 15px 0;
  text-decoration: none;
  text-transform: uppercase;
}
.ar_shop_prodotto__tabnav a:hover, .ar_shop_prodotto__tabnav a.active {
  color: #ffa500;
}
.ar_shop_prodotto__panel {
  margin-top: 15px;
  font-size: 18px;
  padding: 0 15px;
}
.ar_shop_prodotto__correlati {
  background-color: #555555;
  padding: 0 0 90px 0;
}
.ar_shop_prodotto__correlati__occhiello {
  color: white;
}

.ar_shop_btn_single-product {
  width: 125px;
  margin: 0 0 0 15px;
}

.woocommerce div.product form.cart div.quantity {
  margin: 0 15px 0 0;
}
.woocommerce div.product form.cart div.quantity input[type=number] {
  padding: 12px;
  background: none;
  border: 1px solid white;
  color: white;
  font-size: 20px;
  width: 60px;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt {
  border-radius: 0;
  font-size: 14px;
  padding: 18px 6px;
  text-transform: uppercase;
  border: 1px solid #b36b00;
  transition: 0.3s;
  background-color: transparent;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover {
  background-color: #b36b00;
  color: white;
}

.ar_shop_lista-prodotti {
  display: grid;
  gap: 60px 30px;
  grid-template-columns: 1fr 1fr 1fr;
  padding: 0 15px;
}

.ar_shop_titolo-sezione {
  text-align: center;
  margin-bottom: 40px;
}

.product_meta {
  color: white;
}

/*-------------------------------------------------------------------------------------------- */
/* SINGOLO PRODOTTO - SCELTA  */
/*-------------------------------------------------------------------------------------------- */
.woocommerce-product-gallery__image img,
.flex-control-nav.flex-control-thumbs img {
  aspect-ratio: 4/3;
  object-fit: contain;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price, .woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price,
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product .stock {
  color: unset;
}

.woocommerce-product-details__short-description {
  margin-bottom: 15px;
}

.woocommerce div.product form.cart .variations select {
  color: white;
  background-color: #323137;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E%0A");
  padding-left: 15px;
}

.posted_in {
  display: block;
  line-height: 40px;
}

.disponibilita-scorte {
  font-size: 1.2rem;
  font-weight: bold;
  margin-top: 10px;
}
.disponibilita-scorte__in-eusarimento {
  color: red;
  width: fit-content;
  padding: 0 10px;
}

section.related.products {
  margin-top: 70px;
}
section.related.products h2 {
  text-align: center;
  margin-bottom: 40px;
}
section.related.products .ar_shop_box-prodotto__image {
  position: relative;
}
section.related.products .ar_shop_box-prodotto__image img {
  width: 100%;
}
section.related.products .ar_shop_box-prodotto__image .onsale {
  left: auto;
}
section.related.products a.add_to_cart_button {
  display: block;
  max-width: 90%;
}
section.related.products .ar_shop_box-prodotto {
  text-align: center;
}

/*-------------------------------------------------------------------------------------------- */
/* MINI-CART  */
/*-------------------------------------------------------------------------------------------- */
.admin-bar .ar_minicart {
  top: 140px;
  height: calc(100vh - 112px);
}

.ar_minicart {
  position: fixed;
  right: -300px;
  width: 300px;
  height: calc(100vh - 80px);
  overflow-y: auto;
  background-color: #626272;
  padding: 30px;
  transition: right 0.3s;
}
.ar_minicart.openMinicart {
  right: 0;
}
.ar_minicart ul.cart_list li,
.ar_minicart ul.product_list_widget li {
  text-align: center;
  padding: 20px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  width: 100%;
}
.ar_minicart ul.cart_list li a,
.ar_minicart ul.product_list_widget li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  color: white;
}
.ar_minicart ul.cart_list li a img,
.ar_minicart ul.product_list_widget li a img {
  width: calc(100% - 10px);
  height: auto;
  object-fit: contain;
  border-radius: 4px;
  background-color: white;
  margin-bottom: 10px;
  display: block;
}
.ar_minicart .quantity {
  font-size: 13px;
  color: white;
  margin-top: 5px;
}
.ar_minicart .woocommerce-mini-cart__total.total {
  margin-top: 20px;
  text-align: center;
  color: white;
  font-size: 16px;
  font-weight: bold;
}
.ar_minicart .button.checkout.wc-forward {
  margin-top: 20px;
  width: 100%;
  border-radius: 0;
  text-align: center;
  padding: 12px 0;
  background-color: transparent;
  color: white;
  text-transform: uppercase;
  font-weight: 600;
  border: 1px solid #b36b00;
  transition: background-color 0.3s;
}
.ar_minicart .button.checkout.wc-forward:hover {
  background-color: #b36b00;
  color: white;
}

.ar_header_menu-shop ul {
  flex-wrap: wrap;
}

/*-------------------------------------------------------------------------------------------- */
/* GESTIONE CARRELLO E PAGAMENTO  */
/*-------------------------------------------------------------------------------------------- */
.wp-block-woocommerce-cart-order-summary-block {
  color: white;
}

.wc-block-cart-items__header-product span {
  visibility: visible;
}

.remove.remove_from_cart_button {
  margin: 0 0 5px 0;
  font-size: 26px;
}

.woocommerce-cart .wc-block-cart-item__image img,
.wc-block-components-order-summary-item__image img {
  width: auto;
  height: auto;
  max-width: 100px;
  max-height: 100px;
  object-fit: contain;
  display: block;
  margin: 0 auto;
  aspect-ratio: 1/1;
}

.woocommerce-product-gallery__image.flex-active-slide img {
  width: 100%;
}

body .wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input {
  border-left: 1px solid white;
  border-right: 1px solid white;
}

.wc-block-components-quantity-selector {
  border: 1px solid white;
}

.wc-block-components-order-summary-item__description,
.wc-block-components-product-price,
.wc-block-components-panel__button,
.wc-block-components-totals-item,
.wc-block-components-radio-control__option-layout,
.wc-block-components-radio-control-accordion-content,
.wc-block-components-checkbox__label,
.wc-block-checkout__actions_row,
span.wc-block-components-address-form__address_2-toggle,
.wc-block-formatted-money-amount.wc-block-components-formatted-money-amount.wc-block-components-checkout-order-summary__title-price {
  color: white;
}

.wc-block-components-checkout-order-summary__title-icon svg path {
  fill: white;
}

.wc-block-components-radio-control.wc-block-components-radio-control--highlight-checked .wc-block-components-radio-control-accordion-option.wc-block-components-radio-control-accordion-option--checked-option-highlighted {
  box-shadow: inset 0 0 0 1.5px white;
}

body .wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox] {
  border: 3px solid #b36b00;
}

body .wc-block-components-textarea {
  border: 3px solid #b36b00;
}
body .wc-block-components-textarea:focus {
  border: 6px solid #b36b00;
}

.wc-block-components-checkbox__label a {
  font-weight: bold;
}

/*-------------------------------------------------------------------------------------------- */
/* IL MIO ACCOUNT  */
/*-------------------------------------------------------------------------------------------- */
/** Accedi */
/** Notifiche WooCommerce - stile uniforme al caricamento */
.woocommerce-notices-wrapper {
  pointer-events: none;
  user-select: none;
}

body.woocommerce-page .woocommerce-error {
  background-color: #fff0f0;
  color: black;
  border: none;
  border-bottom: 6px solid #ff4b4b;
  box-shadow: none;
  outline: none;
  transition: none;
}
body.woocommerce-page .woocommerce-error li {
  color: inherit;
}
body.woocommerce-page .woocommerce-error:focus, body.woocommerce-page .woocommerce-error:focus-visible, body.woocommerce-page .woocommerce-error:target {
  outline: none;
  border: none;
  border-bottom: 6px solid #ff4b4b;
  box-shadow: none;
}

/*-------------------------------------------------------------------------------------------- */
/* Gestione dei box in frontend  */
/*-------------------------------------------------------------------------------------------- */
/* Allineamento immagini nei dettagli tecnici */
.is-layout-constrained > .alignleft {
  float: left;
  margin-right: 1.5em;
  margin-bottom: 1em;
}

.is-layout-constrained > .alignright {
  float: right;
  margin-left: 1.5em;
  margin-bottom: 1em;
}

.is-layout-constrained > .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1em;
  float: none;
  text-align: center;
}

.is-layout-constrained > .alignnone {
  display: inline-block;
  margin-bottom: 1em;
}

/* Responsive iframe/video wrapper */
.responsive-iframe-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
  overflow: hidden;
  margin-bottom: 1em;
}

.responsive-iframe-wrapper iframe,
.responsive-iframe-wrapper video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

/* Limita la larghezza massima dei video/iframe */
.responsive-iframe-wrapper {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

/* Mantiene il comportamento responsive */
.responsive-iframe-wrapper iframe,
.responsive-iframe-wrapper video {
  width: 100%;
  height: 100%;
}

/* ===========================
    main.scss
   =========================== */
/*-------------------------------------------------------------------------------------------- */
/* Generale  */
/*-------------------------------------------------------------------------------------------- */
.alignwide {
  max-width: 1400px;
  width: 1400px;
  margin: 0 -50px;
}

.alignfull {
  max-width: 100vw;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}

/*-------------------------------------------------------------------------------------------- */
/* BLOCCO PARAGRAFO  */
/*-------------------------------------------------------------------------------------------- */
.is-style-occhiello {
  text-transform: uppercase;
  color: #ffa500;
  font-size: 16px;
  margin: 0;
  font-weight: 700;
}

.wp-block-list li {
  color: white;
  font-weight: 700;
}

/*-------------------------------------------------------------------------------------------- */
/* Blocco media-text  */
/*-------------------------------------------------------------------------------------------- */
.wp-block-media-text {
  gap: 90px;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 40px;
  /* .wp-block-media-text__media{

  }*/
}
.wp-block-media-text.has-media-on-the-right {
  grid-template-columns: 1fr 1fr;
}
.wp-block-media-text .wp-block-media-text__content {
  padding: 0;
}

/*-------------------------------------------------------------------------------------------- */
/* BOTTONI  */
/*-------------------------------------------------------------------------------------------- */
.woocommerce-mini-cart__buttons a.button.wc-forward:not(.checkout) {
  width: auto;
  white-space: nowrap;
}
.woocommerce-mini-cart__buttons a.button.wc-forward:not(.checkout) {
  display: inline-block;
  text-decoration: none;
  border-radius: 0;
  color: white;
  font-weight: 600;
  font-size: 14px;
  padding: 20px;
  text-transform: uppercase;
  border: 1px solid #b36b00;
  transition: 0.3s;
  background-color: transparent;
}
.woocommerce-mini-cart__buttons a.button.wc-forward:not(.checkout):hover {
  background-color: #b36b00;
  color: white;
}
.woocommerce-mini-cart__buttons a.button.wc-forward:not(.checkout):active {
  background-color: #b36b00;
  border-color: #b36b00;
  color: white;
}
.woocommerce-mini-cart__buttons a.button.wc-forward:not(.checkout):focus {
  background-color: #b36b00;
  box-shadow: unset;
  border-color: #b36b00;
  color: white;
}

.btn--wide,
.wp-block-button__link.btn--wide {
  display: block;
  width: 100%;
  text-align: center;
}
.btn--wide,
.wp-block-button__link.btn--wide {
  display: inline-block;
  text-decoration: none;
  border-radius: 0;
  color: white;
  font-weight: 600;
  font-size: 14px;
  padding: 18px 40px;
  text-transform: uppercase;
  border: 1px solid #b36b00;
  transition: 0.3s;
  background-color: transparent;
}
.btn--wide:hover,
.wp-block-button__link.btn--wide:hover {
  background-color: #b36b00;
  color: white;
}
.btn--wide:active,
.wp-block-button__link.btn--wide:active {
  background-color: #b36b00;
  border-color: #b36b00;
  color: white;
}
.btn--wide:focus,
.wp-block-button__link.btn--wide:focus {
  background-color: #b36b00;
  box-shadow: unset;
  border-color: #b36b00;
  color: white;
}

.btn--outline,
.wp-block-button__link.btn--outline {
  display: inline-block;
  text-decoration: none;
  border-radius: 0;
  color: #b36b00;
  font-weight: 600;
  font-size: 14px;
  padding: 18px 40px;
  text-transform: uppercase;
  border: 1px solid #b36b00;
  transition: 0.3s;
  background-color: transparent;
}
.btn--outline:hover,
.wp-block-button__link.btn--outline:hover {
  background-color: #b36b00;
  color: white;
}
.btn--outline:active,
.wp-block-button__link.btn--outline:active {
  background-color: #b36b00;
  border-color: #b36b00;
  color: white;
}
.btn--outline:focus,
.wp-block-button__link.btn--outline:focus {
  background-color: #b36b00;
  box-shadow: unset;
  border-color: #b36b00;
  color: white;
}

.ar_button,
.adminbar-button,
.wp-block-button__link,
.button,
[type=submit],
.search-submit,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button,
.wc-block-components-button:not(.is-link),
.woocommerce :where(a.button,
button.button,
.woocommerce-button,
.woocommerce-Button,
.woocommerce-form-login__submit,
.woocommerce-form-register__submit),
.woocommerce-button.button.woocommerce-form-login__submit,
.woocommerce-Button.woocommerce-button.button.woocommerce-form-register__submit,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled {
  display: inline-block;
  text-decoration: none;
  border-radius: 0;
  color: white;
  font-weight: 600;
  font-size: 14px;
  padding: 18px 40px;
  text-transform: uppercase;
  border: 1px solid #b36b00;
  transition: 0.3s;
  background-color: transparent;
}
.ar_button:hover,
.adminbar-button:hover,
.wp-block-button__link:hover,
.button:hover,
[type=submit]:hover,
.search-submit:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:hover,
.wc-block-components-button:not(.is-link):hover,
.woocommerce :where(a.button,
button.button,
.woocommerce-button,
.woocommerce-Button,
.woocommerce-form-login__submit,
.woocommerce-form-register__submit):hover,
.woocommerce-button.button.woocommerce-form-login__submit:hover,
.woocommerce-Button.woocommerce-button.button.woocommerce-form-register__submit:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled:hover {
  background-color: #b36b00;
  color: white;
}
.ar_button:active,
.adminbar-button:active,
.wp-block-button__link:active,
.button:active,
[type=submit]:active,
.search-submit:active,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:active,
.wc-block-components-button:not(.is-link):active,
.woocommerce :where(a.button,
button.button,
.woocommerce-button,
.woocommerce-Button,
.woocommerce-form-login__submit,
.woocommerce-form-register__submit):active,
.woocommerce-button.button.woocommerce-form-login__submit:active,
.woocommerce-Button.woocommerce-button.button.woocommerce-form-register__submit:active,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled:active {
  background-color: #b36b00;
  border-color: #b36b00;
  color: white;
}
.ar_button:focus,
.adminbar-button:focus,
.wp-block-button__link:focus,
.button:focus,
[type=submit]:focus,
.search-submit:focus,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:focus,
.wc-block-components-button:not(.is-link):focus,
.woocommerce :where(a.button,
button.button,
.woocommerce-button,
.woocommerce-Button,
.woocommerce-form-login__submit,
.woocommerce-form-register__submit):focus,
.woocommerce-button.button.woocommerce-form-login__submit:focus,
.woocommerce-Button.woocommerce-button.button.woocommerce-form-register__submit:focus,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled:focus {
  background-color: #b36b00;
  box-shadow: unset;
  border-color: #b36b00;
  color: white;
}

.search-submit,
[type=submit] {
  display: inline-block;
  text-decoration: none;
  border-radius: 0;
  color: white;
  font-weight: 600;
  font-size: 14px;
  padding: 10px 15px;
  text-transform: uppercase;
  border: 1px solid #b36b00;
  transition: 0.3s;
  background-color: transparent;
}
.search-submit:hover,
[type=submit]:hover {
  background-color: #b36b00;
  color: white;
}
.search-submit:active,
[type=submit]:active {
  background-color: #b36b00;
  border-color: #b36b00;
  color: white;
}
.search-submit:focus,
[type=submit]:focus {
  background-color: #b36b00;
  box-shadow: unset;
  border-color: #b36b00;
  color: white;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button {
  margin-top: 10px;
  left: 50%;
  transform: translateX(-50%);
}

.wp-block-button.is-style-outline {
  border: 1px solid #b36b00;
}
.wp-block-button.is-style-outline--1 {
  color: #b36b00;
}

.btn--small {
  display: inline-block;
  text-decoration: none;
  border-radius: 0;
  color: white;
  font-weight: 600;
  font-size: 14px;
  padding: 8px 20px;
  text-transform: uppercase;
  border: 1px solid #b36b00;
  transition: 0.3s;
  background-color: transparent;
}
.btn--small:hover {
  background-color: #b36b00;
  color: white;
}
.btn--small:active {
  background-color: #b36b00;
  border-color: #b36b00;
  color: white;
}
.btn--small:focus {
  background-color: #b36b00;
  box-shadow: unset;
  border-color: #b36b00;
  color: white;
}

.btn--secondary {
  display: inline-block;
  text-decoration: none;
  border-radius: 0;
  color: white;
  font-weight: 600;
  font-size: 14px;
  padding: 18px 40px;
  text-transform: uppercase;
  border: 1px solid #b36b00;
  transition: 0.3s;
  background-color: transparent;
}
.btn--secondary:hover {
  background-color: #b36b00;
  color: white;
}
.btn--secondary:active {
  background-color: #b36b00;
  border-color: #b36b00;
  color: white;
}
.btn--secondary:focus {
  background-color: #b36b00;
  box-shadow: unset;
  border-color: #b36b00;
  color: white;
}

.btn--danger {
  display: inline-block;
  text-decoration: none;
  border-radius: 0;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  padding: 18px 40px;
  text-transform: uppercase;
  border: 1px solid #dc3545;
  transition: 0.3s;
  background-color: #dc3545;
}
.btn--danger:hover {
  background-color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
  color: #fff;
}
.btn--danger:active {
  background-color: #b36b00;
  border-color: #b36b00;
  color: white;
}
.btn--danger:focus {
  background-color: #b36b00;
  box-shadow: unset;
  border-color: #b36b00;
  color: white;
}

.wp-block-button__link.has-text-align-center.wp-element-button {
  display: inline-block;
  text-decoration: none;
  border-radius: 0;
  color: white;
  font-weight: 600;
  font-size: 14px;
  padding: 18px 40px;
  text-transform: uppercase;
  border: 1px solid #b36b00;
  transition: 0.3s;
  background-color: transparent;
}
.wp-block-button__link.has-text-align-center.wp-element-button:hover {
  background-color: #b36b00;
  color: white;
}
.wp-block-button__link.has-text-align-center.wp-element-button:active {
  background-color: #b36b00;
  border-color: #b36b00;
  color: white;
}
.wp-block-button__link.has-text-align-center.wp-element-button:focus {
  background-color: #b36b00;
  box-shadow: unset;
  border-color: #b36b00;
  color: white;
}

.tw360-ricerca-cassa {
  text-align: center;
}
.tw360-ricerca-cassa .tw360-form-row {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
}
.tw360-ricerca-cassa .tw360-form-row input {
  width: 300px;
}

.tw360-video-wrapper h2 {
  text-align: center;
  margin: 2rem 0;
}
.tw360-video-wrapper h3 {
  display: none;
}

.tw360-video-grid {
  display: flex;
  align-items: center;
  gap: 2rem;
}
@media (max-width: 768px) {
  .tw360-video-grid {
    flex-direction: column;
    align-items: center;
  }
}

.tw360-video-item {
  width: 50%;
}
@media (max-width: 768px) {
  .tw360-video-item {
    width: 100%;
  }
}

.tw360-video-embed {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.tw360-video-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.tw360-errore {
  text-align: center;
  color: red;
}

/* ===========================
    layout/_index.scss
   =========================== */
/* ===========================
    main.scss
   =========================== */
/* ===========================
    components/_header.scss
   =========================== */
.admin-bar header {
  top: 32px;
}

header {
  width: 100%;
  padding: 10px 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  transition: all 0.3s;
}
header img {
  display: block;
}

.ar_sticky {
  background-color: #626272;
  box-shadow: 0 10px 12px rgb(62, 62, 63);
}

.ar_logo {
  position: relative;
  width: 140px;
  height: 140px;
  z-index: 10000;
}

.menu,
.woocommerce-MyAccount-navigation {
  list-style-type: none;
  display: flex;
}
.menu li,
.woocommerce-MyAccount-navigation li {
  list-style-type: none;
  position: relative;
  font-size: 14px;
  text-transform: uppercase;
  margin-left: 40px;
  line-height: 25px;
}
.menu a,
.woocommerce-MyAccount-navigation a {
  text-decoration: none;
  transition: 0.3s;
}
.menu a:hover,
.woocommerce-MyAccount-navigation a:hover {
  color: #4EF6FF;
}

.ar_current,
.current-menu-item a {
  color: #4EF6FF;
}

.ar_dropdown {
  width: 270px;
  background: #626272;
  list-style: none;
  position: absolute;
  z-index: 99999;
  top: 73px;
  left: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(10px);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
}
.ar_dropdown li {
  display: block;
  border-bottom: 1px solid white;
  line-height: 30px;
  margin: 10px 0 15px 15px;
}
.ar_dropdown li:last-child {
  border-bottom: none;
}
.ar_dropdown_show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.ar_navbar {
  cursor: pointer;
  display: none;
  background: transparent;
}

.ar_icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  margin-bottom: 4px;
  background-color: white;
}

.ar_header_menu-shop-container nav {
  position: relative;
  top: 0;
  right: 115px;
}

/* ===========================
    main.scss
   =========================== */
/* ===========================
    layout/_front-page.scss
   =========================== */
.ar_header {
  width: 100%;
  /* Assicura che l'header occupi tutto lo spazio */
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* Hero */
.ar_main {
  width: 100%;
  height: 100vh;
  background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.5)), url(../img/officeHero.png) no-repeat center center;
  background-size: cover;
}

.ar_hero {
  display: flex;
  height: 60vh;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.ar_hero h2 {
  color: white;
}

.ar_main-page,
.ar_main-page .ar_hero {
  height: auto;
}

.ar_main-page .ar_hero {
  padding: 120px 0 40px;
}

.ar_hero h1 {
  margin-bottom: 20px;
}

.ar_hero h2 {
  font-size: 24px;
  max-width: 50%;
}

.ar_desc_home {
  max-width: 70%;
  margin: 0 auto;
  padding: 0 0 100px 0;
}
.ar_desc_home h2 {
  color: white;
  font-size: 24px;
}

.ar_subtext {
  margin: 0;
  font-weight: bold;
}

.wp-block-media-text {
  gap: 25px;
}

/* Social */
.ar_wrapper {
  width: 100%;
  padding: 150px 0;
  background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.5)), url(../img/wrapper.png) no-repeat fixed;
  background-size: cover;
}
.ar_wrapper h2 {
  color: white;
  margin-bottom: 45px;
}
.ar_wrapper .fa-brands {
  font-size: 80px;
}

a {
  color: white;
}
a:hover .fa-brands {
  color: #4EF6FF;
}

.wp-block-media-text__media img, .wp-block-media-text__media video {
  aspect-ratio: revert-layer;
}

.landing-custom {
  position: fixed;
  inset: 0;
  background: transparent;
  /* ← Sfondo semi-trasparente */
  z-index: 99998;
  overflow-y: auto;
  padding: 2rem;
}

.landing-close {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 30px;
  background: transparent;
  border: none;
  color: white;
  cursor: pointer;
  z-index: 10000;
}

.no-scroll {
  overflow: hidden;
}

/* ===========================
    main.scss
   =========================== */
/* ===========================
    layout/_footer.scss
   =========================== */
footer {
  background-color: #4c4c56;
  margin-top: 50px;
}

.ar_footer {
  display: flex;
  justify-content: space-between;
  padding: 50px 0;
}
.ar_footer-card {
  width: 32%;
  text-align: center;
}
.ar_footer-card h4 {
  font-weight: bold;
  color: #6CCBD5;
}
.ar_footer .fa-brands {
  font-size: 20px;
}
.ar_footer img {
  width: 140px;
  height: 140px;
}
.ar_footer p {
  font-weight: 400;
}
.ar_footer p .fa-facebook-f {
  margin-right: 5px;
}
.ar_footer ul {
  list-style-type: none;
  padding: 5px 0;
  margin-left: 0;
}
.ar_footer li {
  line-height: 28px;
  color: white;
}
.ar_footer a {
  font-size: 16px;
  color: white;
}
.ar_footer a:hover {
  color: #4EF6FF;
}

.ar_footer .fa-phone,
.ar_footer .fa-envelope,
.ar_footer .fa-facebook,
.ar_footer .fa-instagram,
.ar_footer .fa-mobile {
  color: white;
  margin-right: 8px;
}

.ar_credits {
  background: #626272;
  text-align: center;
}
.ar_credits p {
  display: flex;
  padding: 5px;
  align-items: center; /* Allinea gli elementi verticalmente */
  justify-content: center; /* Centra il contenuto */
  flex-wrap: wrap; /* Evita che il testo vada fuori dallo schermo */
  gap: 10px; /* Aggiunge spazio tra gli elementi */
  margin-bottom: 0;
}
.ar_credits a {
  color: white;
}
.ar_credits a:hover {
  color: #4EF6FF;
}

.cmplz-show-banner {
  cursor: pointer;
}

/* ===========================
    main.scss
   =========================== */
/* ===========================
    layout/_breakpoints.scss
   =========================== */
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  .ar_content {
    margin: 0 2%;
    width: 96%;
  }
}
@media only screen and (max-width: 1200px) {
  .ar_content {
    margin: 0 2%;
    width: 96%;
  }
}
@media only screen and (max-width: 998px) {
  .ar_content {
    margin: 0 2%;
    width: 96%;
  }
  header {
    background: transparent;
  }
  aside {
    padding-left: 0 !important;
  }
  .ar_sticky {
    background: rgba(98, 98, 114, 0.8);
  }
  .ar_navbar {
    display: block;
    position: absolute;
    top: 20%;
    right: 20px;
    padding: 10px;
    border-radius: 5px;
    z-index: 99999;
  }
  .ar_navbar span {
    display: block;
    background: white;
    margin: 6px 0;
  }
  nav {
    width: 80%;
    height: 100%;
    background-color: #626272;
    position: fixed;
    top: 0px;
    right: 0;
    z-index: 99998;
    padding: 60px 10px;
    transition: all 0.3s;
    transform: translateY(-100%);
  }
  ul.menu {
    margin-top: 40px;
    flex-direction: column;
  }
  ul.menu li {
    display: block;
    margin-bottom: 30px;
  }
  #dropmenu {
    position: relative;
  }
  #dropmenu .ar_dropdown {
    position: absolute;
    display: none;
    flex-direction: column;
    top: 100%;
    background-color: #626272;
    z-index: 9999;
    max-height: 300px;
    overflow-y: auto;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
    margin-top: 8px;
  }
  #dropmenu .ar_dropdown a {
    padding-left: 15px;
  }
  #dropmenu .ar_dropdown.ar_dropdown_show {
    display: flex;
    position: relative;
    width: auto;
  }
  #dropmenu .ar_dropdown li {
    margin: 8px 0;
  }
  .navbar {
    display: block;
  }
  .show {
    transform: translateY(0);
  }
  .ar_shop_row {
    flex-direction: column;
    padding: 0;
  }
  .ar_header_menu-shop-container nav,
  .ar_shop_widget-menu {
    all: unset;
  }
  .ar_header_menu-shop-container nav {
    position: relative;
    right: 78px;
    z-index: 99998;
  }
  .woocommerce-MyAccount-navigation {
    all: unset;
  }
  .woocommerce-MyAccount-navigation li {
    margin: 0 54px 10px 0;
    line-height: unset;
  }
}
@media only screen and (max-width: 768px) {
  .ar_col-1,
  .ar_col-2,
  .ar_col-3,
  .ar_col-md-3,
  .ar_col-4,
  .ar_col-5,
  .ar_col-md-5,
  .ar_col-6,
  .ar_col-7,
  .ar_col-md-7,
  .ar_col-8,
  .ar_col-9,
  .ar_col-md-9,
  .ar_col-10 {
    width: 100%;
  }
  header {
    background: transparent;
  }
  .ar_logo,
  body.woocommerce-page.post-type-archive-product header[role=banner] img.ar_logo,
  body.woocommerce-page.single-product header[role=banner] img.ar_logo,
  body.woocommerce-cart header[role=banner] img.ar_logo,
  body.woocommerce-checkout header[role=banner] img.ar_logo,
  body.woocommerce-account header[role=banner] img.ar_logo {
    width: 80px;
    height: 80px;
  }
  aside {
    padding-left: 0 !important;
  }
  .ar_sticky {
    background: rgba(98, 98, 114, 0.8);
  }
  .ar_navbar {
    display: block;
    position: absolute;
    top: 20%;
    right: 20px;
    padding: 10px;
    border-radius: 5px;
    z-index: 99999;
  }
  .ar_navbar span {
    display: block;
    background: white;
    margin: 6px 0;
  }
  nav {
    width: 100%;
    height: 100%;
    background-color: #626272;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 99998;
    padding: 60px 10px;
    transition: all 0.3s;
    transform: translateY(-100%);
  }
  ul.menu {
    margin-top: 60px;
    flex-direction: column;
  }
  ul.menu li {
    display: block;
    margin-bottom: 30px;
  }
  .menu-item-has-children {
    margin: 0 0 0 0;
  }
  .navbar {
    display: block;
  }
  .show {
    transform: translateY(0);
  }
  #dropmenu .ar_dropdown.ar_dropdown_show {
    margin: 20px 0 0 -30px;
    width: auto;
  }
  .ar_spacer {
    padding: 50px 0;
  }
  .ar_main-page .ar_hero {
    padding: 100px 0 40px;
  }
  .ar_hero {
    justify-content: inherit;
    padding-top: 240px;
  }
  .ar_hero h1 {
    font-size: 38px;
  }
  .ar_hero h2 {
    font-size: 25px;
    margin-bottom: 10px;
    min-width: 100%;
  }
  nav.rank-math-breadcrumb {
    all: unset;
  }
  .ar_section,
  .ar_article,
  .ar_flex,
  .ar_blogPage {
    flex-direction: column;
  }
  .ar_card {
    width: 100% !important;
    margin: 50px 10px;
  }
  .ar_blogPage.ar_card {
    width: 100%;
  }
  .pagination {
    margin-bottom: 70px;
  }
  /* ✅ SEZIONE NORMALE: immagine -> testo */
  .ar_spacer:not(.reverse) .ar_col-6:first-child {
    order: 1;
    /* immagine */
  }
  .ar_spacer:not(.reverse) .ar_col-6:last-child {
    order: 2;
    /* testo */
  }
  /* ✅ SEZIONE REVERSE: testo -> immagine */
  .ar_spacer.reverse .ar_col-6:first-child {
    order: 2;
    /* immagine */
  }
  .ar_spacer.reverse .ar_col-6:last-child {
    order: 1;
    /* testo */
  }
  /* Grid */
  .ar_grid {
    grid-template-columns: 1fr;
    /* Una sola colonna */
    grid-template-rows: auto;
    /* Altezza dinamica */
    gap: 1rem;
    /* Spaziatura tra gli elementi */
  }
  .ar_grid-image {
    grid-column: 1/2;
    /* Copre l'intera larghezza */
    grid-row: 1;
    width: 100%;
    /* Si adatta alla larghezza */
    height: 420px;
    /* Altezza proporzionata */
    background-size: cover;
  }
  .ar_grid-title,
  .ar_paragraph {
    grid-column: 1/2;
    /* Ogni elemento inizia su una nuova riga */
  }
  .ar_coltext {
    padding: 0;
  }
  .ar_wrapper {
    background-attachment: scroll;
  }
  .ar_footer {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }
  /*-------------------------------------------------------------------------------------------- */
  /* Gestione Shop  */
  /*-------------------------------------------------------------------------------------------- */
  .ar_shop_row {
    flex-direction: column;
    padding: 0;
  }
  .ar_shop_widget {
    width: 100%;
  }
  .ar_shop_lista-prodotti {
    display: flex;
    flex-direction: column;
  }
  .ar_shop_lista-prodotti img {
    width: 100%;
  }
  .ar_shop_prodotto__media {
    flex-direction: column-reverse;
    margin: 0 0 40px 0;
  }
  .ar_shop_prodotto__galleria {
    flex-direction: row;
  }
  .woocommerce-MyAccount-navigation {
    all: unset;
  }
  .woocommerce-MyAccount-navigation ul {
    margin-bottom: 20px;
    text-align: center;
  }
  .woocommerce-MyAccount-navigation li {
    display: inline-block;
    margin: 0 54px 10px 0;
  }
  .ar_footer img {
    width: 80px;
    height: 80px;
  }
  .wc-block-cart__sidebar {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
    margin: 0 auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .wc-block-cart__sidebar > * {
    margin-left: auto;
    margin-right: auto;
  }
  /*-------------------------------------------------------------------------------------------- */
  /* Modifiche stress test breakpoint 768  */
  /*-------------------------------------------------------------------------------------------- */
  .alignwide,
  .alignfull {
    max-width: 100%;
    width: 100%;
    margin: 0;
  }
  .ar_content .wp-block-gallery.columns-6, .ar_content .wp-block-gallery.columns-7, .ar_content .wp-block-gallery.columns-8 {
    /* 1) Forziamo il grid a 2 colonne */
    /* 2) Rimuoviamo ogni impostazione di width/flex da WP */
    /* 3) Immagini full‑width nelle celle */
    /*   .blocks-gallery-item img {
        display: block;
        width: 100%;
        height: auto;
        } */
  }
  .ar_content .wp-block-gallery.columns-6 .blocks-gallery-grid, .ar_content .wp-block-gallery.columns-7 .blocks-gallery-grid, .ar_content .wp-block-gallery.columns-8 .blocks-gallery-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: auto;
    gap: var(--wp--style--gallery-gap, 1rem);
  }
  .ar_content .wp-block-gallery.columns-6 .blocks-gallery-item, .ar_content .wp-block-gallery.columns-7 .blocks-gallery-item, .ar_content .wp-block-gallery.columns-8 .blocks-gallery-item {
    width: auto;
  }
  .ar_content .comments-area,
  .ar_content .comment-list,
  .ar_content .children {
    padding: 0;
    margin: 0;
    width: 100%;
  }
}
.lettera {
  display: inline-block;
  min-width: 16px;
}

.gsBlogCard {
  opacity: 0;
  transform: translateY(50px);
}

.gsMediaTextH2 {
  opacity: 0;
  transform: translateY(50px);
}

/* ===========================
    main.scss
   =========================== */
/* ===========================
    layout/_blog.scss
   =========================== */
input#email,
input#url {
  border: 3px solid #b36b00;
}

/* Schede */
.ar_blog h2 {
  font-size: 48px;
  font-weight: bold;
  text-align: center;
}

.ar_article {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.ar_card {
  flex: 0 0 auto;
  background: #626272;
  width: 32%;
  padding: 5px;
  overflow: hidden;
}
.ar_card img {
  overflow: hidden;
}
.ar_card a {
  color: white;
}
.ar_card a:hover {
  color: #4EF6FF;
}
.ar_card .time {
  font-style: italic;
  display: block;
  margin: 12px 0;
}
.ar_card .time a {
  font-size: 12px;
}
.ar_card p {
  font-size: 16px;
  font-weight: 300;
  padding: 0;
}

.ar_blogPage {
  display: flex;
}
.ar_blogPage .ar_card {
  width: 48%;
  margin-bottom: 50px;
}
.ar_blogPage .ar_card h3 a {
  font-weight: bold;
}

aside {
  padding-left: 30px;
}

.ar_blogSinglePage {
  background: #626272;
}
.ar_blogSinglePage .time {
  color: white;
  font-style: italic;
  display: block;
  margin: 12px 0;
}

.entry-taxonomy {
  margin-top: 70px;
  border-top: 1px dashed #bbb;
  padding-top: 30px;
}
.entry-taxonomy a {
  font-size: 14px;
}
.entry-taxonomy a:hover {
  color: #4EF6FF;
}

.ar_tag-label {
  color: white;
  font-weight: bold;
  margin-right: 5px;
}

.content-wrap {
  display: flex;
}
.content-wrap ul {
  list-style-type: none;
  margin-left: 0;
}
.content-wrap li {
  display: inline;
}
.content-wrap .ar_col-6:nth-child(2) {
  text-align: right;
  font-size: 14px;
}

.widget {
  background-color: #626272;
  padding: 30px;
  margin-bottom: 30px;
}

.widget h4 {
  margin-bottom: 15px;
}

.widget ul {
  list-style-type: none;
}

.widget li {
  margin-bottom: 15px;
}

.widget a {
  color: white;
  text-transform: capitalize;
}

.widget a:hover {
  color: #4EF6FF;
}

/* Pagination */
.pagination {
  padding-top: 30px;
  text-align: center;
}

.page-numbers {
  display: inline-block;
  padding: 10px 15px;
  border: none;
  text-decoration: none;
  background-color: #626272;
  font-size: 14px;
  text-transform: uppercase;
  transition: 0.3s;
}

a.page-numbers:hover,
.current {
  background-color: rgba(255, 166, 0, 0.5);
  color: #1E0C0C;
  font-weight: bold;
}

.dots {
  border: none;
  color: white;
}

/* Commenti */
.comments-area {
  padding: 40px 25px;
}
.comments-area h2 {
  font-size: 30px;
}

.children {
  background: #626272;
}

.comment-list,
.children {
  padding: 20px 20px 0 20px;
  list-style: none;
}

.comment-list li {
  margin: 20px;
  background: #626272;
}

.comment-meta {
  padding: 10px;
  font-size: 14px;
  border-bottom: 1px solid white;
}

.comment-body {
  padding: 0px 0px 5px 0;
}

.comment-content {
  padding: 10px;
}

.comment-metadata {
  margin-bottom: 5px;
}

.comment-author {
  margin-bottom: 10px;
}

.vcard {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
}
.vcard .says {
  color: white;
  margin: 0 10px;
  text-transform: lowercase;
  font-style: normal;
  font-weight: 600;
}
.vcard img {
  aspect-ratio: 4/3;
  border-radius: 100%;
}

.comment-reply-title {
  margin-top: 10px;
}
.comment-reply-title small {
  margin-left: 10px;
}

.comment-reply-link {
  display: inline-block;
  text-decoration: none;
  color: white;
  font-weight: 600;
  font-size: 14px;
  padding: 10px 15px;
  margin: 0px 0px 10px 10px;
  text-transform: uppercase;
  border: 1px solid #b36b00;
  transition: 0.3s;
  background-color: transparent;
}
.comment-reply-link:hover {
  background-color: #b36b00;
  color: white;
}

.comment-form label {
  color: #2FF8EF;
  font-size: 16px;
  font-weight: 600;
}

label[for=wp-comment-cookies-consent] {
  color: white;
  font-size: 12px;
  text-transform: none;
}

/* ===========================
    main.scss
   =========================== */
/*-------------------------------------------------------------------------------------------- */
/* Modifiche Stress Test  */
/*-------------------------------------------------------------------------------------------- */
figure img {
  object-fit: cover;
}

address,
pre {
  color: white;
}

pre {
  white-space: pre-wrap; /* preserva gli a capo, ma permette il wrap */
  word-wrap: break-word; /* forza l’andata a capo su parole lunghe */
  overflow-wrap: break-word; /* supporto extra per browser moderni */
}

iframe {
  width: 100%;
  height: 360px;
}

.avatar {
  margin-right: 10px;
}

.wp-calendar-table td {
  color: white;
}

.wp-block-archives-list.wp-block-archives ul,
.wp-block-archives-list.wp-block-archives ol,
.wp-block-archives-list.wp-block-archives li {
  list-style: none;
}

.wp-block-categories-list.wp-block-categories ul,
.wp-block-categories-list.wp-block-categories ol,
.wp-block-categories-list.wp-block-categories li {
  list-style: none;
}

.wp-block-latest-comments__comment {
  color: white;
}

.wp-block-latest-comments__comment-meta {
  padding: 0 10px;
}

.wp-block-search__label {
  color: white;
}

.wp-block-rss {
  padding: 7px 0;
}

.wp-block-page-list ul,
.wp-block-page-list ol,
.wp-block-page-list li {
  list-style: none;
}

.has-pale-cyan-blue-background-color {
  padding: 0 10px;
}

.has-pale-pink-background-color {
  padding: 0 10px;
}

.size-full img {
  width: 100%;
}

.wp-block-cover {
  margin-bottom: 10px;
}

.wp-block-file {
  margin-bottom: 10px;
}

.wp-block-video video {
  margin-bottom: 10px;
}

.wp-block-list {
  margin: 10px 20px 0 20px;
}

.wp-block-code,
.wp-block-preformatted,
cite {
  color: white;
}

.wp-block-pullquote {
  color: #4EF6FF;
}

.wp-block-table {
  color: white;
}

.wp-element-caption {
  margin: 10px 0;
}

.wp-block-verse {
  color: white;
}

.has-light-green-cyan-background-color p {
  padding: 0 10px;
}

.wp-block-navigation .wp-block-page-list {
  color: white;
}

.wp-block-post-date time {
  color: white;
}

figcaption {
  color: white;
}

.wp-block-gallery.wp-block-gallery-1 {
  width: 100%;
}

.blocks-gallery-item:hover {
  overflow: hidden;
}

.ar_content .wp-block-gallery.columns-6 .blocks-gallery-grid, .ar_content .wp-block-gallery.columns-7 .blocks-gallery-grid, .ar_content .wp-block-gallery.columns-8 .blocks-gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
  gap: 1rem;
}
.ar_content .wp-block-gallery.columns-6 .blocks-gallery-item, .ar_content .wp-block-gallery.columns-7 .blocks-gallery-item, .ar_content .wp-block-gallery.columns-8 .blocks-gallery-item {
  display: block;
  width: auto;
  max-width: none;
  flex: none;
}
.ar_content .wp-block-gallery.columns-6 .blocks-gallery-item img, .ar_content .wp-block-gallery.columns-7 .blocks-gallery-item img, .ar_content .wp-block-gallery.columns-8 .blocks-gallery-item img {
  display: block;
  width: 100%;
  height: auto;
}

.blocks-gallery-caption {
  padding-bottom: 10px;
}

.alignwide, .alignfull {
  all: unset;
}

.has-2-columns {
  padding: 10px;
}

body .is-layout-flex {
  gap: 30px;
}

.wp-block-column-is-layout-flow p {
  padding: 0;
}
.wp-block-column-is-layout-flow figcaption {
  line-height: 20px;
}

.has-large-font-size {
  line-height: 45px;
}

.wp-block-list {
  margin: 10px 20px 14px 20px;
}

.wp-block-cover {
  margin-top: 10px;
}

.wp-block-embed__wrapper {
  color: white;
  margin-bottom: 10px;
}

.gallery-icon .landscape a:hover {
  overflow: hidden;
}
.gallery-icon img {
  width: 100%;
  margin: 10px 0;
}

.wp-block-archives__label,
.wp-block-categories__label {
  color: white;
}

.wp-block-latest-posts__post-date {
  color: #ffa500;
  padding: 10px 0;
  font-size: 11px;
}

.wp-block-rss {
  line-height: 25px;
}

.wp-block-archives a {
  padding-right: 10px;
}

.wp-block-group__inner-container {
  padding: 0 10px;
}

div[style*="width: 45"] {
  color: white;
  margin-top: 10px;
}

.archive-count {
  color: white;
}

table {
  padding-bottom: 10px;
}

thead {
  color: #ffa500;
}

td {
  color: white;
  padding-left: 10px;
}

dd, dt {
  color: white;
}
dd a, dt a {
  font-weight: bold;
}

ul {
  margin-left: 20px;
}

ol {
  margin-left: 30px;
}

li {
  color: white;
}

.ar_blogSinglePage img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

figure {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  width: 100%; /* Assicura che occupi tutto lo spazio disponibile */
  overflow: hidden;
}

figure img {
  display: block;
  width: 100%; /* Occupa tutta la larghezza disponibile */
  height: auto; /* Mantiene le proporzioni senza tagli */
  object-fit: contain; /* Evita il ritaglio */
}

figcaption {
  text-align: center; /* Posiziona il testo sotto l'immagine */
  width: 100%; /* Stesso allineamento dell'immagine */
  padding-top: 16px; /* Distanza tra immagine e didascalia */
}

.gallery-item img {
  width: 100%;
}

.wp-caption {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}

th {
  color: white;
}

/*# sourceMappingURL=main.css.map */
