/**
 * WooCommerce
 */
.fa,
.fas {
   font-family: 'Font Awesome 6 Free';
   font-weight: 900;
}

.fa,
.fas,
.single-product
   div.product
   .woocommerce-tabs
   ul.tabs
   li.additional_information_tab
   a:before,
.single-product div.product .woocommerce-tabs ul.tabs li.awards_tab a:before,
.single-product div.product .woocommerce-tabs ul.tabs li.reviews_tab a:before,
.far,
.fal,
.fab {
   -moz-osx-font-smoothing: grayscale;
   -webkit-font-smoothing: antialiased;
   display: inline-block;
   font-style: normal;
   font-variant: normal;
   text-rendering: auto;
   line-height: 1;
}

.single-product
   div.product
   .woocommerce-tabs
   ul.tabs
   li.additional_information_tab
   a:before,
.single-product div.product .woocommerce-tabs ul.tabs li.awards_tab a:before,
.single-product div.product .woocommerce-tabs ul.tabs li.reviews_tab a:before {
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
   display: inline-block;
   font-style: normal;
   font-variant: normal;
   font-weight: normal;
   line-height: 1;
   vertical-align: -0.125em;
}

@font-face {
   font-family: 'star';
   src: url('../../../../plugins/woocommerce/assets/fonts/star.eot');
   src:
      url('../../../../plugins/woocommerce/assets/fonts/star.eot?#iefix')
         format('embedded-opentype'),
      url('../../../../plugins/woocommerce/assets/fonts/star.woff')
         format('woff'),
      url('../../../../plugins/woocommerce/assets/fonts/star.ttf')
         format('truetype'),
      url('../../../../plugins/woocommerce/assets/fonts/star.svg#star')
         format('svg');
   font-weight: normal;
   font-style: normal;
}

@keyframes slideInDown {
   from {
      transform: translate3d(0, -100%, 0);
      visibility: visible;
   }

   to {
      transform: translate3d(0, 0, 0);
   }
}

@keyframes slideOutUp {
   from {
      transform: translate3d(0, 0, 0);
   }

   to {
      visibility: hidden;
      transform: translate3d(0, -100%, 0);
   }
}

.price ins {
   background: transparent;
}

.price del {
   color: #999;
}

div.blockOverlay {
   background-color: var(--orologio-modules-background-color) !important;
}

/**
 * Footer minicart
 */
.footer-cart-wrapper {
   position: fixed;
   background: var(--orologio-secondary-color);
   right: 0;
   bottom: 61px;
   z-index: 100;
   -webkit-transform: translate(var(--gg-layout-padding), 0);
   transform: translate(var(--gg-layout-padding), 0);
   -webkit-transition: 0.3s ease all;
   transition: 0.3s ease all;
   display: none;
}

@media (min-width: 768px) {
   .footer-cart-wrapper {
      display: block;
   }
}

@media (min-width: 2400px) {
   .footer-cart-wrapper {
      bottom: 101px;
   }
}

.footer-cart-wrapper .footer-cart {
   position: relative;
   height: 60px;
   width: calc(var(--gg-layout-padding) - 1px);
   display: -webkit-box;
   display: -webkit-flex;
   display: -moz-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   -webkit-justify-content: center;
   -moz-justify-content: center;
   justify-content: center;
   -webkit-box-align: center;
   -ms-flex-align: center;
   -webkit-align-items: center;
   -moz-align-items: center;
   align-items: center;
}

@media (min-width: 2400px) {
   .footer-cart-wrapper .footer-cart {
      height: 100px;
   }
}

.footer-cart-wrapper .footer-cart .count {
   position: absolute;
   left: auto;
   top: 25px;
   display: inline-block;
   width: 100%;
   text-align: center;
   font-size: 0.675rem;
   color: var(--orologio-body-typography-color);
}

@media (min-width: 2400px) {
   .footer-cart-wrapper .footer-cart .count {
      top: 45px;
   }
}

.footer-cart-wrapper .footer-cart svg {
   height: 35px;
   width: 35px;
   display: inline-block;
   vertical-align: middle;
   line-height: inherit;
   fill: currentColor;
   position: relative;
}

.footer-cart-wrapper .footer-cart svg path {
   fill: rgba(255, 255, 255, 0.3);
}

.footer-cart-wrapper:hover {
   background: var(--orologio-primary-color);
}

.footer-cart-wrapper:hover .count {
   color: var(--orologio-secondary-color);
}

.footer-cart-wrapper:hover svg path {
   fill: var(--orologio-secondary-color);
}

.is-scrolled.cart_not_empty .footer-cart-wrapper {
   -webkit-transform: translate(0, 0);
   transform: translate(0, 0);
}

/**
 * Shop tables
 */
table.shop_table {
}

table.shop_table td,
table.shop_table th {
   padding-left: 0;
}

table.shop_table.woocommerce-table--order-details {
   border: 1px solid #ccc;
}

table.shop_table.woocommerce-table--order-details th {
   padding-left: 3em;
}

table.shop_table.woocommerce-table--order-details td {
   padding-left: 2em;
}

table.shop_table_responsive thead {
   display: none;
}

table.shop_table_responsive tbody th {
   display: none;
}

table.shop_table_responsive tr td {
   display: block;
   text-align: right;
   clear: both;
}

table.shop_table_responsive tr td[data-title]::before {
   content: attr(data-title) ': ';
   float: left;
   display: block;
}

table.shop_table_responsive tr td.product-remove a {
   text-align: left;
}

table.shop_table_responsive tr td.product-remove::before {
   display: none;
}

table.shop_table_responsive tr td.product-name::before {
   display: none;
}

table.shop_table_responsive tr td.actions::before,
table.shop_table_responsive tr td.download-actions::before {
   display: none;
}

table.shop_table_responsive tr td.download-actions .button {
   display: block;
   text-align: center;
}

table.shop_table_responsive.my_account_orders .order-actions {
   text-align: right;
}

table.shop_table_responsive.my_account_orders .order-actions::before {
   display: none;
}

table.my_account_orders .woocommerce-orders-table__cell-order-actions .button {
   padding: 12px 25px 12px 25px;
}

/**
 * Products grid
 */
.products {
   list-style: none;
   padding: 0;
}

.products .product {
   text-align: left;
   position: relative;
   background: transparent;
   border: none;
}

.products .product.product-category .product-category-wrap {
   background: var(--orologio-modules-background-color);
}

.products .product.product-category .product-category-wrap h2 {
   margin: 1em;
   -webkit-transition: -webkit-transform 0.3s;
   transition: -webkit-transform 0.3s;
   transition: transform 0.3s;
   transition:
      transform 0.3s,
      -webkit-transform 0.3s;
}

.products .product.product-category .product-category-wrap h2:after {
   content: '';
   position: absolute;
   width: 60px;
   height: 1.5px;
   background: var(--orologio-primary-color);
   display: block;
   left: calc(50% - 30px);
   margin-top: 0.3em;
}

.products .product.product-category .product-category-wrap .term-description {
   margin: 0 2em 3em 2em;
   -webkit-transition: -webkit-transform 0.3s;
   transition: -webkit-transform 0.3s;
   transition: transform 0.3s;
   transition:
      transform 0.3s,
      -webkit-transform 0.3s;
}

.products .product .woocommerce-LoopProduct-link {
   display: block;
}

.products .product .price {
   display: block;
   margin: 0.5em 0 0 0;
   opacity: 1;

   font-family: var(--orologio-h5-typography-font-family);
   font-size: var(--orologio-h5-typography-font-size) * 2;
   font-weight: var(--orologio-h5-typography-font-weight);
   line-height: var(--orologio-h5-typography-line-height);
   letter-spacing: var(--orologio-h5-typography-letter-spacing);
   color: var(--orologio-h5-typography-color);
   text-transform: var(--orologio-h5-typography-text-transform);
   text-align: center;

   -webkit-transition: all 0.3s ease;
   -moz-transition: all 0.3s ease;
   transition: all 0.3s ease;
   will-change: transform;
}

.products .product .price ins {
   color: var(--orologio-primary-color);
}

.products .product .woocommerce-loop-product__title {
   font-size: 22px;
   line-height: 1.5;
   margin-bottom: 5px;
   text-align: center;
   text-transform: uppercase;
   letter-spacing: 0.08em;
}

.products .product .woocommerce-loop-product__title .first-word {
   font-style: normal;
}

.products .product .woocommerce-product-excerpt {
   font-size: 16px;
}

.products .product .woocommerce-loop-product__title a {
   color: var(--orologio-secondary-color);
}

.products .product img {
   display: block;
   margin: 0 auto;
   -webkit-transition: -webkit-transform 0.3s;
   transition: -webkit-transform 0.3s;
   transition: transform 0.3s;
   transition:
      transform 0.3s,
      -webkit-transform 0.3s;
   -webkit-backface-visibility: hidden;
   backface-visibility: hidden;
}

.products .product .product-image-wrap {
   position: relative;
   background: transparent;
   aspect-ratio: 1 / 1;
   display: flex;
   align-items: center;
   justify-content: center;
   overflow: hidden;
}

.products .product .product-image-wrap img {
   mix-blend-mode: multiply;
   width: 100%;
   height: 100%;
   object-fit: cover;
}

.products .product .product-meta-wrap {
   overflow: hidden;
   text-align: center;
   background: #ffffff;
   padding: 16px 12px 16px 12px;
   -webkit-transition: -webkit-transform 0.3s;
   transition: -webkit-transform 0.3s;
   transition: transform 0.3s;
   transition:
      transform 0.3s,
      -webkit-transform 0.3s;
}

.products .product .product-meta-wrap .added_to_cart.wc-forward {
   margin-left: 0;
   display: block;
   color: var(--orologio-body-typography-color);
}
@media (min-width: 768px) {
   .products .product .product-meta-wrap .added_to_cart.wc-forward {
      margin-left: 15px;
      display: inline-block;
   }
}

/* Product Hover Effects */

/*
.products .product:hover.product-category .product-category-wrap h2 {
  -webkit-transform: translateY(-25px);
  -moz-transform: translateY(-25px);
  -ms-transform: translateY(-25px);
  transform: translateY(-25px);
}

.products .product:hover.product-category .product-category-wrap .term-description {
  -webkit-transform: translateY(-25px);
  -moz-transform: translateY(-25px);
  -ms-transform: translateY(-25px);
  transform: translateY(-25px);
}

.products .product:hover img {
  -webkit-transform: translateY(-50px);
  -moz-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  transform: translateY(-50px);
}

@media (min-width: 2400px) {
  .products .product:hover img {
    -webkit-transform: translateY(-80px);
    -moz-transform: translateY(-80px);
    -ms-transform: translateY(-80px);
    transform: translateY(-80px);
  }
}

.products .product:hover .product-meta-wrap {
  -webkit-transform: translateY(-50px);
  -moz-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  transform: translateY(-50px);
  overflow: visible;
}

@media (min-width: 2400px) {
  .products .product:hover .product-meta-wrap {
    -webkit-transform: translateY(-80px);
    -moz-transform: translateY(-80px);
    -ms-transform: translateY(-80px);
    transform: translateY(-80px);
  }
}
*/

body.post-type-archive .woocommerce-result-count,
body.post-type-archive .woocommerce-ordering {
   display: none;
}

body.post-type-archive .site-subheader {
   background: transparent;
}

body.post-type-archive .site-subheader .page-meta {
   min-height: 200px;
}
body.post-type-archive .site-subheader .page-meta .page-meta-wrapper {
   padding-bottom: 0;
}

.price del {
   opacity: 0.5;
}

.price del + ins {
   margin-left: 0.327em;
}

/**
 * Single Product
 */
.single-product .woocommerce-message,
.single-product .woocommerce-info,
.single-product .woocommerce-error {
   padding: 0 3em;
   margin-bottom: 30px;
   display: flex;
   align-items: center;
}

.single-product .woocommerce-message a.button,
.single-product .woocommerce-info a.button,
.single-product .woocommerce-error a.button {
   margin: 0 -3em 0 auto;
   order: 2;
   min-width: 75px;
}

.single-product .product-description-wrapper p:last-child {
   margin-bottom: 0;
}

.single-product .pswp__button {
   background-color: transparent;
}

.single-product .pswp__button:after,
.single-product .pswp__button:before {
   display: none;
}

.single-product div.product {
   position: relative;
}

.single-product div.product::before,
.single-product div.product::after {
   content: '';
   display: table;
}

.single-product div.product::after {
   clear: both;
}

.single-product div.product .woocommerce-tabs .panel table {
   margin: 0;
}

.single-product div.product .woocommerce-tabs .panel table tr:last-child {
   border-bottom: 0;
}

.single-product
   div.product
   .woocommerce-tabs
   .panel.woocommerce-Tabs-panel--reviews {
   padding: 8%;
}

.single-product div.product .woocommerce-tabs ul.tabs {
   margin: 0 0 -1px 0;
   padding: 0;
}

.single-product div.product .woocommerce-tabs ul.tabs li {
   border: 1px solid #ccc;
}
.single-product div.product .woocommerce-tabs ul.tabs li:not(:first-child) {
   border-left: 0;
}

.single-product div.product .woocommerce-tabs ul.tabs li a {
   background: transparent;
   padding: 2em;
   color: var(--orologio-body-typography-color);
   text-align: center;
   border-right: 0;
   transition: none;
   position: relative;
   text-indent: 0;
   white-space: nowrap;
}

@media (max-width: 768px) {
   .single-product div.product .woocommerce-tabs ul.tabs li a {
      text-indent: -9999px;
      overflow: hidden;
      padding: 2em 1em;
   }
}

.single-product div.product .woocommerce-tabs ul.tabs li a:before {
   display: none !important;
}

@media (max-width: 768px) {
   .single-product div.product .woocommerce-tabs ul.tabs li a:before {
      font-family: 'Font Awesome 6 Free';
      font-weight: 900;
      display: block !important;
      position: absolute;
      text-indent: 0;
      left: 0;
      right: 0;
      font-size: 150%;
   }
}

.single-product div.product .woocommerce-tabs ul.tabs li:last-child a {
   padding-right: 2em;
}

@media (max-width: 768px) {
   .single-product div.product .woocommerce-tabs ul.tabs li:last-child a {
      padding-right: 1em;
   }
}

.single-product div.product .woocommerce-tabs ul.tabs li.active a {
   background: var(--body-background-color);
   color: var(--orologio-primary-color);
}

.single-product
   div.product
   .woocommerce-tabs
   ul.tabs
   li.additional_information_tab
   a:before {
   content: '\f00b';
}

.single-product div.product .woocommerce-tabs ul.tabs li.awards_tab a:before {
   content: '\f559';
}

.single-product div.product .woocommerce-tabs ul.tabs li.reviews_tab a:before {
   content: '\f075';
}

.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel {
   border: 1px solid #ccc;
}

.single-product div.product .images,
.single-product div.product .summary,
.single-product div.product .woocommerce-product-gallery {
   margin-top: 0;
}

.single-product div.product .product-images-summary-wrap {
   display: -webkit-box;
   display: -webkit-flex;
   display: -moz-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-flex-flow: column;
   -moz-flex-flow: column;
   -ms-flex-flow: column;
   flex-flow: column;
   position: relative;
}

@media (min-width: 992px) {
   .single-product div.product .product-images-summary-wrap {
      -webkit-flex-flow: row;
      -moz-flex-flow: row;
      -ms-flex-flow: row;
      flex-flow: row;

      margin-bottom: 60px;
   }
}

.single-product div.product .product-images-summary-wrap .product-gallery-wrap {
   position: -webkit-sticky;
   position: sticky;
   width: 100%;
   height: 100%;
   margin: 0;
   top: 0;
   left: 0;
   -webkit-box-flex: 1;
   -ms-flex: 1;
   flex: 1;
   z-index: 1;
}

.single-product
   div.product
   .product-images-summary-wrap
   .product-gallery-wrap
   .onsale {
   padding: 1.5em;
   right: 0;
   top: 0;
}

.single-product div.product .summary {
   background: var(--orologio-modules-background-color);
   padding: 60px 30px;
   position: relative;
   z-index: 2;
}

@media (min-width: 992px) {
   .single-product div.product .summary {
      padding: 6%;

      -webkit-flex-basis: 48%;
      -moz-flex-basis: 48%;
      -ms-flex-preferred-size: 48%;
      flex-basis: 48%;
   }
}

.single-product div.product .summary .product_title {
   line-height: normal;
   margin: 0;
}

.single-product
   div.product
   .summary
   .woocommerce-product-details__short-description {
   margin: 2em 0;
   display: block;
}

.single-product
   div.product
   .summary
   .woocommerce-product-details__short-description
   p:last-child {
   margin-bottom: 0;
}

.single-product div.product .summary .product-factsheet {
   padding: 1em 0;
   display: block;
}

.single-product div.product .summary .product-factsheet svg {
   height: 20px;
   top: 4px;
   position: relative;
   margin-right: 10px;
}

.single-product div.product .summary .product-factsheet svg path {
   fill: var(--orologio-body-typography-color);
}

.single-product div.product .summary .product_posted_in {
   position: relative;
   font-family: var(--orologio-h6-typography-font-family);
   font-size: var(--orologio-h6-typography-font-size);
   font-weight: var(--orologio-h6-typography-font-weight);
   line-height: var(--orologio-h6-typography-line-height);
   letter-spacing: var(--orologio-h6-typography-letter-spacing);
   text-transform: var(--orologio-h6-typography-text-transform);
   margin-bottom: 10px;
   display: block;
}

@media (min-width: 2400px) {
   .single-product div.product .summary .product_posted_in {
      font-size: 1rem;
      letter-spacing: 4px;
   }
}

.single-product div.product .woocommerce-product-gallery {
   position: relative;
}

.single-product
   div.product
   .woocommerce-product-gallery
   .woocommerce-product-gallery__wrapper {
   margin: 0;
}

.single-product
   div.product
   .woocommerce-product-gallery
   .woocommerce-product-gallery__trigger {
   position: absolute;
   display: block;
   height: 2em;
   width: 2em;
   border-radius: 3px;
   z-index: 99;
   text-align: center;
}

.single-product div.product .woocommerce-product-gallery img {
   margin: 0;
   display: block;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
   margin: 0;
   padding: 3em 0;
   display: -webkit-box;
   display: -webkit-flex;
   display: -moz-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   -webkit-justify-content: center;
   -moz-justify-content: center;
   justify-content: center;
}

.single-product
   div.product
   .woocommerce-product-gallery
   .flex-control-thumbs
   li {
   list-style: none;
   cursor: pointer;
   display: flex;
   justify-content: center;
}

.single-product
   div.product
   .woocommerce-product-gallery
   .flex-control-thumbs
   li
   img {
   opacity: 0.5;
   transition: all, ease, 0.2s;
}

.single-product
   div.product
   .woocommerce-product-gallery
   .flex-control-thumbs
   li
   img.flex-active {
   opacity: 1;
}

.single-product
   div.product
   .woocommerce-product-gallery
   .flex-control-thumbs
   li:hover
   img {
   opacity: 1;
}

.single-product
   div.product
   .woocommerce-product-gallery.woocommerce-product-gallery--columns-2
   .flex-control-thumbs
   li {
   -webkit-flex-basis: 50%;
   -moz-flex-basis: 50%;
   -ms-flex-preferred-size: 50%;
   flex-basis: 50%;
}

.single-product
   div.product
   .woocommerce-product-gallery.woocommerce-product-gallery--columns-3
   .flex-control-thumbs
   li {
   -webkit-flex-basis: 33%;
   -moz-flex-basis: 33%;
   -ms-flex-preferred-size: 33%;
   flex-basis: 33%;
}

.single-product
   div.product
   .woocommerce-product-gallery.woocommerce-product-gallery--columns-4
   .flex-control-thumbs
   li {
   -webkit-flex-basis: 25%;
   -moz-flex-basis: 25%;
   -ms-flex-preferred-size: 25%;
   flex-basis: 25%;
}

.single-product
   div.product
   .woocommerce-product-gallery.woocommerce-product-gallery--columns-5
   .flex-control-thumbs
   li {
   -webkit-flex-basis: 20%;
   -moz-flex-basis: 20%;
   -ms-flex-preferred-size: 20%;
   flex-basis: 20%;
}

.single-product div.product .images .woocommerce-main-image {
   display: block;
}

.single-product div.product .images .thumbnails a.zoom {
   display: block;
   width: 22.05%;
   margin-right: 3.8%;
   float: left;
   margin-bottom: 1em;
}

.single-product div.product .images .thumbnails a.zoom.last {
   margin-right: 0;
}

.single-product div.product .images .thumbnails a.zoom.first {
   clear: both;
}

.single-product div.product form.cart {
   padding: 0;
   margin-bottom: 4em;
}

.single-product div.product form.cart .wrap-qty-add-to-cart {
   display: flex;
}

.single-product div.product form.cart::before,
.single-product div.product form.cart::after {
   content: '';
   display: table;
}

.single-product div.product form.cart::after {
   clear: both;
}

.single-product div.product form.cart .quantity {
   display: flex;
   flex: 1;
}

.single-product div.product form.cart table.woocommerce-grouped-product-list {
   border: 1px solid #ccc;
}

.single-product
   div.product
   form.cart
   table.woocommerce-grouped-product-list
   .woocommerce-grouped-product-list-item__quantity {
   float: none;
   margin-right: 0;
}

.single-product
   div.product
   form.cart
   table.woocommerce-grouped-product-list
   .woocommerce-grouped-product-list-item__quantity
   .quantity {
   margin-right: 0;
   width: auto;
}

.single-product div.product.product-type-external form.cart button {
   width: 100%;
   height: auto;
}

.single-product div.product .price {
   color: var(--orologio-primary-color);
   margin-bottom: 1em;
   font-family: var(--orologio-h6-typography-font-family);
   font-size: var(--orologio-h6-typography-font-size) * 2;
   font-weight: var(--orologio-h6-typography-font-weight);
   line-height: var(--orologio-h6-typography-line-height);
   letter-spacing: var(--orologio-h6-typography-letter-spacing);
   text-transform: var(--orologio-h6-typography-text-transform);
}

.single-product div.product p.price ins {
   color: var(--orologio-primary-color);
}

.single-product div.product table.variations {
   table-layout: fixed;
   margin: 0;
}

.single-product div.product table.variations tr {
   border: 0;
}

.single-product div.product table.variations th,
.single-product div.product table.variations td {
   padding: 5px 0;
   list-style: none;
   background-color: transparent;
}

.single-product div.product table.variations .value {
   margin-bottom: 1em;
}

.single-product div.product table.variations select {
   width: 100%;
}

.single-product div.product .variations_button {
   padding-top: 1em;
}

.single-product div.product .variations_button::before,
.single-product div.product .variations_button::after {
   content: '';
   display: table;
}

.single-product div.product .variations_button::after {
   clear: both;
}

.single-product div.product .woocommerce-product-rating {
   margin-bottom: 1em;
}

.single-product div.product .woocommerce-product-rating::before,
.single-product div.product .woocommerce-product-rating::after {
   content: '';
   display: table;
}

.single-product div.product .woocommerce-product-rating::after {
   clear: both;
}

.single-product div.product .woocommerce-product-rating .star-rating {
   float: left;
   margin-top: 0;
}

.single-product div.product .product_meta {
   padding: 3em 0 0 0;
}

.single-product div.product .product_meta .sku_wrapper,
.single-product div.product .product_meta .posted_in,
.single-product div.product .product_meta .tagged_as {
   display: block;
}

.single-product div.product .product_meta .sku_wrapper:last-child,
.single-product div.product .product_meta .posted_in:last-child,
.single-product div.product .product_meta .tagged_as:last-child {
   border-bottom: 0;
}

body.single-product.wpb-is-on .product-description-wrapper {
   background: transparent;
   padding: 0;
}

.stock:empty::before {
   display: none;
}

.stock.in-stock {
   color: #dcbe84;
}

.stock.out-of-stock {
   color: #ff0000;
}

a.reset_variations {
   display: inline-block;
   margin-left: 1em;
}

@media (max-width: 768px) {
   .single-product .related.products {
      padding-left: 10px;
      padding-right: 10px;
   }
}

/**
 * Comments
 */

#comments .comment-form input[type='text'],
#comments .comment-form input[type='email'],
#comments .comment-form input[type='url'] {
   width: calc(100% - 20px);
}

/**
 * Reviews
 */

#review_form #commentform {
   display: block;
}

#reviews.woocommerce-Reviews {
   outline: none;
}

#reviews.woocommerce-Reviews #comments {
   padding: 0;
   background: transparent;
   margin-top: 0;
}

#reviews.woocommerce-Reviews #comments .woocommerce-Reviews-title {
   font-size: var(--orologio-h5-typography-font-size);
}

#reviews.woocommerce-Reviews #comments .woocommerce-noreviews {
   margin-bottom: 2em;
   padding: 4%;
   background-color: #fff;
}

#reviews.woocommerce-Reviews .comment-reply-title {
   display: none;
}

#reviews.woocommerce-Reviews .commentlist {
   list-style: none;
   margin: 0;
   padding: 0;
}

#reviews.woocommerce-Reviews .commentlist li {
   list-style: none;
   clear: both;
   border-bottom: 1px solid rgba(255, 255, 255, 0.1);
   padding-bottom: 1.5em;
   margin-bottom: 1.5em;
}

#reviews.woocommerce-Reviews .commentlist li::before,
#reviews.woocommerce-Reviews .commentlist li::after {
   content: '';
   display: table;
}

#reviews.woocommerce-Reviews .commentlist li::after {
   clear: both;
}

#reviews.woocommerce-Reviews .commentlist li .comment_container {
   display: -webkit-box;
   display: -webkit-flex;
   display: -moz-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: start;
   -ms-flex-align: start;
   -webkit-align-items: flex-start;
   align-items: flex-start;
}

#reviews.woocommerce-Reviews .commentlist li .comment_container::before,
#reviews.woocommerce-Reviews .commentlist li .comment_container::after {
   content: '';
   display: table;
}

#reviews.woocommerce-Reviews .commentlist li .comment_container::after {
   clear: both;
}

#reviews.woocommerce-Reviews .commentlist li .comment_container .comment-text {
   -webkit-box-flex: 1;
   -webkit-flex: 1;
   -moz-box-flex: 1;
   -moz-flex: 1;
   -ms-flex: 1;
   flex: 1;
}

#reviews.woocommerce-Reviews
   .commentlist
   li
   .comment_container
   .comment-text
   .star-rating {
   float: right;
   margin-top: 0;
}

#reviews.woocommerce-Reviews .commentlist li:last-child {
   border-bottom: 0;
   margin-bottom: 0;
}

#reviews.woocommerce-Reviews .commentlist li time {
   opacity: 0.5;
}

#reviews.woocommerce-Reviews .commentlist li .avatar {
   height: auto;
   border-radius: 50%;
   margin-right: 30px;
   width: 40px;
}

#reviews.woocommerce-Reviews .commentlist li p.meta {
   margin-bottom: 0.2em;
}

#reviews.woocommerce-Reviews .commentlist li p.meta strong {
   line-height: 1;
}

#reviews.woocommerce-Reviews .commentlist li p.meta time {
   display: block;
}

#reviews.woocommerce-Reviews .commentlist li p.meta .verified {
   font-style: normal;
}

#reviews.woocommerce-Reviews .commentlist li p.meta .woocommerce-review__dash {
   display: none;
}

#reviews.woocommerce-Reviews .commentlist li ul.children {
   margin: 0;
}

#reviews.woocommerce-Reviews .commentlist li ul.children li:last-child {
   margin-bottom: 0;
}

#reviews.woocommerce-Reviews .comment-form-rating {
   clear: both;
}

#reviews.woocommerce-Reviews .comment-form-rating label {
   display: block;
}

/**
 * Breadcrumbs
 */
.storefront-breadcrumb {
   padding: 1em 0;
}

.woocommerce-breadcrumb .breadcrumb-separator {
   display: inline-block;
}

/**
 * Widgets
 */
.product_list_widget {
   list-style: none;
   margin-left: 0;
}

.product_list_widget li:not(:last-child) {
   padding: 1em 0;
   border-bottom: 1px solid #f4e5d5;
   margin-bottom: 1em;
}
.product_list_widget li:first-child {
   padding-top: 0;
}

.product_list_widget li::before,
.product_list_widget li::after {
   content: '';
   display: table;
}

.product_list_widget li::after {
   clear: both;
}

.product_list_widget li img {
   float: left;
   max-width: 70px;
   margin-right: 15px;
}

.product_list_widget li > a {
   display: block;
   color: var(--orologio-body-typography-color);
   padding-right: 30px;
}

.product_list_widget li > .quantity {
   color: var(--orologio-primary-color);
   font-size: smaller;
}

.product_list_widget li ins {
   background-color: transparent;
}

.widget ul.products li.product a {
   text-decoration: none;
}

.widget_products a {
   display: block;
}
/*Shopping cart*/
.widget_shopping_cart_content {
   height: 100%;
   display: flex;
   flex-direction: column;
}
.widget_shopping_cart .product_list_widget {
   margin: 0;
   padding: 0;
   max-height: calc(100vh - 350px);
   overflow: hidden;
   overflow-y: auto;
   -webkit-overflow-scrolling: touch;
   scrollbar-width: thin;
}

.widget_shopping_cart .product_list_widget li {
   position: relative;
}

.widget_shopping_cart .product_list_widget li a.remove {
   position: absolute;
   top: 5px;
   right: 5px;
   opacity: 1;
   color: #ccc;
   font-size: 24px;
   font-weight: 100;
   border: 1px solid #ccc;
   border-radius: 50%;
   display: flex;
   justify-content: center;
   align-items: center;
   width: 20px;
   height: 20px;
   text-align: center;
   padding: 0 0 2px 0;
}
.widget_shopping_cart .product_list_widget li a.remove:hover {
   color: var(--orologio-primary-color);
   border-color: var(--orologio-primary-color);
}

.widget_shopping_cart p.total {
   padding: 1em 0;
   margin: 2em 0 0 0;
   text-align: center;
   border-top: 1px solid #f4e5d5;
   border-bottom: 1px solid #f4e5d5;
}

.widget_shopping_cart p.buttons {
   padding: 2em 0;
   margin: 0;

   text-align: center;
   display: grid;
   grid-template-columns: 1fr 1fr;
   grid-column-gap: 10px;
   grid-row-gap: 10px;
}

.widget_shopping_cart .buttons a {
   padding: 15px;
}

.widget_shopping_cart .buttons a img {
   margin-left: auto;
   margin-right: auto;
}

.widget.woocommerce li .count {
   font-size: 1em;
   float: right;
}

.widget_price_filter .price_slider {
   margin-bottom: 1em;
}

.widget_price_filter .price_slider_amount {
   text-align: right;
   line-height: 2.4em;
}

.widget_price_filter .price_slider_amount .button {
   float: left;
}

.widget_price_filter .ui-slider {
   position: relative;
   text-align: left;
}

.widget_price_filter .ui-slider .ui-slider-handle {
   position: absolute;
   top: auto;
   z-index: 2;
   width: 1em;
   height: 1em;
   -moz-border-radius-topleft: 1em;
   -webkit-border-top-left-radius: 1em;
   border-top-left-radius: 1em;
   -moz-border-radius-topright: 1em;
   -webkit-border-top-right-radius: 1em;
   border-top-right-radius: 1em;
   -moz-border-radius-bottomleft: 1em;
   -webkit-border-bottom-left-radius: 1em;
   border-bottom-left-radius: 1em;
   -moz-border-radius-bottomright: 1em;
   -webkit-border-bottom-right-radius: 1em;
   border-bottom-right-radius: 1em;
   cursor: ew-resize;
   outline: none;
   background: var(--orologio-primary-color);
   box-sizing: border-box;
   margin-top: -0.25em;
   margin-left: auto;
   opacity: 1;
   border: 0;
}

.widget_price_filter .ui-slider .ui-slider-handle:last-child {
   margin-left: -1em;
}

.widget_price_filter .ui-slider .ui-slider-handle:hover,
.widget_price_filter .ui-slider .ui-slider-handle.ui-state-active {
   box-shadow: 0 0 0 0.236em rgba(0, 0, 0, 0.1);
}

.widget_price_filter .ui-slider .ui-slider-range {
   position: absolute;
   z-index: 1;
   font-size: 0.7em;
   display: block;
   border: 0;
   background: var(--orologio-primary-color);
   -moz-border-radius-topleft: 1em;
   -webkit-border-top-left-radius: 1em;
   border-top-left-radius: 1em;
   -moz-border-radius-topright: 1em;
   -webkit-border-top-right-radius: 1em;
   border-top-right-radius: 1em;
   -moz-border-radius-bottomleft: 1em;
   -webkit-border-bottom-left-radius: 1em;
   border-bottom-left-radius: 1em;
   -moz-border-radius-bottomright: 1em;
   -webkit-border-bottom-right-radius: 1em;
   border-bottom-right-radius: 1em;
}

.widget_price_filter .price_slider_wrapper .ui-widget-content {
   -moz-border-radius-topleft: 1em;
   -webkit-border-top-left-radius: 1em;
   border-top-left-radius: 1em;
   -moz-border-radius-topright: 1em;
   -webkit-border-top-right-radius: 1em;
   border-top-right-radius: 1em;
   -moz-border-radius-bottomleft: 1em;
   -webkit-border-bottom-left-radius: 1em;
   border-bottom-left-radius: 1em;
   -moz-border-radius-bottomright: 1em;
   -webkit-border-bottom-right-radius: 1em;
   border-bottom-right-radius: 1em;
   background: var(--body-background-color);
   border: 0;
}

.widget_price_filter .ui-slider-horizontal {
   height: 0.5em;
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range {
   top: 0;
   height: 100%;
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
   left: -1px;
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
   right: -1px;
}

/**
 * Right to left styles
 */
/*!rtl:begin:ignore*/
.rtl .widget_price_filter .price_label,
.rtl .widget_price_filter .price_label span {
   direction: ltr;
   unicode-bidi: embed;
}

/*!rtl:end:ignore*/
/**
 * Cart
 */
table.cart .product-quantity .plus,
table.cart .product-quantity .minus {
   display: none;
}

table.cart .product-thumbnail img {
   margin: 0 auto;
   max-width: 3.7em;
   height: auto;
}

table.cart .product-thumbnail::before {
   display: none;
}

table.cart td.product-remove {
   position: relative;
   text-align: center;
}

table.cart td.product-remove::before,
table.cart td.product-remove::after {
   content: '';
   display: table;
}

table.cart td.product-remove::after {
   clear: both;
}

table.cart td.product-remove a.remove {
   padding: 0.3em;
   color: var(--orologio-body-typography-color);
}

table.cart th {
   color: #999;
   padding-left: 2.5em;
   padding-right: 2.5em;
}

table.cart td {
   padding: 1em;
}

table.cart tr {
   border: 0;
}

@media (min-width: 992px) {
   table.cart td {
      padding: 1em 1.5em;
   }
}

table.cart td.actions {
   padding: 2em;
}

table.cart td.actions label {
   display: none;
}

table.cart td.actions input {
   display: block;
   width: 100%;
}

table.cart td.actions input[name='update_cart']:focus {
   outline: none;
}

.cart-collaterals {
   margin-top: 3em;
}

.cart_totals {
}

.cart_totals table.shop_table {
   margin: 0 0 1em 0;
}

.cart_totals table.shop_table td {
   padding-left: 0;
   padding-right: 0;
   text-align: right;
}

.cart_totals table.shop_table tr.shipping th {
   vertical-align: top;
}

.cart_totals table.shop_table tr.order-total {
   border: 0;
}

.cart_totals table.shop_table tr.order-total strong {
   font-weight: normal;
}

.wc-proceed-to-checkout::before,
.wc-proceed-to-checkout::after {
   content: '';
   display: table;
}

.wc-proceed-to-checkout::after {
   clear: both;
}

.wc-proceed-to-checkout .button {
   display: block;
   text-align: center;
}

@media (min-width: 2400px) {
   .wc-proceed-to-checkout .button {
      padding: 5em 4em;
   }
}

.woocommerce-shipping-calculator {
   margin: 0;
}

.woocommerce-shipping-calculator > p:first-child {
   margin: 0;
}

ul#shipping_method {
   list-style: none;
   margin-left: 0;
}

ul#shipping_method li:last-child {
   margin-bottom: 0;
}

.woocommerce-checkout ul#shipping_method {
   margin-bottom: 0;
}

/**
 * Checkout
 *
 * 1 - Required to make the blockUI overlay cover the entire page rather than just the checkout form. We do this because
 *     otherwise our sticky order review can break out of the checkout form (and the blockUI element).
 */
.woocommerce-form-login-toggle {
   text-align: center;
   background: var(--orologio-modules-background-color);
}

.woocommerce-form-login,
.woocommerce-form-register {
   padding: 3em;
   background: var(--orologio-modules-background-color);
}

.woocommerce-form-login .form-row-first button[type='submit'],
.woocommerce-form-login .form-row-last button[type='submit'] {
   line-height: 24px;
   margin-top: 1px;
}

.woocommerce-form-login .form-row-first input[type='text'],
.woocommerce-form-login .form-row-last input[type='text'] {
   border: 1px solid var(--orologio-secondary-color);
}

.woocommerce-form-coupon-toggle {
   text-align: left;
   margin-bottom: 1.5em;
}
.woocommerce-form-coupon-toggle .woocommerce-info {
   background: none;
   padding: 0;
}

.woocommerce-form-coupon {
   padding: 3em;
   background: var(--orologio-modules-background-color);
}

.woocommerce-form-coupon .form-row-first,
.woocommerce-form-coupon .form-row-last {
   width: 50%;
}

.woocommerce-form-coupon .form-row-first button[type='submit'],
.woocommerce-form-coupon .form-row-last button[type='submit'] {
   line-height: normal;
   height: 76px;
}

.woocommerce-form-coupon .form-row-first input[type='text'],
.woocommerce-form-coupon .form-row-last input[type='text'] {
   height: 39px;
}

form.checkout {
   padding: var(--gg-grid-gap) 0;
   float: left;
   width: 100%;
}

form.checkout > .blockUI {
   position: fixed !important;
}

form.checkout #customer_details {
   width: 100%;
}

form.checkout .woocommerce-order-details-wrapper {
   background: var(--orologio-modules-background-color);
   padding: 2em;
}
@media (min-width: 460px) {
   form.checkout #customer_details {
      width: calc(50% - 60px);
      float: left;
      padding-right: 60px;
   }
   form.checkout .woocommerce-order-details-wrapper {
      width: calc(50% - 60px);
      float: left;
      padding: 30px;
   }
}

@media (min-width: 992px) {
   form.checkout #customer_details {
      width: calc(50% - 6em);
      padding-right: 6em;
   }
   form.checkout .woocommerce-order-details-wrapper {
      width: calc(50% - 6em);
      padding: 3em;
   }
}

#payment::before,
#payment::after {
   content: '';
   display: table;
}

#payment::after {
   clear: both;
}

#payment .create-account {
   clear: both;
}

#payment .payment_methods {
   margin: 0 !important;
   padding: 0 !important;
}

#payment .payment_methods > .woocommerce-PaymentMethod > label,
#payment .payment_methods > .wc_payment_method > label {
   display: block;
   padding: 0.5em 0;
   cursor: pointer;
}

#payment .payment_methods li {
   list-style: none !important;
   margin-left: 0;
   position: relative;
}

#payment .payment_methods li img {
   float: right;
   border: 0;
   padding: 0;
}

#payment .payment_methods li:last-child:not(.woocommerce-notice) {
   padding-bottom: 0;
   border-bottom: 0;
}

#payment .payment_methods li p {
   margin: 0;
}

#payment .payment_methods li .payment_box {
   padding: 0.5em 1.1em;
}

#payment .payment_methods li .payment_box fieldset {
   border: 0;
   margin: 0;
   padding: 1em 0 0;
}

#payment .payment_methods li .payment_box fieldset label {
   width: auto;
   margin-left: 0;
}

#payment .payment_methods li .payment_box fieldset .form-row {
   margin-bottom: 1em;
}

#payment
   .payment_methods
   li
   .payment_box
   fieldset
   .form-row
   input[type='checkbox'] {
   margin-right: 5px;
}

#payment .payment_methods li .payment_box fieldset #cvv {
   width: 22% !important;
}

#payment .payment_methods li .payment_box fieldset .help {
   width: 75%;
   float: right;
}

#payment .payment_methods li .payment_box .woocommerce-SavedPaymentMethods {
   padding-top: 1em;
   margin: 0;
}

#payment
   .payment_methods
   li
   .payment_box
   .woocommerce-SavedPaymentMethods
   li
   input[type='radio'] {
   margin-right: 0.236em;
}

#payment .payment_methods li .payment_box ul.wc-saved-payment-methods {
   margin-left: 0;
}

#payment .payment_methods li .payment_box .wc-credit-card-form-card-number {
   background-repeat: no-repeat;
   background-position: right center;
   background-size: 31px 20px;
   background-image: url('../../../assets/images/credit-cards/unknown.svg');
}

#payment
   .payment_methods
   li
   .payment_box
   .wc-credit-card-form-card-number.visa {
   background-image: url('../../../assets/images/credit-cards/visa.svg');
}

#payment
   .payment_methods
   li
   .payment_box
   .wc-credit-card-form-card-number.mastercard {
   background-image: url('../../../assets/images/credit-cards/mastercard.svg');
}

#payment
   .payment_methods
   li
   .payment_box
   .wc-credit-card-form-card-number.laser {
   background-image: url('../../../assets/images/credit-cards/laser.svg');
}

#payment
   .payment_methods
   li
   .payment_box
   .wc-credit-card-form-card-number.dinersclub {
   background-image: url('../../../assets/images/credit-cards/diners.svg');
}

#payment
   .payment_methods
   li
   .payment_box
   .wc-credit-card-form-card-number.maestro {
   background-image: url('../../../assets/images/credit-cards/maestro.svg');
}

#payment .payment_methods li .payment_box .wc-credit-card-form-card-number.jcb {
   background-image: url('../../../assets/images/credit-cards/jcb.svg');
}

#payment
   .payment_methods
   li
   .payment_box
   .wc-credit-card-form-card-number.amex {
   background-image: url('../../../assets/images/credit-cards/amex.svg');
}

#payment
   .payment_methods
   li
   .payment_box
   .wc-credit-card-form-card-number.discover {
   background-image: url('../../../assets/images/credit-cards/discover.svg');
}

#payment .terms {
   width: 100%;
   clear: both;
   float: none;
   margin-bottom: 1em;
}

#payment .terms label {
   display: block;
   cursor: pointer;
}

#payment .woocommerce-terms-and-conditions-wrapper {
   padding: 1.5em;
   background: var(--orologio-modules-background-color);
   margin-top: 1em;
   margin-bottom: 2em;
   border: 1px solid var(--orologio-primary-color);
}

#payment
   .woocommerce-terms-and-conditions-wrapper
   .woocommerce-form__label-for-checkbox {
   margin-top: 2em;
}

#payment .woocommerce-terms-and-conditions-wrapper p {
   margin-bottom: 0;
}

#payment .place-order {
   margin-bottom: 0;
   float: none;
   width: 100%;
}

#payment .place-order .button {
   width: 100%;
   white-space: pre-wrap;
   text-align: center;
}

table.woocommerce-checkout-review-order-table .product-name {
   word-wrap: break-word;
}

table.woocommerce-checkout-review-order-table .product-name .product-quantity {
   font-weight: normal;
}

table.woocommerce-checkout-review-order-table thead th {
   border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

table.woocommerce-checkout-review-order-table tbody td {
   border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

table.woocommerce-checkout-review-order-table tfoot th {
   vertical-align: top;
}

table.woocommerce-checkout-review-order-table tfoot .order-total th {
   vertical-align: middle;
}

.admin-bar .woocommerce-checkout #wc_checkout_add_ons label + br {
   display: none;
}

/**
 * Password strength meter
 */
.woocommerce-password-strength.strong {
   color: #dcbe84;
}

.woocommerce-password-strength.short {
   color: #ff0000;
}

.woocommerce-password-strength.bad {
   color: #ff0000;
}

.woocommerce-password-strength.good {
   color: var(--orologio-secondary-color);
}

/**
 * My Account
 */
label.inline {
   display: inline !important;
}

.woocommerce-MyAccount-content-wrapper {
   display: -webkit-box;
   display: -webkit-flex;
   display: -moz-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-flex-wrap: nowrap;
   -moz-flex-wrap: nowrap;
   -ms-flex-wrap: none;
   flex-wrap: nowrap;
   -webkit-box-direction: normal;
   -webkit-box-orient: vertical;
   -webkit-flex-direction: column;
   -moz-flex-direction: column;
   -ms-flex-direction: column;
   flex-direction: column;
}

.woocommerce-MyAccount-navigation {
}

.woocommerce-MyAccount-navigation ul {
   display: -webkit-box;
   display: -webkit-flex;
   display: -moz-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-direction: normal;
   -webkit-box-orient: vertical;
   -webkit-flex-direction: column;
   -moz-flex-direction: column;
   -ms-flex-direction: column;
   flex-direction: column;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   -webkit-justify-content: center;
   -moz-justify-content: center;
   justify-content: center;
   margin: 0;
   padding: 0;
}

@media (min-width: 768px) {
   .woocommerce-MyAccount-navigation ul {
      -webkit-box-direction: normal;
      -webkit-box-orient: horizontal;
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
   }
}

.woocommerce-MyAccount-navigation ul li {
   list-style: none;
   position: relative;
   padding: 0 22px;
}

.woocommerce-MyAccount-navigation ul li a {
   padding: 0.5em;
   display: block;
   text-align: center;
   color: var(--orologio-body-typography-color);
   font-family: var(--orologio-menu-typography-font-family);
   font-size: 1.6rem;
   font-style: italic;
}

@media only screen and (max-width: 992px) {
   .woocommerce-MyAccount-navigation ul li a {
      padding: 15px;
   }
}

.woocommerce-MyAccount-navigation ul li:hover a,
.woocommerce-MyAccount-navigation ul li.is-active a {
   color: var(--orologio-accent-color);
}

.woocommerce-MyAccount-navigation ul li.is-active a {
   text-decoration-line: line-through;
}

.woocommerce-MyAccount-navigation ul li:hover a:after,
.woocommerce-MyAccount-navigation ul li.is-active a:after {
   width: 100%;
}

.woocommerce-MyAccount-content {
   -webkit-box-flex: 1;
   -webkit-flex: 1 0 70%;
   -moz-box-flex: 1;
   -moz-flex: 1 0 70%;
   -ms-flex: 1 0 70%;
   flex: 1 0 70%;
   padding: 5%;
}

.woocommerce-MyAccount-content .woocommerce-message,
.woocommerce-MyAccount-content .woocommerce-info,
.woocommerce-MyAccount-content .woocommerce-error {
   padding: 0;
}

.woocommerce-order-details__title {
   margin-bottom: 0.5em;
}

table.order_details th[scope='row'],
table.my_account_orders th[scope='row'] {
   padding-top: 0.5em;
   padding-bottom: 0.5em;
}

ul.order_details {
   list-style: none;
   position: relative;
   margin: 0 0 2em 0;
   padding: 0 1em;
   background: var(--orologio-modules-background-color);
   display: -webkit-box;
   display: -webkit-flex;
   display: -moz-flex;
   display: -ms-flexbox;
   display: flex;
   -ms-flex-pack: distribute;
   -webkit-justify-content: space-around;
   -moz-justify-content: space-around;
   justify-content: space-around;
   -webkit-box-direction: normal;
   -webkit-box-orient: vertical;
   -webkit-flex-direction: column;
   -moz-flex-direction: column;
   -ms-flex-direction: column;
   flex-direction: column;
}

ul.order_details::before,
ul.order_details::after {
   content: '';
   display: table;
}

ul.order_details::after {
   clear: both;
}

@media (min-width: 992px) {
   ul.order_details {
      -webkit-box-direction: normal;
      -webkit-box-orient: horizontal;
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
   }
}

ul.order_details li {
   -webkit-box-flex: 1;
   -webkit-flex: 1;
   -moz-box-flex: 1;
   -moz-flex: 1;
   -ms-flex: 1;
   flex: 1;
   padding: 1em;
}

@media (min-width: 992px) {
   ul.order_details li strong {
      display: block;
   }
}

.woocommerce-MyAccount-content form > h3 {
   margin-bottom: 1em;
}

.woocommerce-MyAccount-content h2 {
   font-size: 2em;
}

.woocommerce-MyAccount-content .u-columns {
   display: flex;
}
.woocommerce-MyAccount-content .woocommerce-Address {
   flex-basis: 50%;
   width: 50%;
}
/**
 * General WooCommerce components
 */
.woocommerce-form__label-for-checkbox {
   cursor: pointer;
   display: block;
}

.form-row label {
   display: block;
}

.form-row input,
.form-row textarea,
.form-row select {
   width: calc(100% - 1em);
}

.form-row input[type='checkbox'],
.form-row input[type='radio'] {
   width: auto;
}

.form-row .select2-container {
   margin-top: 1em;
   display: block;
}

.form-row .button {
   width: auto;
}

.form-row.create-account label {
   display: inline-block;
}

.form-row-last {
   margin-right: 0 !important;
}

.form-row-wide {
   clear: both;
   width: 100%;
}

.required {
   border-bottom: 0 !important;
   color: var(--orologio-primary-color);
}

.demo_store {
   position: fixed;
   left: 0;
   bottom: 69px;
   right: 0;
   margin: 0;
   padding: 1em;
   background-color: var(--orologio-secondary-color);
   color: #fff;
   z-index: 9999;
}

.demo_store a {
   color: #fff;
   font-weight: 400;
   text-decoration: underline;
}

.demo_store a:hover {
   text-decoration: none;
}

.demo_store a.woocommerce-store-notice__dismiss-link {
   display: block;
}

.star-rating {
   overflow: hidden;
   position: relative;
   height: 1.618em;
   line-height: 1.618;
   font-size: 1em;
   width: 5.3em;
   font-family: 'star';
   font-weight: 400;
   margin: 1em auto 0 auto;
}

.star-rating::before {
   content: '\53\53\53\53\53';
   opacity: 0.25;
   float: left;
   top: 0;
   left: 0;
   position: absolute;
}

.star-rating span {
   overflow: hidden;
   float: left;
   top: 0;
   left: 0;
   position: absolute;
   padding-top: 1.5em;
}

.star-rating span::before {
   content: '\53\53\53\53\53';
   top: 0;
   position: absolute;
   left: 0;
   color: var(--orologio-primary-color);
}

p.stars {
   display: inline-block;
   margin: 0;
}

p.stars a {
   position: relative;
   height: 1em;
   width: 1em;
   text-indent: -999em;
   display: inline-block;
   text-decoration: none;
   margin-right: 1px;
   font-weight: 400;
}

p.stars a::before {
   display: block;
   position: absolute;
   top: 0;
   left: 0;
   width: 1em;
   height: 1em;
   line-height: 1;
   font-family: 'star';
   content: '\53';
   color: var(--orologio-body-typography-color);
   text-indent: 0;
   opacity: 0.25;
}

p.stars a:hover ~ a::before {
   content: '\53';
   color: var(--orologio-body-typography-color);
   opacity: 0.25;
}

p.stars:hover a::before {
   content: '\53';
   color: var(--orologio-primary-color);
   opacity: 1;
}

p.stars.selected a.active::before {
   content: '\53';
   color: var(--orologio-primary-color);
   opacity: 1;
}

p.stars.selected a.active ~ a::before {
   content: '\53';
   color: var(--orologio-body-typography-color);
   opacity: 0.25;
}

p.stars.selected a:not(.active)::before {
   content: '\53';
   color: var(--orologio-primary-color);
   opacity: 1;
}

.onsale,
.products-count {
   color: var(--orologio-primary-color);
   padding: 0.8em 1.5em;
   display: inline-block;
   margin-bottom: 1em;

   font-family: var(--orologio-h6-typography-font-family);
   font-size: var(--orologio-h6-typography-font-size);
   font-weight: var(--orologio-h6-typography-font-weight);
   line-height: var(--orologio-h6-typography-line-height);
   letter-spacing: var(--orologio-h6-typography-letter-spacing);
   text-transform: var(--orologio-h6-typography-text-transform);

   position: absolute;
   right: 15px;
   top: 15px;
   z-index: 2;
   -moz-transform: rotate(180deg);
   -webkit-transform: rotate(180deg);
   -o-transform: rotate(180deg);
   -ms-transform: rotate(180deg);
   transform: rotate(180deg);
   white-space: nowrap;
   writing-mode: vertical-rl;
}

@media (min-width: 2400px) {
   .onsale,
   .products-count {
      font-size: 1rem;
      letter-spacing: 4px;
   }
}

.quantity .qty {
   width: 100%;
   border-bottom: 1px solid var(--orologio-secondary-color);
}

.woocommerce-tabs {
   overflow: hidden;
   padding: 0;
}

.woocommerce-tabs::before,
.woocommerce-tabs::after {
   content: '';
   display: table;
}

.woocommerce-tabs::after {
   clear: both;
}

.woocommerce-tabs ul.tabs {
   list-style: none;
   margin-left: 0;
   text-align: left;
   display: -webkit-box;
   display: -webkit-flex;
   display: -moz-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-flex-wrap: nowrap;
   -moz-flex-wrap: nowrap;
   -ms-flex-wrap: none;
   flex-wrap: nowrap;
}

.woocommerce-tabs ul.tabs li {
   -webkit-flex: 1 auto;
   flex: 1 auto;
   margin: 0;
   position: relative;
}

.woocommerce-tabs ul.tabs li a {
   padding: 1em 2em 1em 0;
   display: block;

   font-family: var(--orologio-h6-typography-font-family);
   font-size: 11px;
   font-weight: var(--orologio-h6-typography-font-weight);
   line-height: var(--orologio-h6-typography-line-height);
   letter-spacing: var(--orologio-h6-typography-letter-spacing);
   color: var(--orologio-h6-typography-color);
   text-transform: var(--orologio-h6-typography-text-transform);
}

@media (min-width: 2400px) {
   .woocommerce-tabs ul.tabs li a {
      font-size: 0.857rem;
      letter-spacing: 4px;
   }
}

.woocommerce-tabs ul.tabs li:hover a,
.woocommerce-tabs ul.tabs li.active a {
   color: var(--orologio-primary-color);
}

.woocommerce-tabs ul.tabs li:hover a:after,
.woocommerce-tabs ul.tabs li.active a:after {
   width: 100%;
}

.woocommerce-tabs ul.tabs li:last-child {
   text-align: right;
}

.woocommerce-tabs ul.tabs li:last-child a {
   padding-right: 0;
}

.woocommerce-tabs .panel h2:first-of-type {
   margin-bottom: 1em;
}

.related > h2:first-child,
.upsells > h2:first-child,
.single-product .related.products h2 {
   margin: 3.5em 0 1.6em 0 !important;
   text-align: left !important;
   font-family: 'DB Heavent Con', sans-serif !important;
   font-size: 1.45rem !important;
   font-weight: 500 !important;
   line-height: 1.2 !important;
   letter-spacing: 0.08em !important;
   color: #777777 !important;
   text-transform: uppercase !important;
}

/* --- Related Products: 5 Columns Grid & Responsive --- */
.single-product .related.products {
   margin-top: 4em;
   clear: both;
}

.single-product .related.products ul.products {
   display: grid !important;
   grid-template-columns: repeat(5, 1fr) !important;
   gap: 20px !important;
   margin: 0 !important;
   padding: 0 !important;
   list-style: none !important;
}

.single-product .related.products ul.products li.product {
   width: 100% !important;
   margin: 0 !important;
   float: none !important;
   text-align: center !important;
}

/* Responsive adjustments */
@media (max-width: 1200px) {
   .single-product .related.products ul.products {
      grid-template-columns: repeat(4, 1fr) !important;
      gap: 18px !important;
   }
}

@media (max-width: 992px) {
   .single-product .related.products ul.products {
      grid-template-columns: repeat(3, 1fr) !important;
      gap: 16px !important;
   }
}

@media (max-width: 680px) {
   .single-product .related.products ul.products {
      grid-template-columns: repeat(2, 1fr) !important;
      gap: 14px !important;
   }
}

@media (max-width: 420px) {
   .single-product .related.products ul.products {
      grid-template-columns: 1fr !important;
      gap: 14px !important;
   }
}

/* Product Card Image Box - Single layer (clean transparent wrap, image fills seamlessly without double box) */
.single-product .related.products .product .product-image-wrap {
   background: transparent !important;
   aspect-ratio: 1 / 1 !important;
   display: flex !important;
   align-items: center !important;
   justify-content: center !important;
   padding: 0 !important;
   box-sizing: border-box !important;
   margin-bottom: 14px !important;
   border: none !important;
   box-shadow: none !important;
   overflow: hidden !important;
}

.single-product .related.products .product .product-image-wrap img {
   max-width: 100% !important;
   max-height: 100% !important;
   width: 100% !important;
   height: 100% !important;
   object-fit: cover !important;
   mix-blend-mode: normal !important;
   margin: 0 auto !important;
   display: block !important;
}

/* Product Meta Wrap - Centered column */
.single-product .related.products .product .product-meta-wrap {
   text-align: center !important;
   display: flex !important;
   flex-direction: column !important;
   align-items: center !important;
   justify-content: center !important;
   padding: 0 !important;
   margin: 0 !important;
}

/* 1. Hide Category completely */
.single-product .related.products .product .loop-product-category,
.single-product .related.products .product .loop-product-category a,
.single-product .related.products .product .product_posted_in,
.single-product .related.products .product .product_posted_in a,
.single-product .related.products .product .product-category-wrap {
   display: none !important;
}

/* 2. Product Title (Muted charcoal grey, uppercase, medium size) */
.single-product .related.products .product .woocommerce-loop-product__title,
.single-product .related.products .product .woocommerce-loop-product__title a {
   display: block !important;
   font-family: 'DB Heavent Con', sans-serif !important;
   font-size: 1.25rem !important;
   font-weight: 500 !important;
   letter-spacing: 0.04em !important;
   text-transform: uppercase !important;
   color: #666666 !important;
   text-align: center !important;
   text-decoration: none !important;
   margin: 0 0 5px 0 !important;
   line-height: 1.25 !important;
}

/* 3. Price - Currency symbol and number on the SAME line */
.single-product .related.products .product .price,
.single-product .upsells.products .product .price {
   display: block !important;
   font-family: 'DB Heavent Li Cond', 'DB Heavent Li  Con', 'DB Heavent Con', sans-serif !important;
   font-size: 1.28rem !important;
   font-weight: 600 !important;
   letter-spacing: 0.02em !important;
   color: #111111 !important;
   text-align: center !important;
   margin: 2px 0 0 0 !important;
   line-height: 1.2 !important;
   white-space: nowrap !important;
}

.single-product .related.products .product .price *,
.single-product .related.products .product .price span,
.single-product .related.products .product .price ins,
.single-product .related.products .product .price del,
.single-product .related.products .product .price .amount,
.single-product .related.products .product .price .woocommerce-Price-currencySymbol,
.single-product .upsells.products .product .price * {
   display: inline !important;
   font-family: 'DB Heavent Li Cond', 'DB Heavent Li  Con', 'DB Heavent Con', sans-serif !important;
   font-weight: 600 !important;
   color: inherit !important;
   line-height: inherit !important;
   vertical-align: baseline !important;
}

/* Hide Add to Cart button / Cart icon in related products */
.single-product .related.products .product .button,
.single-product .related.products .product .add_to_cart_button,
.single-product .related.products .product .orologio-cart-icon-wrap {
   display: none !important;
}


.shop_attributes p {
   margin: 0;
}

.shop_attributes th {
   padding-top: 2em;
   padding-bottom: 2em;
   padding-left: 0;
   font-size: 11px;
}

.shop_attributes td {
   padding: 0.3em 0;
   text-align: right;
}

.single-product table.shop_attributes td,
.single-product table.shop_attributes th {
   padding: 1em;
}

.single-product table.shop_attributes td {
   text-align: right;
   font-size: 12px;
}

@media (max-width: 768px) {
   .single-product table.shop_attributes tr,
   .single-product table.shop_attributes td,
   .single-product table.shop_attributes th {
      display: block;
      text-align: left;
      padding: 10px;
   }
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
   padding: 1.5em 3em;
}

.woocommerce-message::before,
.woocommerce-message::after,
.woocommerce-info::before,
.woocommerce-info::after,
.woocommerce-error::before,
.woocommerce-error::after,
.woocommerce-noreviews::before,
.woocommerce-noreviews::after,
p.no-comments::before,
p.no-comments::after {
   content: '';
   display: table;
}

.woocommerce-message::after,
.woocommerce-info::after,
.woocommerce-error::after,
.woocommerce-noreviews::after,
p.no-comments::after {
   clear: both;
}

.woocommerce-message a,
.woocommerce-info a,
.woocommerce-error a,
.woocommerce-noreviews a,
p.no-comments a {
   margin-right: 3em;
}

.woocommerce-message pre,
.woocommerce-info pre,
.woocommerce-error pre,
.woocommerce-noreviews pre,
p.no-comments pre {
   background-color: rgba(255, 255, 255, 0.1);
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-noreviews,
p.no-comments {
   background-color: var(--orologio-modules-background-color);
}

.woocommerce-error {
   background-color: var(--orologio-primary-color);
   color: #fff;
   list-style: none;
   margin: 0 0 3em 0;
}

.wc-empty-cart-message {
   margin-bottom: 1em;
   text-align: center;
}

.wc-empty-cart-message + .return-to-shop {
   text-align: center;
}
.wc-empty-cart-message .cart-empty.woocommerce-info {
   padding: 0;
   background: transparent;
}

dl.variation dd {
   margin: 0 0 1em;
}

.wc-item-meta {
   margin-left: 0;
   list-style: none;
}

.wc-item-meta li::before,
.wc-item-meta li::after {
   content: '';
   display: table;
}

.wc-item-meta li::after {
   clear: both;
}

.wc-item-meta li strong,
.wc-item-meta li p {
   display: inline-block;
}

/**
 * My Account
 */
.woocommerce-MyAccount-content .woocommerce-Pagination {
   text-align: center;
}

#customer_login h2 {
   margin-bottom: 0.5em;
}

#customer_login {
   display: flex;
   gap: var(--gg-layout-padding);
}

#customer_login .col-1,
#customer_login .col-2 {
   width: 50%;
}

#customer_login .woocommerce-form-register p.woocommerce-FormRow:last-child {
   margin-bottom: 0;
}

#customer_login .form-row:has(.woocommerce-form-login__rememberme) {
   display: flex;
   justify-content: space-between;
   align-items: center;
}

#customer_login .form-row .woocommerce-form-login__rememberme {
   order: 2;
}

.demo_store {
   bottom: 0;
}

.demo_store a.woocommerce-store-notice__dismiss-link {
   background: rgba(0, 0, 0, 0.1);
   float: right;
   display: inline-block;
   margin: -1em -1.41575em -1em 0;
}

/**
 * Responsive tables
 */
@media (min-width: 992px) {
   table.shop_table_responsive thead {
      display: table-header-group;
   }

   table.shop_table_responsive tbody th {
      display: table-cell;
      text-align: left;
   }

   table.shop_table_responsive tr td {
      display: table-cell;
      text-align: left;
   }

   table.shop_table_responsive tr td::before {
      display: none !important;
   }

   table.shop_table_responsive tr td.product-thumbnail {
      text-align: center;
   }
}

/**
 * Full width content area product layout
 */
.elementor-element .products,
.site-content ul.products {
   --template-columns: 1;
   --template-rows: 1;
   --column-gap: 0em;
   --row-gap: 1.5em;
   display: grid;
   grid-column-gap: var(--column-gap);
   grid-row-gap: var(--row-gap);
   grid-template-columns: repeat(var(--template-columns), 1fr);
   grid-template-rows: repeat(var(--template-rows), 1fr);
   margin: 0;
   clear: both;
}

@media (min-width: 768px) {
   .elementor-element .products,
   .site-content ul.products {
      --column-gap: 1.5em;
      --row-gap: 1.5em;
   }
   .elementor-element .products.columns-2,
   .site-content ul.products.columns-2,
   .elementor-element .products.columns-3,
   .site-content ul.products.columns-3,
   .elementor-element .products.columns-4,
   .site-content ul.products.columns-4 {
      --template-columns: 2;
   }

   .elementor-element .products.columns-5,
   .site-content ul.products.columns-5,
   .elementor-element .products.columns-6,
   .site-content ul.products.columns-6 {
      --template-columns: 3;
   }
}

@media (min-width: 992px) {
   .elementor-element .products,
   .site-content ul.products {
      --column-gap: 3em;
      --row-gap: 3em;
   }

   .elementor-element .products.columns-3,
   .site-content ul.products.columns-3 {
      --template-columns: 3;
   }

   .elementor-element .products.columns-4,
   .site-content ul.products.columns-4 {
      --template-columns: 4;
   }

   .elementor-element .products.columns-5,
   .site-content ul.products.columns-5 {
      --template-columns: 5;
   }

   .elementor-element .products.columns-6,
   .site-content ul.products.columns-6 {
      --template-columns: 6;
   }
}

.elementor-element .products li.product,
.site-content ul.products li.product {
   width: 100%;
}

/**
 * Single product page
 */
.single-product div.product .images .thumbnails::before,
.single-product div.product .images .thumbnails::after {
   content: '';
   display: table;
}

.single-product div.product .images .thumbnails::after {
   clear: both;
}

.single-product div.product .woocommerce-product-gallery {
   -webkit-flex-basis: 50%;
   -moz-flex-basis: 50%;
   -ms-flex-preferred-size: 50%;
   flex-basis: 50%;
}

#reviews .comment-form-author,
#reviews .comment-form-email {
   width: 47%;
}

#reviews .comment-form-email {
   margin-right: 0;
}

/**
 * General full-width styles
 */
.woocommerce-result-count {
   float: left;
   position: relative;
   margin-bottom: 0;
   padding: 1em 0 0 0;
   width: 100%;
   text-align: center;
}

@media (min-width: 768px) {
   .woocommerce-result-count {
      width: auto;
      text-align: left;
      padding: 1em 0;
   }
}

.woocommerce-ordering {
   float: right;
   width: 100%;
   text-align: center;
   margin-bottom: var(--gg-layout-padding);
}

@media (min-width: 768px) {
   .woocommerce-ordering {
      width: auto;
      text-align: left;
   }
}

.woocommerce-pagination {
   float: right;
   border: 0;
   clear: none;
   padding: 0;
   margin-bottom: 0;
}

/**
 * Cart
 */
.woocommerce-cart .hentry,
.woocommerce-checkout .hentry {
   border-bottom: 0;
   padding-bottom: 0;
}

table.cart td.product-remove a.remove {
   float: none;
   position: relative;
   top: auto;
   right: auto;
   font-size: 18px;
}

table.cart .product-quantity .plus,
table.cart .product-quantity .minus {
   display: inline-block;
}

table.cart td.actions {
   text-align: right;
   background: var(--orologio-modules-background-color);
}

table.cart td.actions label {
   display: none;
}

@media (max-width: 576px) {
   table.cart td.actions button[type='submit'] {
      width: 100%;
      margin-top: 1px;
   }
}

table.cart td.actions .coupon {
   display: -webkit-box;
   display: -webkit-flex;
   display: -moz-flex;
   display: -ms-flexbox;
   display: flex;
   float: left;
}

table.cart td.actions .coupon > * {
   flex: 1;
}

table.cart td.actions input {
   display: inline-block;
   margin: 0;
   width: 100%;
}

@media (min-width: 992px) {
   table.cart td.actions input {
      width: auto;
   }
}

.cart-collaterals .cross-sells {
   width: 30%;
   float: left;
}

.cart-collaterals .cross-sells ul.products li.product:nth-child(2n) {
   margin-right: 0 !important;
}

.cart-collaterals .cart_totals,
.cart-collaterals .shipping_calculator {
   margin: 0 auto;
   clear: both;
   float: none;
   width: calc(90% - 10px);
}

@media (min-width: 992px) {
   .cart-collaterals .cart_totals,
   .cart-collaterals .shipping_calculator {
      clear: right;
      float: right;
      width: 44%;
   }
}

.cart-collaterals .cart_totals h2 {
   margin-bottom: 0;
}

.cart-collaterals .cart_totals small.includes_tax {
   display: block;
}

.cart-collaterals .shipping_calculator {
   clear: right;
}

/**
 * Checkout
 */
#ship-to-different-address {
   position: relative;
   margin-bottom: 1em;
   margin-top: 1em;
}

#ship-to-different-address .woocommerce-form__input-checkbox {
   position: absolute;
   top: 50%;
   right: 0;
   transform: translateY(-50%);
   margin-right: 0;
}

.col2-set + #customer_details {
   display: none;
}

.col2-set .woocommerce-billing-fields {
   margin-bottom: 3em;
}

.col2-set .woocommerce-billing-fields::before,
.col2-set .woocommerce-billing-fields::after {
   content: '';
   display: table;
}

.col2-set .woocommerce-billing-fields::after {
   clear: both;
}

.col2-set .woocommerce-shipping-fields {
   margin-bottom: 3em;
}

#wc_checkout_add_ons input[type='radio'] {
   float: left;
   clear: left;
   margin-top: 0.35em;
}

#order_review_heading,
#order_review {
   clear: right;
}

#order_review {
   transition: box-shadow ease 0.4s;
}

#order_review table.woocommerce-checkout-review-order-table thead th {
   padding-top: 0;
   padding-bottom: 1.5em;
}

#order_review_heading {
   margin-bottom: 0;
}

.woocommerce-order-pay #order_review,
.page-template-template-fullwidth-php.woocommerce-order-pay #order_review {
   width: 100%;
   float: none;
}

.woocommerce-order-pay #order_review #payment h3,
.page-template-template-fullwidth-php.woocommerce-order-pay
   #order_review
   #payment
   h3 {
   padding-left: 1em;
   padding-top: 1em;
}

.woocommerce-order-pay #order_review #payment .form-row,
.page-template-template-fullwidth-php.woocommerce-order-pay
   #order_review
   #payment
   .form-row {
   padding: 1em;
}

.woocommerce-order-pay #order_review .payment_methods + .form-row,
.page-template-template-fullwidth-php.woocommerce-order-pay
   #order_review
   .payment_methods
   + .form-row {
   padding: 1em;
}

.woocommerce-order-pay #order_review .button#place_order,
.page-template-template-fullwidth-php.woocommerce-order-pay
   #order_review
   .button#place_order {
   display: block;
   width: 100%;
}

#order_review_heading,
.woocommerce-billing-fields > h3 {
   margin-bottom: 1em;
   margin-top: 1em;
   line-height: normal;
}

@media (min-width: 992px) {
   #order_review_heading,
   .woocommerce-billing-fields > h3 {
      margin-top: 0;
   }
}

#order_review .shop_table {
   margin-bottom: 2em;
}

/**
 * General WooCommerce Components
 */
.form-row-first {
   width: 45%;
   float: left;
   clear: both;
}

.form-row-last {
   width: 45%;
   float: right;
}

body
   .select2-container--default
   .select2-results__option--highlighted[data-selected],
body
   .select2-container--default
   .select2-results__option[data-selected='true'] {
   background: var(--orologio-primary-color);
   color: var(--orologio-modules-background-color);
}

body .select2-container--default .select2-selection--single {
   border-color: var(--gg-form-border-color);
   border-radius: 0;
   padding: 1em;
   height: auto;
   background: #fff;
}

body
   .select2-container--default
   .select2-selection--single
   .select2-selection__rendered {
   color: var(--orologio-body-typography-color);
}

body
   .select2-container--default
   .select2-selection--single
   .select2-selection__arrow {
   top: calc(50% - 13px);
   right: 13px;
}

body .select2-container--default .select2-dropdown {
   border-color: var(--gg-form-border-color);
   background: var(--orologio-body-background-color);
   color: var(--orologio-body-typography-color);
}

.select2-container .select2-selection--single .select2-selection__rendered {
   padding-left: 0;
}

button.loading span:not(.loader),
input[type='button'].loading span:not(.loader),
input[type='reset'].loading span:not(.loader),
input[type='submit'].loading span:not(.loader),
.button.loading span:not(.loader),
.added_to_cart.loading span:not(.loader) {
   opacity: 0;
   visibility: hidden;
}

button.loading span.loader,
input[type='button'].loading span.loader,
input[type='reset'].loading span.loader,
input[type='submit'].loading span.loader,
.button.loading span.loader,
.added_to_cart.loading span.loader {
   display: block;
   position: absolute;
   width: 14px;
   height: 14px;
   margin-top: 0;
   background-image: url(../images/add-to-cart-spinner.svg);
   background-size: contain;
   content: '';
   top: calc(50% - 7px);
   left: calc(50% - 7px);
   z-index: 3;
}

.single-product .pswp__button {
   background-color: transparent;
}

.single-product
   div.product
   .woocommerce-product-gallery
   .woocommerce-product-gallery__trigger {
   text-indent: -999px;
   overflow: hidden;
}

.single-product
   div.product
   .woocommerce-product-gallery
   .woocommerce-product-gallery__trigger::before {
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
   display: inline-block;
   font-style: normal;
   font-variant: normal;
   font-weight: normal;
   line-height: 1;
   vertical-align: -0.125em;
   font-family: 'Font Awesome 6 Free';
   font-weight: 900;
   line-height: inherit;
   vertical-align: baseline;
   content: '\f00e';
   display: block;
   line-height: 2;
   text-indent: 0;
}

.single-product
   div.product
   .woocommerce-product-gallery
   .woocommerce-product-gallery__trigger
   img {
   display: none !important;
}

.stock::before {
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
   display: inline-block;
   font-style: normal;
   font-variant: normal;
   font-weight: normal;
   line-height: 1;
   vertical-align: -0.125em;
   font-family: 'Font Awesome 6 Free';
   font-weight: 900;
   line-height: inherit;
   vertical-align: baseline;
   margin-right: 0.5em;
}

.stock.in-stock::before {
   content: '\f118';
}

.stock.out-of-stock::before {
   content: '\f119';
}

a.reset_variations::before {
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
   display: inline-block;
   font-style: normal;
   font-variant: normal;
   font-weight: normal;
   line-height: 1;
   vertical-align: -0.125em;
   font-family: 'Font Awesome 6 Free';
   font-weight: 900;
   line-height: inherit;
   vertical-align: baseline;
   content: '\f021';
   margin-right: 0.5em;
}

.woocommerce-breadcrumb a:first-of-type::before {
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
   display: inline-block;
   font-style: normal;
   font-variant: normal;
   font-weight: normal;
   line-height: 1;
   vertical-align: -0.125em;
   font-family: 'Font Awesome 6 Free';
   font-weight: 900;
   line-height: inherit;
   vertical-align: baseline;
   content: '\f015';
   margin-right: 0.5em;
}

.widget_product_categories ul,
.widget_layered_nav ul,
.widget_layered_nav_filters ul {
   margin: 0;
}

.widget_product_categories ul li::before,
.widget_layered_nav ul li::before,
.widget_layered_nav_filters ul li::before {
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
   display: inline-block;
   font-style: normal;
   font-variant: normal;
   font-weight: normal;
   line-height: 1;
   vertical-align: -0.125em;
   font-family: 'Font Awesome 6 Free';
   font-weight: 900;
   line-height: inherit;
   vertical-align: baseline;
   margin-right: 0.5em;
   display: block;
   float: left;
   opacity: 0.35;
   margin-left: -ms(3);
   width: 1em;
}

.widget_layered_nav li::before {
   content: '\f0c8';
}

.widget_layered_nav .chosen::before {
   content: '\f14a';
}

.widget_layered_nav_filters ul li.chosen::before {
   content: '\f00d';
   color: #ff0000;
   opacity: 1;
}

.woocommerce-shipping-calculator > p:first-child a::before {
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
   display: inline-block;
   font-style: normal;
   font-variant: normal;
   font-weight: normal;
   line-height: 1;
   vertical-align: -0.125em;
   font-family: 'Font Awesome 6 Free';
   font-weight: 900;
   line-height: inherit;
   vertical-align: baseline;
   content: '\f0d1';
}

.blockUI::before {
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
   display: inline-block;
   font-style: normal;
   font-variant: normal;
   font-weight: normal;
   line-height: 1;
   vertical-align: -0.125em;
   font-family: 'Font Awesome 6 Free';
   font-weight: 900;
   line-height: inherit;
   vertical-align: baseline;
   content: '\f110';
   animation: fa-spin 0.75s linear infinite;
   height: 30px;
   width: 30px;
   line-height: 30px;
   font-size: 30px;
   position: absolute;
   top: 50%;
   left: 50%;
   margin-left: -15px;
   margin-top: -15px;
}

.woocommerce-pagination .next,
.woocommerce-pagination .prev {
   text-indent: -9999px;
   display: inline-block;
   position: relative;
}

.woocommerce-pagination .next::after,
.woocommerce-pagination .prev::after {
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
   display: inline-block;
   font-style: normal;
   font-variant: normal;
   font-weight: normal;
   line-height: 1;
   vertical-align: -0.125em;
   font-family: 'Font Awesome 6 Free';
   font-weight: 900;
   line-height: inherit;
   vertical-align: baseline;
   content: '\f0d9';
   text-indent: 0;
   position: absolute;
   top: 50%;
   left: 50%;
   width: 1em;
   height: 1em;
   transform: translateX(-50%) translateY(-50%);
   line-height: 1;
}

.woocommerce-pagination .next::after {
   content: '\f0da';
}

.woocommerce-breadcrumb .breadcrumb-separator {
   text-indent: -9999px;
   position: relative;
   display: inline-block;
   padding: 0 ms(9);
}

.woocommerce-breadcrumb .breadcrumb-separator::after {
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
   display: inline-block;
   font-style: normal;
   font-variant: normal;
   font-weight: normal;
   line-height: 1;
   vertical-align: -0.125em;
   font-family: 'Font Awesome 6 Free';
   font-weight: 900;
   line-height: inherit;
   vertical-align: baseline;
   content: '\f105';
   display: block;
   text-indent: 0;
   line-height: initial;
   position: absolute;
   top: 50%;
   left: 50%;
   width: 1em;
   height: 1em;
   transform: translateX(-50%) translateY(-50%);
   text-align: center;
   opacity: 0.25;
}

#payment .payment_methods > .woocommerce-PaymentMethod > label::before,
#payment .payment_methods > .wc_payment_method > label::before {
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
   display: inline-block;
   font-style: normal;
   font-variant: normal;
   font-weight: normal;
   line-height: 1;
   vertical-align: -0.125em;
   font-family: 'Font Awesome 6 Free';
   font-weight: 900;
   line-height: inherit;
   vertical-align: baseline;
   content: '\f111';
   margin-right: 0.5em;
   transition: color, ease, 0.2s;
}

#payment
   .payment_methods
   li.woocommerce-PaymentMethod
   > input[type='radio']:first-child,
#payment
   .payment_methods
   li.wc_payment_method
   > input[type='radio']:first-child {
   border: 0;
   clip: rect(1px, 1px, 1px, 1px);
   -webkit-clip-path: inset(50%);
   clip-path: inset(50%);
   height: 1px;
   margin: -1px;
   overflow: hidden;
   padding: 0;
   position: absolute;
   width: 1px;
   word-wrap: normal !important;
}

#payment
   .payment_methods
   li.woocommerce-PaymentMethod
   > input[type='radio']:first-child:checked
   + label::before,
#payment
   .payment_methods
   li.wc_payment_method
   > input[type='radio']:first-child:checked
   + label::before,
#payment
   .payment_methods
   li.wc_payment_method
   > input[type='radio']:first-child:checked
   + label {
   color: var(--orologio-primary-color);
}

.woocommerce-password-strength::after {
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
   display: inline-block;
   font-style: normal;
   font-variant: normal;
   font-weight: normal;
   line-height: 1;
   vertical-align: -0.125em;
   font-family: 'Font Awesome 6 Free';
   font-weight: 900;
   line-height: inherit;
   vertical-align: baseline;
   content: '\f119';
   margin-left: 0.5em;
}

.woocommerce-password-strength.strong::after {
   content: '\f118';
}

.woocommerce-password-strength.good::after {
   content: '\f11a';
}

p.order-again .button::after {
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
   display: inline-block;
   font-style: normal;
   font-variant: normal;
   font-weight: normal;
   line-height: 1;
   vertical-align: -0.125em;
   font-family: 'Font Awesome 6 Free';
   font-weight: 900;
   line-height: inherit;
   vertical-align: baseline;
   content: '\f021';
   margin-left: 0.5em;
}

.woocommerce-MyAccount-downloads .button::after {
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
   display: inline-block;
   font-style: normal;
   font-variant: normal;
   font-weight: normal;
   line-height: 1;
   vertical-align: -0.125em;
   font-family: 'Font Awesome 6 Free';
   font-weight: 900;
   line-height: inherit;
   vertical-align: baseline;
   content: '\f381';
   margin-left: 0.5em;
}

.demo_store::before {
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
   display: inline-block;
   font-style: normal;
   font-variant: normal;
   font-weight: normal;
   line-height: 1;
   vertical-align: -0.125em;
   font-family: 'Font Awesome 6 Free';
   font-weight: 900;
   line-height: inherit;
   vertical-align: baseline;
   content: '\f05a';
   margin-right: 0.5em;
}

.woocommerce-Button--next::after {
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
   display: inline-block;
   font-style: normal;
   font-variant: normal;
   font-weight: normal;
   line-height: 1;
   vertical-align: -0.125em;
   font-family: 'Font Awesome 6 Free';
   font-weight: 900;
   line-height: inherit;
   vertical-align: baseline;
   content: '\f30b';
   margin-left: 0.5em;
   font-size: 1rem;
}

.woocommerce-Button--previous::before {
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
   display: inline-block;
   font-style: normal;
   font-variant: normal;
   font-weight: normal;
   line-height: 1;
   vertical-align: -0.125em;
   font-family: 'Font Awesome 6 Free';
   font-weight: 900;
   line-height: inherit;
   vertical-align: baseline;
   content: '\f30a';
   margin-right: 0.5em;
}

#reviews .commentlist li p.meta .verified {
   display: inline-block;
   height: 15px;
   width: 15px;
   position: relative;
   text-indent: -9999px;
}

#reviews .commentlist li p.meta .verified::before {
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
   display: inline-block;
   font-style: normal;
   font-variant: normal;
   font-weight: normal;
   line-height: 1;
   vertical-align: -0.125em;
   font-family: 'Font Awesome 6 Free';
   font-weight: 900;
   line-height: inherit;
   vertical-align: baseline;
   content: '\f058';
   color: #dcbe84;
   position: absolute;
   top: 0;
   left: 0;
   text-indent: 0;
   text-align: center;
}

/**
 * Composite Products
 */
.single-product
   div.product
   .component_selections
   .clear_component_options::before {
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
   display: inline-block;
   font-style: normal;
   font-variant: normal;
   font-weight: normal;
   line-height: 1;
   vertical-align: -0.125em;
   font-family: 'Font Awesome 6 Free';
   font-weight: 900;
   line-height: inherit;
   vertical-align: baseline;
   content: '\f021';
   margin-right: 0.5em;
}

ul.builtin-nav li a:last-child {
   padding-right: 0;
}

ul.builtin-nav li a::before {
   content: '';
   width: 20px;
   height: 18px;
   display: block;
}

ul.builtin-nav li a.top-header-cart:before {
   background: url(assets/images/bag-icon.svg);
   background-repeat: no-repeat;
   background-size: contain;
}

ul.builtin-nav li a.top-header-search:before {
   background: url(assets/images/search-icon.svg);
   background-repeat: no-repeat;
   background-size: contain;
}

ul.builtin-nav li a.top-header-myaccount:before {
   background: url(assets/images/my-account-icon.svg);
   background-repeat: no-repeat;
   background-size: contain;
}

/*Shop Filter*/
.filter-actions {
   display: flex;
   flex-direction: column;
   justify-content: space-between;
   margin-bottom: 30px;
   align-items: flex-start;
   gap: 10px;
}

@media (min-width: 768px) {
   .filter-actions {
      flex-direction: row;
      justify-content: space-between;
      margin-bottom: 30px;
      align-items: center;
   }
}

.filter-actions #toggle-filters,
.filter-actions #reset-filters {
   background: transparent;
   padding: 0;
   border: 0;

   color: var(--orologio-primary-color);
   text-transform: uppercase;
   letter-spacing: 2px;
   font-family: var(--orologio-primary-font);
   font-weight: 500;
   font-size: 0.857rem;
}

.filter-actions #toggle-filters,
.filter-actions #toggle-filters .icon {
   display: flex;
   align-items: center;
}
.filter-actions #toggle-filters .icon {
   padding-right: 10px;
}

.filter-actions #toggle-filters .icon svg line {
   stroke: #000;
}
.filter-actions #toggle-filters .icon svg circle {
   fill: #000;
}

.filter-actions #reset-filters {
   display: none; /* Initially hidden */
}

.filter-actions .active-filters {
   line-height: normal;
}

.filter-actions .active-filters .filter-pill {
   background: var(--orologio-modules-background-color);
}

.filters-container {
   display: flex;
   flex-direction: column;
   justify-content: stretch;
   margin-bottom: 0px;
   gap: 30px;

   /* Initially hidden */
   max-height: 0;
   overflow: hidden;
   transition: max-height 0.3s ease;
}
@media (min-width: 768px) {
   .filters-container {
      flex-direction: row;
   }
}

.filters-container.open {
   max-height: 2000px; /* Adjust as needed to ensure full visibility */
   margin-bottom: 60px;
}
@media (min-width: 768px) {
   .filters-container.open {
      max-height: 1000px; /* Adjust as needed to ensure full visibility */
      margin-bottom: 60px;
   }
}

.filters-container .filter-section {
   border: 1px solid var(--orologio-primary-color);
   padding: 15px;
}
@media (min-width: 768px) {
   .filters-container .filter-section {
      width: calc(100% - 60px);
      padding: 30px;
   }
}

/* Spinner styles */
.products-wrapper {
   position: relative;
   min-height: 100px;
}

.spinner {
   opacity: 0;
   position: absolute;
   top: 100px;
   left: 50%;
   width: 40px;
   height: 40px;
   margin-top: -20px;
   margin-left: -20px;
   border: 3px solid var(--orologio-modules-background-color);
   border-top-color: var(--orologio-primary-color);
   border-radius: 50%;
   animation: spin 1s linear infinite;
   z-index: 10; /* Ensure the spinner is on top */
}

@keyframes spin {
   to {
      transform: rotate(360deg);
   }
}

/* Hide products initially */
.products.hidden {
   opacity: 0;
   transition: opacity 0.3s ease-in-out; /* Match the delay duration */
}

.products.visible {
   opacity: 1;
   transition: opacity 0.3s ease-in-out;
}

/*Filter styles*/
/* Checkbox styling */
label:has(input[type='checkbox'].filter) {
   display: flex;
   align-items: center;
}
label:has(input[type='checkbox'].filter:checked) {
   background: var(--orologio-modules-background-color);
}
input[type='checkbox'].filter {
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
   background-color: transparent;
   margin-right: 15px;
   width: 15px;
   height: 15px;
   cursor: pointer;
   position: relative;
   border: 1px solid #000;
}

input[type='checkbox'].filter:checked:before {
   margin-top: 1px;
   margin-left: 5px;
   width: 3px;
   height: 7px;
   border: solid #000;
   border-width: 0 1px 1px 0;
   transform: rotate(45deg);
   content: '';
   display: block;
}

/* Small spinner inside filter boxes */
.filter-section .small-spinner {
   display: none;
   position: absolute;
   top: 15px;
   right: 15px;
   width: 10px;
   height: 10px;
   border: 2px solid var(--orologio-modules-background-color);
   border-top-color: var(--orologio-primary-color);
   border-radius: 50%;
   animation: spin 1s linear infinite;
}

.filter-section {
   position: relative; /* Ensure the spinner is positioned relative to the filter section */
}

/* Custom Add to Cart with Icon Styling */
/* Cart Icon Button Styling */
.products .product .cart-icon-button {
   display: flex;
   align-items: center;
   justify-content: center;
   position: relative;
   overflow: hidden;
   transition: all 0.3s ease;
   padding: 0.5em;
   width: auto;
   height: auto;
   border: 0;
   background-color: transparent;
}

.products .product .cart-icon-button.loading .cart-icon,
.products .product .cart-icon-button.loading .orologio-icon {
   visibility: visible;
   opacity: 0.5;
   pointer-events: none;
}

/* Cart icon styling */
.products .product .cart-icon {
   display: flex;
   align-items: center;
   justify-content: center;
   transform: translateY(0);
   transition:
      transform 0.3s ease,
      opacity 0.3s ease;
   opacity: 1;
}

.products .product .cart-icon svg {
   width: 24px;
   height: 24px;
}

/* View cart text (hidden by default) */
.products .product .view-cart-text {
   position: absolute;
   left: 0;
   right: 0;
   text-align: center;
   transform: translateY(100%);
   transition:
      transform 0.3s ease,
      opacity 0.2s ease;
   opacity: 0;
   font-size: 0.875rem;
   white-space: nowrap;
   color: var(--orologio-body-typography-color);
}

/* Hide default "View cart" link */
.products .product .added_to_cart {
   display: none !important;
}

/* Animation on added to cart */

.products .product .cart-icon-button.added .cart-icon {
   transform: translateY(-100%);
   opacity: 0;
}

.products .product .cart-icon-button.added .view-cart-text {
   transform: translateY(0);
   opacity: 1;
}

/*Cart*/
body
   .wp-block-woocommerce-checkout-order-summary-block
   .wc-block-components-checkout-order-summary__title
   .wc-block-components-checkout-order-summary__title-text,
body .is-large.wc-block-cart .wc-block-cart__totals-title {
   font-size: 11px;
   font-family: var(--orologio-h6-typography-font-family);
   letter-spacing: var(--orologio-h6-typography-letter-spacing);
   text-transform: uppercase;
   font-weight: 700;
}

body .is-large.wc-block-cart .wc-block-cart__totals-title {
   padding-left: 16px;
}

body .wc-block-components-title.wc-block-components-title {
   font-size: var(--orologio-h4-typography-font-size);
}

.wc-block-components-form
   .wc-block-components-text-input
   input:-webkit-autofill,
.wc-block-components-form
   .wc-block-components-text-input.is-active
   input[type='email'],
.wc-block-components-form
   .wc-block-components-text-input.is-active
   input[type='number'],
.wc-block-components-form
   .wc-block-components-text-input.is-active
   input[type='password'],
.wc-block-components-form
   .wc-block-components-text-input.is-active
   input[type='tel'],
.wc-block-components-form
   .wc-block-components-text-input.is-active
   input[type='text'],
.wc-block-components-form
   .wc-block-components-text-input.is-active
   input[type='url'],
.wc-block-components-text-input input:-webkit-autofill,
.wc-block-components-text-input.is-active input[type='email'],
.wc-block-components-text-input.is-active input[type='number'],
.wc-block-components-text-input.is-active input[type='password'],
.wc-block-components-text-input.is-active input[type='tel'],
.wc-block-components-text-input.is-active input[type='text'],
.wc-block-components-text-input.is-active input[type='url'] {
   border-color: var(--orologio-accent-color);
}

.wp-block-woocommerce-checkout-order-summary-block {
   background-color: var(--orologio-modules-background-color);
}

body .wc-block-components-formatted-money-amount {
   font-size: smaller;
   font-weight: 600;
}

body
   .wc-block-cart
   .wp-block-woocommerce-cart-order-summary-block
   .wc-block-components-totals-wrapper {
   padding: 16px;
}

body .wp-block-woocommerce-cart-order-summary-totals-block,
body .wp-block-woocommerce-checkout-order-summary-totals-block,
body .wc-block-components-totals-wrapper {
   border-color: var(--orologio-form-border-color);
}

body .wp-block-woocommerce-cart-order-summary-block,
body .wp-block-woocommerce-checkout-order-summary-block {
   background: var(--orologio-modules-background-color);
   border: 1px solid var(--orologio-form-border-color);
   border-radius: 5px;
}
@media (max-width: 767px) {
   body .wp-block-woocommerce-cart-order-summary-block,
   body .wp-block-woocommerce-checkout-order-summary-block {
      padding: 0 20px;
   }
   body .wp-block-woocommerce-cart-order-summary-coupon-form-block {
      border-top: 0;
   }
   body .is-mobile .wp-block-woocommerce-checkout-order-summary-block {
      border: 1px solid var(--orologio-form-border-color);
   }
   body
      .is-mobile
      .wp-block-woocommerce-checkout-order-summary-block
      .wc-block-components-checkout-order-summary__title {
      border: 0;
      padding-top: 0;
   }
   body
      .is-mobile
      .wp-block-woocommerce-checkout-order-summary-block.checkout-order-summary-block-fill-wrapper {
      padding: 20px;
   }
   body
      .wp-block-woocommerce-checkout-order-summary-block
      .checkout-order-summary-block-fill {
      border: 0;
   }
}

.wc-block-components-order-summary
   .wc-block-components-order-summary-item__description {
   line-height: normal;
}

body .wc-block-cart__submit {
   margin-top: 32px;
}

body .wp-block-woocommerce-checkout {
   padding-top: 0;
}

body
   .wc-block-components-order-summary
   .wc-block-components-order-summary-item__image
   > img {
   mix-blend-mode: multiply;
}

body
   .wc-block-components-totals-footer-item
   .wc-block-components-totals-item__label,
body
   .wc-block-components-totals-footer-item
   .wc-block-components-totals-item__value {
   font-size: 1em;
   font-weight: 400;
}

body:not(.woocommerce-block-theme-has-button-styles)
   .wc-block-components-button:not(.is-link) {
   color: #fff;
}

/*Modules preloader*/
/* Preloader styles for WooCommerce blocks */

.wp-block-woocommerce-cart.is-loading,
.wp-block-woocommerce-checkout.is-loading {
   position: relative;
}

.wp-block-woocommerce-cart.is-loading:after,
.wp-block-woocommerce-checkout.is-loading:after {
   content: '';
   position: absolute;
   z-index: 9999;
   background: var(--orologio-body-background-color);
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   display: flex;
   align-items: center;
   justify-content: center;
}

.wp-block-woocommerce-cart.is-loading:before,
.wp-block-woocommerce-checkout.is-loading:before {
   content: '';
   position: absolute;
   z-index: 10000;
   top: 30px;
   left: calc(50% - 12px);
   width: 24px;
   height: 24px;
   border-top: 1px solid var(--orologio-primary-color);
   border-radius: 50%;
   animation: spin 1s linear infinite;
   background: transparent;
   pointer-events: none;
}

@keyframes spin {
   to {
      transform: rotate(360deg);
   }
}

div.blockOverlay {
   background-color: var(--orologio-modules-background-color) !important;
}

/* ===================================================
   Product Loop – Design Overrides
   =================================================== */

/* Hide star rating and add-to-cart button in product loop */
.products .product .star-rating,
.products .product .woocommerce-loop-product__rating {
   display: none;
}

.products .product .cart-icon-button,
.products .product .button.add_to_cart_button {
   display: none;
}

/* Remove background from the product <li> wrapper */
.products .product {
   background: transparent;
}

/* ===================================================
   Single Product – Design Overrides
   =================================================== */

/* --- Outer layout --- */
.single-product div.product .product-images-summary-wrap {
   gap: 0;
   margin-bottom: 0;
   align-items: stretch;
}

/* --- Gallery: light grey bg --- */
.single-product div.product .product-images-summary-wrap .product-gallery-wrap {
   background: #e8e8e8;
   display: flex;
   align-items: stretch;
   justify-content: center;
   overflow: hidden;
   min-height: 420px;
}

@media (min-width: 992px) {
   .single-product
      div.product
      .product-images-summary-wrap
      .product-gallery-wrap {
      align-self: stretch;
      min-height: unset;
   }
}

.single-product div.product .woocommerce-product-gallery {
   width: 100%;
   flex-basis: auto;
   max-height: 100%;
}

.single-product div.product .woocommerce-product-gallery__wrapper {
   max-height: 100%;
}

.single-product div.product .woocommerce-product-gallery img {
   mix-blend-mode: multiply;
   width: 100%;
   height: auto;
   max-height: 80vh;
   object-fit: contain;
   display: block;
}

/* Hide thumbnail strip visually but keep clickable for JS auto-slide */
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
   position: absolute;
   width: 1px;
   height: 1px;
   overflow: hidden;
   opacity: 0;
   pointer-events: auto;
}

/* --- Summary panel --- */
.single-product div.product .summary {
   background: #ffffff;
   padding: 36px 40px;
   position: relative;
}

@media (min-width: 992px) {
   .single-product div.product .summary {
      padding: 40px 48px;
      flex-basis: 54%;
      width: 54%;
   }
}

/* --- Category label (top) --- */
.single-product div.product .summary .product_posted_in,
.single-product div.product .summary .product_posted_in a {
   display: block;
   font-family: 'DB Heavent Con', sans-serif !important;
   font-size: 1.5rem !important;
   font-weight: 500 !important;
   letter-spacing: 0.08em !important;
   text-transform: uppercase !important;
   color: #b59e7f !important;
   margin-bottom: 6px !important;
   line-height: 1.2 !important;
   text-decoration: none !important;
   grid-column: 1 / -1 !important;
}

/* --- Summary Layout: Grid container for clean side-by-side title + price --- */
.single-product div.product .summary {
   display: grid !important;
   grid-template-columns: 1fr auto !important;
   align-items: start !important;
   position: relative;
}

/* --- Title (left column) --- */
.single-product div.product .summary .product_title {
   grid-column: 1 !important;
   display: block !important;
   font-family: 'DB Heavent Con', sans-serif !important;
   font-size: 2.85rem !important;
   font-weight: 700 !important;
   color: #000000 !important;
   letter-spacing: 0.02em !important;
   text-transform: uppercase !important;
   line-height: 1.08 !important;
   margin: 0 !important;
   padding-right: 28px !important;
   clear: both;
}

/* --- Price (right column, aligned with line 1 of title) --- */
.single-product div.product .summary .price {
   grid-column: 2 !important;
   justify-self: end !important;
   align-self: start !important;
   position: static !important;
   margin: 0 !important;
   color: #000000 !important;
   font-size: 2.85rem !important;
   font-weight: 700 !important;
   letter-spacing: 0.02em !important;
   text-transform: none !important;
   font-family: 'DB Heavent Con', sans-serif !important;
   white-space: nowrap !important;
   line-height: 1.08 !important;
   text-align: right !important;
}

@media (min-width: 992px) {
   .single-product div.product .summary .price {
      position: static !important;
      top: auto !important;
      right: auto !important;
   }
}

/* Reset price positioning for related/upsell loops on the single product page */
.single-product .related.products .product .price,
.single-product .upsells.products .product .price {
   position: static !important;
   top: auto !important;
   right: auto !important;
   display: block !important;
   text-align: center !important;
   font-family: 'DB Heavent Li Cond', 'DB Heavent Li  Con', 'DB Heavent Con', sans-serif !important;
   font-weight: 600 !important;
}

/* Remove any short line, borders, ::after, or hr from title and short description */
.single-product div.product .summary .product_title,
.single-product div.product .summary .product_title::before,
.single-product div.product .summary .product_title::after,
.single-product div.product .summary .woocommerce-product-details__short-description,
.single-product div.product .summary .woocommerce-product-details__short-description *,
.single-product div.product .summary .woocommerce-product-details__short-description::before,
.single-product div.product .summary .woocommerce-product-details__short-description::after {
   border: none !important;
   border-top: none !important;
   border-bottom: none !important;
   border-left: none !important;
   border-right: none !important;
   box-shadow: none !important;
   outline: none !important;
   text-decoration: none !important;
}

.single-product div.product .summary .product_title::after,
.single-product div.product .summary .product_title::before,
.single-product div.product .summary .woocommerce-product-details__short-description::after,
.single-product div.product .summary .woocommerce-product-details__short-description::before,
.single-product div.product .summary .woocommerce-product-details__short-description hr,
.single-product div.product .summary hr:not(.product-summary-divider) {
   display: none !important;
   content: none !important;
   height: 0 !important;
   width: 0 !important;
   border: none !important;
   margin: 0 !important;
   padding: 0 !important;
}

/* All other summary children span full width */
.single-product div.product .summary > *:not(.product_posted_in):not(.product_title):not(.price) {
   grid-column: 1 / -1 !important;
}

/* Full-width divider line directly under title/price/SKU — stretches 100% across the entire div */
.single-product div.product .summary .product-summary-divider,
.product-summary-divider {
   grid-column: 1 / -1 !important;
   width: 100% !important;
   min-width: 100% !important;
   height: 1px !important;
   background: #e5e5e5 !important;
   background-color: #e5e5e5 !important;
   border: none !important;
   margin-top: 18px !important;
   margin-bottom: 24px !important;
   display: block !important;
   clear: both !important;
   box-sizing: border-box !important;
}

/* Attributes wrapper container (no borders) */
.single-product div.product .summary .woocommerce-product-attributes {
   grid-column: 1 / -1 !important;
   width: 100% !important;
   max-width: 100% !important;
   display: block !important;
   border: none !important;
   border-top: none !important;
   padding-top: 0 !important;
   margin-top: 0 !important;
   margin-bottom: 24px !important;
   box-sizing: border-box !important;
}

/* SKU / Short description directly below title (no border) */
.single-product div.product .summary .woocommerce-product-details__short-description {
   grid-column: 1 !important;
   display: block !important;
   border: none !important;
   padding: 0 !important;
   margin: 4px 0 0 0 !important;
   font-family: 'DB Heavent Con', sans-serif !important;
   font-size: 1.6rem !important;
   font-weight: 700 !important;
   color: #111111 !important;
   line-height: 1.1 !important;
}

.single-product div.product .summary .woocommerce-product-details__short-description p {
   margin: 0 !important;
   border: none !important;
}

@media (max-width: 576px) {
   .single-product div.product .summary {
      grid-template-columns: 1fr !important;
   }
   .single-product div.product .summary .product_title {
      padding-right: 0 !important;
   }
   .single-product div.product .summary .price {
      grid-column: 1 !important;
      justify-self: start !important;
      margin-top: 8px !important;
   }
}

/* --- Attributes table: NO internal lines/borders --- */
.single-product div.product .summary table.shop_attributes,
.single-product table.shop_attributes {
   width: 100% !important;
   table-layout: fixed !important;
   border: none !important;
   border-collapse: collapse !important;
   margin: 0 !important;
}

/* Completely remove all borders from rows and cells */
.single-product table.shop_attributes tr,
.single-product table.shop_attributes th,
.single-product table.shop_attributes td,
.single-product .woocommerce-product-attributes-item,
.single-product .woocommerce-product-attributes-item__label,
.single-product .woocommerce-product-attributes-item__value {
   border: none !important;
   border-top: none !important;
   border-bottom: none !important;
   border-left: none !important;
   border-right: none !important;
   box-shadow: none !important;
   outline: none !important;
}

.single-product table.shop_attributes th,
.single-product table.shop_attributes td,
.single-product .woocommerce-product-attributes-item__label,
.single-product table.variations th,
.single-product table.variations label {
   padding: 8px 0 !important;
   background: transparent !important;
   vertical-align: top !important;
   font-family: 'DB Heavent Con', sans-serif !important;
   font-size: 1.25rem !important;
   letter-spacing: 0.06em !important;
   text-transform: uppercase !important;
   line-height: 1.4 !important;
}

/* Attribute headers: #08090A59 */
.single-product table.shop_attributes th,
.single-product .woocommerce-product-attributes-item__label,
.single-product table.variations th,
.single-product table.variations label,
.single-product .product-factsheet .fact-label {
   color: #08090a59 !important;
   font-weight: 600 !important;
   width: 32% !important;
   text-align: left !important;
   padding-right: 12px !important;
   white-space: nowrap !important;
}

/* Attribute values/details: #08090A99 */
.single-product table.shop_attributes td,
.single-product .woocommerce-product-attributes-item__value,
.single-product table.variations td {
   color: #08090a99 !important;
   font-weight: 600 !important;
   text-align: left !important;
   width: 68% !important;
}

.single-product table.shop_attributes p {
   margin: 0 !important;
}

/* Remove extra colon to avoid double colons :: */
.single-product table.shop_attributes th::after {
   content: none !important;
}

/* --- Add to Cart button (after attributes) --- */
.single-product div.product form.cart {
   padding: 0;
   margin-top: 1.5em;
   margin-bottom: 0;
   border: none;
   grid-column: 1 / -1 !important;
}

/* Hide qty spinner */
.single-product div.product form.cart .quantity {
   display: none;
}

/* Full width outline button */
.single-product div.product form.cart .single_add_to_cart_button {
   width: 100%;
   background: transparent;
   color: var(--orologio-body-typography-color);
   border: 1px solid var(--orologio-body-typography-color);
   padding: 16px 24px;
   text-transform: uppercase;
   letter-spacing: 0.2em;
   font-size: 0.72rem;
   font-weight: 400;
   border-radius: 0;
   transition:
      background 0.2s ease,
      color 0.2s ease;
   text-align: center;
}

.single-product div.product form.cart .single_add_to_cart_button:hover {
   background: var(--orologio-body-typography-color);
   color: #ffffff;
}

/* --- Hide tabs entirely --- */
.single-product div.product .woocommerce-tabs {
   display: none;
}

/* Hide star rating */
.single-product div.product .woocommerce-product-rating {
   display: none;
}

/* Hide product meta (SKU/tags row) */
.single-product div.product .product_meta {
   display: none;
}

@media (max-width: 768px) {
   .single-product table.shop_attributes th,
   .single-product table.shop_attributes td {
      display: table-cell;
      text-align: left;
      padding: 5px 0;
   }
}

/* Single Product – Gallery Slider placeholder (JS disabled) */

/* ===================================================
   Single Product – Custom Vertical Slider (.oo-vslider)
   =================================================== */

/* Container fills the gallery-wrap seamlessly */
.oo-vslider {
   position: absolute;
   inset: 0;
   width: 100%;
   height: 100%;
   background: #e8e8e8;
   z-index: 2;
   overflow: hidden;
   overscroll-behavior: contain !important;
}

/* Viewport — clips the sliding slides */
.oo-vslider__viewport {
   position: absolute;
   inset: 0;
   width: 100%;
   height: 100%;
   overflow: hidden;
}

/* Each slide — stacked via absolute */
.oo-vslider__slide {
   position: absolute;
   inset: 0;
   width: 100%;
   height: 100%;
   display: flex;
   align-items: center;
   justify-content: center;
   padding: 40px 20px;
   transform: translateY(100%); /* off-screen by default */
   will-change: transform;
}

.oo-vslider__slide.is-current {
   transform: translateY(0);
}

.oo-vslider__slide.is-incoming {
   /* position set inline by JS */
}

.oo-vslider__slide img {
   max-width: 85%;
   max-height: 85%;
   width: auto;
   height: auto;
   object-fit: contain;
   mix-blend-mode: multiply;
   display: block;
   user-select: none;
   -webkit-user-drag: none;
}

/* Dot navigation — white dots on right like Image 2 */
.oo-vslider__dots {
   position: absolute;
   right: 20px;
   top: 50%;
   transform: translateY(-50%);
   display: flex;
   flex-direction: column;
   gap: 10px;
   z-index: 10;
}

.oo-vslider__dot {
   width: 7px;
   height: 7px;
   border-radius: 50%;
   background: rgba(255, 255, 255, 0.5);
   border: none;
   padding: 0;
   cursor: pointer;
   transition: background 0.25s;
   display: block;
}

.oo-vslider__dot.is-active {
   background: #ffffff;
}

/* Make gallery-wrap full-height light grey block */
.single-product div.product .product-images-summary-wrap .product-gallery-wrap,
.single-product div.product .images {
   position: relative !important;
   width: 100%;
   min-height: 550px;
   background: #e8e8e8;
   flex: 1;
}

@media (min-width: 992px) {
   .single-product
      div.product
      .product-images-summary-wrap
      .product-gallery-wrap,
   .single-product div.product .images {
      min-height: 600px;
      flex-basis: 46%;
      width: 46%;
   }
}

/* ===================================================
   WooCommerce Cart Page – Refined & Balanced Cart Item Info
   =================================================== */

/* 1. Product Thumbnail in Cart */
.wc-block-cart-items .wc-block-cart-item__image img,
.wc-block-components-cart-item .wc-block-components-product-image img,
table.cart .product-thumbnail img,
.woocommerce-cart-form table.cart img {
   width: 75px !important;
   max-width: 75px !important;
   height: auto !important;
   object-fit: contain !important;
}

/* 2. Product Title / Name */
.wc-block-cart-items .wc-block-components-product-name,
.wc-block-cart-item__title,
.wc-block-components-cart-item__name,
table.cart .product-name a,
table.cart .product-name,
.woocommerce-cart-form table.cart .product-name a {
   font-size: 1.05rem !important;
   font-weight: 700 !important;
   line-height: 1.35 !important;
   color: #111111 !important;
   text-transform: uppercase !important;
   text-decoration: none !important;
   display: inline-block !important;
   margin-bottom: 4px !important;
}

/* 3. Product Variations / Meta / Attributes / SKU */
.wc-block-cart-items .wc-block-components-product-details,
.wc-block-cart-items .wc-block-components-product-metadata,
.wc-block-components-product-metadata__item,
.wc-block-cart-item__metadata,
table.cart .variation,
table.cart .product-meta,
.woocommerce-cart-form table.cart .variation {
   font-size: 0.85rem !important;
   font-weight: 500 !important;
   color: #555555 !important;
   line-height: 1.4 !important;
   margin-top: 2px !important;
   margin-bottom: 2px !important;
}

/* 4. Product Price (Refined & Balanced Size) */
.wc-block-cart-items .wc-block-components-product-price,
.wc-block-cart-item__price,
.wc-block-components-product-price__value,
table.cart .product-price,
table.cart .product-subtotal,
.woocommerce-cart-form table.cart .product-price .amount,
.woocommerce-cart-form table.cart .product-subtotal .amount {
   font-size: 1.05rem !important;
   font-weight: 600 !important;
   color: #111111 !important;
   margin-top: 6px !important;
   margin-bottom: 8px !important;
}

/* 5. Quantity Selector & Input Box (Refined Compact Size) */
.wc-block-cart-items .wc-block-components-quantity-selector,
.wc-block-components-quantity-selector,
table.cart .quantity,
.woocommerce-cart-form table.cart .quantity {
   height: 36px !important;
   border-radius: 3px !important;
   display: inline-flex !important;
   align-items: center !important;
}

.wc-block-components-quantity-selector__input,
.wc-block-components-quantity-selector input,
table.cart input.qty,
.woocommerce-cart-form table.cart input.qty {
   font-size: 0.95rem !important;
   font-weight: 600 !important;
   width: 44px !important;
   height: 34px !important;
   text-align: center !important;
   padding: 0 !important;
}

.wc-block-components-quantity-selector__button,
table.cart .plus,
table.cart .minus {
   font-size: 1rem !important;
   font-weight: 600 !important;
   padding: 4px 10px !important;
   min-width: 32px !important;
   height: 34px !important;
}

/* 6. Remove / Trash Icon */
.wc-block-cart-items .wc-block-cart-item__remove-link,
.wc-block-components-cart-item__remove-link,
table.cart td.product-remove a.remove,
.woocommerce-cart-form table.cart a.remove {
   font-size: 1rem !important;
   padding: 4px !important;
   color: #555555 !important;
}

.wc-block-cart-items .wc-block-cart-item__remove-link svg,
.wc-block-components-cart-item__remove-link svg {
   width: 16px !important;
   height: 16px !important;
}

/* 7. Column Header "PRODUCT" and "TOTAL" */
.wc-block-cart-items__header,
table.cart th,
.woocommerce-cart-form table.cart th {
   font-size: 0.85rem !important;
   font-weight: 700 !important;
   letter-spacing: 0.12em !important;
   text-transform: uppercase !important;
   color: #666666 !important;
   padding-bottom: 10px !important;
}

/* ===================================================
   Cart Page – Font Family "DB Heavent Con", Sans-Serif
   & Unified Header Sizing and Equal Padding
   =================================================== */

/* 1. Global Font Family for Cart Page Elements and Buttons */
.woocommerce-cart,
.wc-block-cart,
.wc-block-cart-items,
.wc-block-cart__sidebar,
.wc-block-components-totals-wrapper,
.wc-block-cart-order-summary,
.orologio-cart-accordions,
.orologio-accordion,
.orologio-accordion__toggle,
.orologio-accordion__body,
button.orologio-accordion__toggle,
.wc-block-cart__submit-button,
.wc-block-components-button,
.checkout-button,
a.checkout-button,
table.cart,
.woocommerce-cart-form {
   font-family: 'DB Heavent Con', sans-serif !important;
}

/* Container resets for Add Coupons block */
.wp-block-woocommerce-checkout-order-summary-coupon-form-block,
.wp-block-woocommerce-cart-order-summary-coupon-form-block,
.wc-block-components-totals-coupon,
.wc-block-components-panel {
   display: flex !important;
   flex-direction: column !important;
   width: 100% !important;
   margin: 0 !important;
   padding: 0 !important;
   border: none !important;
   min-height: 0 !important;
   height: auto !important;
   box-sizing: border-box !important;
}

.wc-block-components-panel__button-group,
.wc-block-components-panel__button-group:hover,
.wc-block-components-panel__button-group:focus {
   margin: 0 !important;
   padding: 0 !important;
   border: none !important;
   width: 100% !important;
   display: flex !important;
   flex-direction: row !important;
   align-items: center !important;
   box-sizing: border-box !important;
}

.orologio-cart-accordions {
   width: 100%;
   margin-top: 0;
   box-sizing: border-box;
}

.orologio-cart-accordions ~ .orologio-cart-accordions {
   display: none !important;
}

.orologio-accordion {
   border-top: 1px solid rgba(0, 0, 0, 0.08) !important;
   box-sizing: border-box;
}

/* Hide any duplicate pseudo-element arrows */
.orologio-accordion__toggle::before,
.orologio-accordion__toggle::after,
button.orologio-accordion__toggle::before,
button.orologio-accordion__toggle::after {
   content: none !important;
   display: none !important;
}

/* 2. Unify Header Sizing & Equal Padding — accordion policy buttons (custom) */
button.orologio-accordion__toggle,
.orologio-accordion__toggle {
   all: unset !important;
   display: flex !important;
   flex-direction: row !important;
   justify-content: space-between !important;
   align-items: center !important;
   width: 100% !important;
   padding: 18px 24px !important;
   background: transparent !important;
   background-color: transparent !important;
   border: none !important;
   border-radius: 0 !important;
   box-shadow: none !important;
   cursor: pointer !important;
   box-sizing: border-box !important;
   font-family: 'DB Heavent Con', sans-serif !important;
   font-size: 1.25rem !important;
   font-weight: 500 !important;
   text-transform: none !important;
   letter-spacing: normal !important;
   color: #333333 !important;
   line-height: 1.3 !important;
   height: auto !important;
   min-height: 0 !important;
   margin: 0 !important;
   flex-wrap: nowrap !important;
   transform: none !important;
   text-indent: 0 !important;
   transition: color 0.2s ease, background-color 0.2s ease !important;
}

button.orologio-accordion__toggle:hover,
.orologio-accordion__toggle:hover {
   padding: 18px 24px !important;
   margin: 0 !important;
   background: rgba(0, 0, 0, 0.02) !important;
   background-color: rgba(0, 0, 0, 0.02) !important;
   color: #8d725b !important;
   transform: none !important;
}

/* 2b. Add Coupons WooCommerce Block Button & Links — targeted overrides WITHOUT all:unset */
/* Cover ALL states incl. aria-expanded so React re-render cannot reset padding or shift position */
.wc-block-components-panel__button,
button.wc-block-components-panel__button,
.wc-block-components-panel__button[aria-expanded="true"],
.wc-block-components-panel__button[aria-expanded="false"],
button.wc-block-components-panel__button[aria-expanded="true"],
button.wc-block-components-panel__button[aria-expanded="false"],
.wc-block-cart__sidebar .wc-block-components-panel__button,
.wc-block-cart__sidebar .wc-block-components-panel__button[aria-expanded="true"],
.wc-block-cart__sidebar .wc-block-components-panel__button[aria-expanded="false"],
.wc-block-checkout__sidebar .wc-block-components-panel__button,
.wc-block-checkout__sidebar .wc-block-components-panel__button[aria-expanded="true"],
.wc-block-checkout__sidebar .wc-block-components-panel__button[aria-expanded="false"],
.wc-block-checkout .wc-block-components-panel__button,
.wp-block-woocommerce-checkout-order-summary-coupon-form-block .wc-block-components-panel__button,
.wc-block-components-totals-coupon-link,
a.wc-block-components-totals-coupon-link,
button.wc-block-components-totals-coupon-link,
.woocommerce-form-coupon-toggle a.showcoupon,
a.showcoupon {
   display: flex !important;
   flex-direction: row !important;
   justify-content: space-between !important;
   align-items: center !important;
   width: 100% !important;
   padding: 18px 24px !important;
   background: transparent !important;
   background-color: transparent !important;
   border: none !important;
   border-radius: 0 !important;
   box-shadow: none !important;
   outline: none !important;
   cursor: pointer !important;
   box-sizing: border-box !important;
   font-family: 'DB Heavent Con', sans-serif !important;
   font-size: 1.25rem !important;
   font-weight: 500 !important;
   text-transform: none !important;
   letter-spacing: normal !important;
   color: #333333 !important;
   line-height: 1.3 !important;
   height: auto !important;
   min-height: 0 !important;
   margin: 0 !important;
   flex-wrap: nowrap !important;
   transform: none !important;
   text-indent: 0 !important;
   text-align: left !important;
   text-decoration: none !important;
   vertical-align: middle !important;
   transition: color 0.2s ease, background-color 0.2s ease !important;
}

.wc-block-components-panel__button:hover,
button.wc-block-components-panel__button:hover,
.wc-block-components-totals-coupon-link:hover,
a.wc-block-components-totals-coupon-link:hover,
button.wc-block-components-totals-coupon-link:hover,
.woocommerce-form-coupon-toggle a.showcoupon:hover,
a.showcoupon:hover,
.wc-block-components-panel__button:focus,
button.wc-block-components-panel__button:focus,
.wc-block-components-panel__button:active,
button.wc-block-components-panel__button:active {
   display: flex !important;
   flex-direction: row !important;
   justify-content: space-between !important;
   align-items: center !important;
   width: 100% !important;
   padding: 18px 24px !important;
   margin: 0 !important;
   background: rgba(0, 0, 0, 0.02) !important;
   background-color: rgba(0, 0, 0, 0.02) !important;
   color: #8d725b !important;
   transform: none !important;
   text-indent: 0 !important;
   text-align: left !important;
}

/* Lock inner text span / link so it never shifts position on hover */
/* order:1 keeps text on the LEFT, before the icon (order:2) */
.wc-block-components-panel__button span,
.wc-block-components-panel__button:hover span,
button.wc-block-components-panel__button span,
button.wc-block-components-panel__button:hover span,
.wc-block-components-totals-coupon-link span,
.wc-block-components-totals-coupon-link:hover span,
.wc-block-components-panel__button[aria-expanded="true"] span,
.wc-block-components-panel__button[aria-expanded="false"] span,
.woocommerce-form-coupon-toggle .woocommerce-info,
a.showcoupon {
   display: inline-flex !important;
   align-items: center !important;
   order: 1 !important;          /* Text is LEFT, before the icon */
   flex-grow: 1 !important;      /* Text takes remaining space */
   margin: 0 !important;
   padding: 0 !important;
   transform: none !important;
   font-family: 'DB Heavent Con', sans-serif !important;
   font-size: 1.25rem !important;
   color: inherit !important;
   line-height: inherit !important;
   text-align: left !important;
}


/* 3. Chevron Arrow Icons for Policy Accordions & Add Coupons */
/* Unified arrow size: 18x18px across ALL sections */

/* WooCommerce panel icon wrapper (Add coupons) */
.wc-block-components-panel__button-icon {
   all: unset !important;
   display: inline-flex !important;
   align-items: center !important;
   justify-content: center !important;
   width: 18px !important;
   height: 18px !important;
   min-width: 18px !important;
   min-height: 18px !important;
   flex-shrink: 0 !important;
   margin-left: auto !important;
   margin-right: 0 !important;
   order: 2 !important;
   padding: 0 !important;
   background: none !important;
   background-color: transparent !important;
   border: none !important;
   border-radius: 0 !important;
   box-shadow: none !important;
   color: #666666 !important;
   transition: transform 0.25s ease !important;
}

/* SVG inside WooCommerce icon wrapper */
.wc-block-components-panel__button-icon svg,
.wc-block-components-panel__button svg {
   display: block !important;
   width: 18px !important;
   height: 18px !important;
   min-width: 18px !important;
   min-height: 18px !important;
   flex-shrink: 0 !important;
   color: #666666 !important;
   background: none !important;
   border: none !important;
   margin: 0 !important;
   padding: 0 !important;
   transition: transform 0.25s ease !important;
}

/* Custom policy accordion SVG arrow */
.orologio-accordion__arrow {
   display: inline-flex !important;
   align-items: center !important;
   justify-content: center !important;
   width: 18px !important;
   height: 18px !important;
   min-width: 18px !important;
   min-height: 18px !important;
   flex-shrink: 0 !important;
   margin-left: 12px !important;
   color: #666666 !important;
   background: none !important;
   border: none !important;
   transition: transform 0.25s ease !important;
}

/* Rotate on open/expanded */
.orologio-accordion__toggle[aria-expanded="true"] .orologio-accordion__arrow,
.orologio-accordion.is-open .orologio-accordion__arrow,
.wc-block-components-panel__button[aria-expanded="true"] svg,
.wc-block-components-panel__button[aria-expanded="true"] .wc-block-components-panel__button-icon,
.wc-block-components-panel__button[aria-expanded="true"] .wc-block-components-panel__button-icon svg {
   transform: rotate(180deg) !important;
}


/* Expanded Coupon Panel Content & Form Styling */
.wc-block-components-panel__content,
.wc-block-components-totals-coupon__content {
   width: 100% !important;
   padding: 10px 24px 22px 24px !important;
   box-sizing: border-box !important;
}

.wc-block-components-totals-coupon__form,
.wc-block-components-panel__content form {
   display: flex !important;
   flex-direction: row !important;
   align-items: center !important;
   gap: 10px !important;
   width: 100% !important;
   margin: 0 !important;
   padding: 0 !important;
}

/* Reset outer input wrapper from WooCommerce core double border */
.wc-block-components-totals-coupon__form .wc-block-components-text-input,
.wc-block-components-panel__content .wc-block-components-text-input,
.wc-block-components-totals-coupon__input,
.wc-block-components-text-input {
   flex: 1 !important;
   width: 100% !important;
   margin: 0 !important;
   padding: 0 !important;
   border: none !important;
   background: transparent !important;
   box-shadow: none !important;
   position: relative !important;
}

/* Coupon Floating Label - Inactive State */
.wc-block-components-totals-coupon__form .wc-block-components-text-input label,
.wc-block-components-totals-coupon__input label,
.wc-block-components-panel__content .wc-block-components-text-input label {
   position: absolute !important;
   left: 14px !important;
   top: 12px !important;
   font-family: 'DB Heavent Con', sans-serif !important;
   font-size: 1.1rem !important;
   color: #777777 !important;
   line-height: 1 !important;
   pointer-events: none !important;
   z-index: 5 !important;
   margin: 0 !important;
   padding: 0 !important;
   transform: none !important;
   transition: top 0.15s ease, font-size 0.15s ease, color 0.15s ease !important;
}

/* Coupon Floating Label - Active/Focused/Filled State */
.wc-block-components-totals-coupon__form .wc-block-components-text-input.is-active label,
.wc-block-components-totals-coupon__form .wc-block-components-text-input:focus-within label,
.wc-block-components-totals-coupon__input.is-active label,
.wc-block-components-totals-coupon__input:focus-within label,
.wc-block-components-totals-coupon__form input[type="text"]:focus ~ label,
.wc-block-components-totals-coupon__form input[type="text"]:not(:placeholder-shown) ~ label,
.wc-block-components-totals-coupon__input input:focus ~ label,
.wc-block-components-totals-coupon__input input:not(:placeholder-shown) ~ label {
   top: 4px !important;
   font-size: 0.78rem !important;
   color: #888888 !important;
   font-weight: 500 !important;
   transform: none !important;
}

.wc-block-components-totals-coupon__input input,
.wc-block-components-totals-coupon__form input[type="text"],
.wc-block-components-panel__content input[type="text"],
.wc-block-components-text-input__input {
   flex: 1 !important;
   width: 100% !important;
   height: 44px !important;
   min-height: 44px !important;
   padding-top: 18px !important;     /* Pushes typed coupon text DOWN below floating label */
   padding-bottom: 2px !important;
   padding-left: 14px !important;
   padding-right: 14px !important;
   border: 1px solid #cccccc !important;
   border-radius: 4px !important;
   background-color: #ffffff !important;
   font-family: 'DB Heavent Con', sans-serif !important;
   font-size: 1.15rem !important;
   line-height: 1.2 !important;
   color: #222222 !important;
   box-sizing: border-box !important;
   margin: 0 !important;
   outline: none !important;
   box-shadow: none !important;
}

.wc-block-components-totals-coupon__input:focus,
.wc-block-components-panel__content input[type="text"]:focus,
.wc-block-components-text-input__input:focus {
   border-color: #8d725b !important;
}

.wc-block-components-totals-coupon__button,
.wc-block-components-panel__content button[type="submit"],
.wc-block-components-totals-coupon__form button[type="submit"] {
   all: unset !important;
   display: inline-flex !important;
   align-items: center !important;
   justify-content: center !important;
   height: 44px !important;
   min-height: 44px !important;
   padding: 0 24px !important;
   background-color: #8d725b !important;
   color: #ffffff !important;
   border: none !important;
   border-radius: 4px !important;
   font-family: 'DB Heavent Con', sans-serif !important;
   font-size: 1.25rem !important;
   font-weight: 600 !important;
   cursor: pointer !important;
   box-sizing: border-box !important;
   white-space: nowrap !important;
   margin: 0 !important;
   flex-shrink: 0 !important;
   transition: background-color 0.2s ease !important;
}

.wc-block-components-totals-coupon__button:hover,
.wc-block-components-panel__content button[type="submit"]:hover {
   background-color: #000000 !important;
   color: #ffffff !important;
}


/* Accordion body — Larger readable text size as requested */
.orologio-accordion__body {
   display: none;
   padding: 10px 24px 24px 24px !important;
   font-family: 'DB Heavent Con', sans-serif !important;
   font-size: 1.3rem !important;
   line-height: 1.7 !important;
   color: #333333 !important;
   box-sizing: border-box !important;
}

.orologio-accordion.is-open .orologio-accordion__body,
.orologio-accordion__toggle[aria-expanded="true"] + .orologio-accordion__body {
   display: block !important;
}

.orologio-accordion__body ul {
   margin: 0 !important;
   padding-left: 20px !important;
   list-style-type: disc !important;
}

.orologio-accordion__body ul li {
   margin-bottom: 10px !important;
   font-size: 1.3rem !important;
   line-height: 1.7 !important;
   color: #333333 !important;
}

.orologio-accordion__body ul li:last-child {
   margin-bottom: 0 !important;
}

.orologio-accordion__body ul li strong {
   font-weight: 600 !important;
   color: #111111 !important;
}

.orologio-accordion__body ul ul {
   margin-top: 6px !important;
   margin-bottom: 6px !important;
   padding-left: 18px !important;
}

/* 4. Buttons (Proceed to Checkout, Add to Cart, etc.) */
.wc-block-cart__submit-button,
.wc-block-cart__submit-container a,
.wc-block-components-button,
.checkout-button,
a.checkout-button,
.woocommerce-cart .button,
button.button,
input.button {
   font-family: 'DB Heavent Con', sans-serif !important;
   font-size: 1.35rem !important;
   font-weight: 600 !important;
   letter-spacing: 0.03em !important;
}

/* 5. Cart Totals & Table Headers */
.wc-block-cart__sidebar .wc-block-cart__totals-title,
.wc-block-cart-order-summary__title,
.cart-collaterals h2 {
   font-family: 'DB Heavent Con', sans-serif !important;
   padding: 18px 24px !important;
   margin: 0 !important;
   font-size: 1.05rem !important;
   font-weight: 700 !important;
   letter-spacing: 0.12em !important;
   text-transform: uppercase !important;
   color: #666666 !important;
   border-bottom: 1px solid rgba(0, 0, 0, 0.08) !important;
}

/* 6. Estimated Total & Amount Size Increase */
.wc-block-cart__sidebar .wc-block-components-totals-item,
.wc-block-cart-order-summary__subtotal,
.wc-block-cart-order-summary__totals,
.wc-block-components-totals-footer-item {
   padding: 20px 24px !important;
   display: flex !important;
   justify-content: space-between !important;
   align-items: center !important;
   font-family: 'DB Heavent Con', sans-serif !important;
}

.wc-block-components-totals-item__label,
.wc-block-cart-order-summary__totals-title,
.wc-block-components-totals-footer-item .wc-block-components-totals-item__label {
   font-family: 'DB Heavent Con', sans-serif !important;
   font-size: 1.35rem !important;
   font-weight: 500 !important;
   color: #333333 !important;
}

.wc-block-components-totals-item__value,
.wc-block-components-totals-item__value .wc-block-formatted-money-amount,
.wc-block-cart-order-summary__totals-value,
.wc-block-cart-order-summary__totals-value .amount {
   font-family: 'DB Heavent Con', sans-serif !important;
   font-size: 1.5rem !important;
   font-weight: 700 !important;
   color: #111111 !important;
}

.wc-block-cart-items__header,
table.cart th,
.woocommerce-cart-form table.cart th {
   font-family: 'DB Heavent Con', sans-serif !important;
}

/* Order Received / Thank You Page - Order Overview */
ul.woocommerce-order-overview,
ul.woocommerce-order-overview li,
ul.woocommerce-order-overview li strong,
ul.woocommerce-order-overview li span,
ul.woocommerce-order-overview li bdi,
ul.woocommerce-order-overview li .amount,
ul.woocommerce-order-overview li .woocommerce-Price-currencySymbol,
.woocommerce-thankyou-order-details,
.woocommerce-thankyou-order-details li,
.woocommerce-thankyou-order-details li * {
   font-family: 'DB Heavent Li Cond', Sans-serif !important;
   font-weight: 400 !important;
}

/* ===================================================
   WooCommerce Checkout Page Form Layout & Field Styling
   Strictly scoped to body.woocommerce-checkout (Does NOT affect other pages)
   =================================================== */

/* 1. Address Form Container & Grid Baseline Alignment */
body.woocommerce-checkout .wc-block-components-address-form,
body.woocommerce-checkout .wc-block-checkout__form .wc-block-components-address-form,
body.woocommerce-checkout .wc-block-checkout__billing-fields .wc-block-components-address-form,
body.woocommerce-checkout .wc-block-checkout__shipping-fields .wc-block-components-address-form {
   display: flex !important;
   flex-wrap: wrap !important;
   gap: 14px 14px !important;
   justify-content: space-between !important;
   align-items: flex-start !important;    /* Aligns all fields to the exact same top baseline */
   width: 100% !important;
   box-sizing: border-box !important;
   margin-bottom: 24px !important;
}

/* 2. Remove default margin-top displacement on select inputs */
body.woocommerce-checkout .wc-block-checkout__form .wc-blocks-components-select,
body.woocommerce-checkout .wc-block-components-address-form .wc-block-components-select-input,
body.woocommerce-checkout .wc-block-components-address-form .wc-block-components-state-input,
body.woocommerce-checkout .wc-block-components-address-form .wc-block-components-text-input,
body.woocommerce-checkout .wc-block-components-country-input,
body.woocommerce-checkout .wc-block-components-state-input,
body.woocommerce-checkout .wc-block-components-text-input,
body.woocommerce-checkout .wc-block-components-select-input,
body.woocommerce-checkout .wc-block-components-combobox {
   margin-top: 0 !important;              /* Fixes WooCommerce core's margin-top: 12px on select dropdowns */
   margin-bottom: 0 !important;
   margin: 0 !important;
   position: relative !important;
   box-sizing: border-box !important;
   vertical-align: top !important;
}

/* 3. Full Width Fields (Email, Country, Address 1, Address 2, Company) */
body.woocommerce-checkout .wc-block-components-address-form__email,
body.woocommerce-checkout .wc-block-components-country-input,
body.woocommerce-checkout .wc-block-components-address-form__country,
body.woocommerce-checkout .wc-block-components-address-form__address_1,
body.woocommerce-checkout .wc-block-components-address-form__address_2,
body.woocommerce-checkout .wc-block-components-address-form__company,
body.woocommerce-checkout .wc-block-checkout__billing-fields .wc-block-components-address-form__country,
body.woocommerce-checkout .wc-block-checkout__billing-fields .wc-block-components-address-form__address_1,
body.woocommerce-checkout .wc-block-checkout__billing-fields .wc-block-components-address-form__address_2,
body.woocommerce-checkout .wc-block-checkout__shipping-fields .wc-block-components-address-form__country,
body.woocommerce-checkout .wc-block-checkout__shipping-fields .wc-block-components-address-form__address_1,
body.woocommerce-checkout .wc-block-checkout__shipping-fields .wc-block-components-address-form__address_2 {
   flex: 0 0 100% !important;
   width: 100% !important;
   max-width: 100% !important;
   margin-top: 0 !important;
   margin-bottom: 0 !important;
}

/* 4. Half Width Fields (First Name, Last Name, City, State, Postcode, Phone) */
/* Fixes squished 4-in-a-row inputs (Town/City, State, Postcode, Phone) into a clean 2x2 grid */
body.woocommerce-checkout .wc-block-components-address-form__first_name,
body.woocommerce-checkout .wc-block-components-address-form__last_name,
body.woocommerce-checkout .wc-block-components-address-form__city,
body.woocommerce-checkout .wc-block-components-state-input,
body.woocommerce-checkout .wc-block-components-address-form__state,
body.woocommerce-checkout .wc-block-components-address-form__postcode,
body.woocommerce-checkout .wc-block-components-address-form__phone,
body.woocommerce-checkout .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-text-input,
body.woocommerce-checkout .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-select-input,
body.woocommerce-checkout .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-state-input,
body.woocommerce-checkout .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-text-input,
body.woocommerce-checkout .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-select-input,
body.woocommerce-checkout .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-state-input {
   flex: 0 0 calc(50% - 7px) !important;
   width: calc(50% - 7px) !important;
   max-width: calc(50% - 7px) !important;
   margin-top: 0 !important;
   margin-bottom: 0 !important;
   box-sizing: border-box !important;
}

/* Reset specific overrides that force full width on email */
body.woocommerce-checkout .wc-block-components-address-form__email {
   flex: 0 0 100% !important;
   width: 100% !important;
   max-width: 100% !important;
}

/* 5. Floating Label Mechanics (Fixes label overlapping with placeholder/value) */
body.woocommerce-checkout .wc-block-components-text-input label,
body.woocommerce-checkout .wc-block-components-select-input label,
body.woocommerce-checkout .wc-block-components-country-input label,
body.woocommerce-checkout .wc-block-components-state-input label {
   position: absolute !important;
   left: 14px !important;
   top: 14px !important;
   font-family: 'DB Heavent Con', sans-serif !important;
   font-size: 1.15rem !important;
   color: #777777 !important;
   line-height: 1 !important;
   pointer-events: none !important;
   z-index: 5 !important;
   margin: 0 !important;
   padding: 0 !important;
   transform: none !important;
   transition: top 0.15s ease, font-size 0.15s ease, color 0.15s ease !important;
}

/* Active Floating Label (Pushed to the top edge when active/filled or select input) */
body.woocommerce-checkout .wc-block-components-select-input label,
body.woocommerce-checkout .wc-block-components-country-input label,
body.woocommerce-checkout .wc-block-components-state-input label,
body.woocommerce-checkout .wc-block-components-text-input.is-active label,
body.woocommerce-checkout .wc-block-components-select-input.is-active label,
body.woocommerce-checkout .wc-block-components-text-input:focus-within label,
body.woocommerce-checkout .wc-block-components-select-input:focus-within label,
body.woocommerce-checkout .wc-block-components-text-input__input:focus ~ label,
body.woocommerce-checkout .wc-block-components-select-input__select:focus ~ label,
body.woocommerce-checkout .wc-block-components-text-input__input:not(:placeholder-shown) ~ label {
   top: 5px !important;
   font-size: 0.82rem !important;
   color: #888888 !important;
   font-weight: 500 !important;
   transform: none !important;
}

/* 6. Input & Select Box Padding (padding-top: 20px pushes input text/value DOWN below the top label) */
body.woocommerce-checkout .wc-block-components-text-input__input,
body.woocommerce-checkout .wc-block-components-select-input__select,
body.woocommerce-checkout .wc-block-components-combobox .components-form-token-field__input,
body.woocommerce-checkout form.checkout input[type="text"],
body.woocommerce-checkout form.checkout input[type="email"],
body.woocommerce-checkout form.checkout input[type="tel"],
body.woocommerce-checkout form.checkout select,
body.woocommerce-checkout input[type="text"],
body.woocommerce-checkout input[type="email"],
body.woocommerce-checkout input[type="tel"],
body.woocommerce-checkout select {
   border: 1px solid #dcdcdc !important;
   border-radius: 6px !important;
   background-color: #ffffff !important;
   height: 50px !important;
   min-height: 50px !important;
   padding-top: 20px !important;     /* Critical: Pushes input value / selected text DOWN below top floating label */
   padding-bottom: 4px !important;
   padding-left: 14px !important;
   padding-right: 30px !important;
   font-family: 'DB Heavent Con', sans-serif !important;
   font-size: 1.25rem !important;
   line-height: 1.2 !important;
   color: #222222 !important;
   box-sizing: border-box !important;
   transition: border-color 0.2s ease, box-shadow 0.2s ease !important;
   outline: none !important;
   box-shadow: none !important;
   margin: 0 !important;
}

/* Hover & Focus Effects */
body.woocommerce-checkout .wc-block-components-text-input__input:hover,
body.woocommerce-checkout .wc-block-components-select-input__select:hover,
body.woocommerce-checkout input[type="text"]:hover,
body.woocommerce-checkout input[type="email"]:hover,
body.woocommerce-checkout input[type="tel"]:hover,
body.woocommerce-checkout select:hover {
   border-color: #b0b0b0 !important;
}

body.woocommerce-checkout .wc-block-components-text-input__input:focus,
body.woocommerce-checkout .wc-block-components-select-input__select:focus,
body.woocommerce-checkout .wc-block-components-text-input.is-active .wc-block-components-text-input__input,
body.woocommerce-checkout .wc-block-components-select-input.is-active .wc-block-components-select-input__select,
body.woocommerce-checkout input[type="text"]:focus,
body.woocommerce-checkout input[type="email"]:focus,
body.woocommerce-checkout input[type="tel"]:focus,
body.woocommerce-checkout select:focus {
   border-color: #8d725b !important;
   box-shadow: 0 0 0 3px rgba(141, 114, 91, 0.12) !important;
}

/* Add Apartment / Suite Toggle Link */
body.woocommerce-checkout .wc-block-components-address-form__address_2-toggle {
   font-family: 'DB Heavent Con', sans-serif !important;
   font-size: 1.15rem !important;
   color: #8d725b !important;
   text-decoration: none !important;
   margin-top: 2px !important;
   margin-bottom: 6px !important;
   display: inline-block !important;
   cursor: pointer !important;
}

body.woocommerce-checkout .wc-block-components-address-form__address_2-toggle:hover {
   color: #111111 !important;
   text-decoration: underline !important;
}

/* Section Headings ("Contact information", "Billing address", "Payment options") */
body.woocommerce-checkout .wc-block-checkout__main h2,
body.woocommerce-checkout .wc-block-components-title,
body.woocommerce-checkout .wc-block-checkout__title,
body.woocommerce-checkout .wc-block-components-checkout-step__title {
   font-family: 'DB Heavent Con', sans-serif !important;
   font-size: 1.5rem !important;
   font-weight: 700 !important;
   color: #111111 !important;
   letter-spacing: 0.02em !important;
   margin-top: 24px !important;
   margin-bottom: 14px !important;
}

body.woocommerce-checkout .wc-block-checkout__main h2:first-of-type,
body.woocommerce-checkout .wc-block-components-checkout-step:first-of-type h2 {
   margin-top: 0 !important;
}

/* Payment Method Cards */
body.woocommerce-checkout .wc-block-checkout__payment-method,
body.woocommerce-checkout .wc-block-components-radio-control,
body.woocommerce-checkout .wc-block-components-radio-control-accordion__option {
   border: 1px solid #dcdcdc !important;
   border-radius: 8px !important;
   background: #ffffff !important;
   padding: 16px 20px !important;
   margin-top: 10px !important;
   transition: border-color 0.2s ease, background-color 0.2s ease !important;
}

body.woocommerce-checkout .wc-block-checkout__payment-method--selected,
body.woocommerce-checkout .wc-block-components-radio-control--selected,
body.woocommerce-checkout .wc-block-components-radio-control-accordion__option--selected {
   border-color: #8d725b !important;
   background: #fdfbf7 !important;
}

/* Responsive adjustments for Mobile Screens */
@media (max-width: 600px) {
   body.woocommerce-checkout .wc-block-components-address-form__first_name,
   body.woocommerce-checkout .wc-block-components-address-form__last_name,
   body.woocommerce-checkout .wc-block-components-address-form__city,
   body.woocommerce-checkout .wc-block-components-state-input,
   body.woocommerce-checkout .wc-block-components-address-form__state,
   body.woocommerce-checkout .wc-block-components-address-form__postcode,
   body.woocommerce-checkout .wc-block-components-address-form__phone,
   body.woocommerce-checkout .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-text-input,
   body.woocommerce-checkout .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-select-input,
   body.woocommerce-checkout .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-state-input,
   body.woocommerce-checkout .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-text-input,
   body.woocommerce-checkout .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-select-input,
   body.woocommerce-checkout .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-state-input {
      flex: 0 0 100% !important;
      width: 100% !important;
      max-width: 100% !important;
   }
}

/* ===================================================
   WooCommerce My Account Page Styling
   Strictly scoped to body.woocommerce-account (Does NOT affect other pages)
   =================================================== */

/* Page background reset for My Account page */
body.woocommerce-account {
   background-color: #faf8f5 !important;
}

/* 1. Login / Register Form Card Container */
body.woocommerce-account .woocommerce-form-login,
body.woocommerce-account .woocommerce-form-register,
body.woocommerce-account .u-column1,
body.woocommerce-account .u-column2 {
   max-width: 520px !important;
   margin: 40px auto 60px auto !important;
   padding: 40px 44px !important;
   background: #ffffff !important;
   border: 1px solid #e8e2d9 !important;
   border-radius: 12px !important;
   box-shadow: 0 10px 35px rgba(0, 0, 0, 0.05) !important;
   box-sizing: border-box !important;
}

/* Two-column layout if both Login and Register forms exist side-by-side */
body.woocommerce-account .u-columns {
   display: flex !important;
   flex-wrap: wrap !important;
   gap: 32px !important;
   justify-content: center !important;
   max-width: 1100px !important;
   margin: 40px auto 60px auto !important;
}

body.woocommerce-account .u-columns .u-column1,
body.woocommerce-account .u-columns .u-column2 {
   flex: 1 1 480px !important;
   margin: 0 !important;
}

/* 2. Headings ("Login", "Register") */
body.woocommerce-account h2,
body.woocommerce-account form > h2,
body.woocommerce-account .woocommerce-form-login__title,
body.woocommerce-account .woocommerce-form-register__title {
   font-family: 'DB Heavent Con', sans-serif !important;
   font-size: 2rem !important;
   font-weight: 700 !important;
   text-transform: uppercase !important;
   letter-spacing: 0.05em !important;
   color: #111111 !important;
   margin-top: 0 !important;
   margin-bottom: 24px !important;
   text-align: center !important;
   position: relative !important;
   padding-bottom: 12px !important;
}

body.woocommerce-account h2::after,
body.woocommerce-account form > h2::after {
   content: '' !important;
   display: block !important;
   width: 40px !important;
   height: 2px !important;
   background-color: #8d725b !important;
   margin: 10px auto 0 auto !important;
}

/* 3. Form Rows & Labels */
body.woocommerce-account form .form-row,
body.woocommerce-account form .woocommerce-form-row {
   margin-bottom: 20px !important;
   padding: 0 !important;
   position: relative !important;
   width: 100% !important;
   float: none !important;
}

body.woocommerce-account form .form-row label,
body.woocommerce-account form .woocommerce-form-row label {
   display: block !important;
   font-family: 'DB Heavent Con', sans-serif !important;
   font-size: 1.25rem !important;
   font-weight: 600 !important;
   color: #333333 !important;
   margin-bottom: 8px !important;
   line-height: 1.2 !important;
}

body.woocommerce-account form .required {
   color: #8d725b !important;
   text-decoration: none !important;
}

/* 4. Elegant Input Field Box Styling */
body.woocommerce-account form input[type="text"],
body.woocommerce-account form input[type="email"],
body.woocommerce-account form input[type="password"],
body.woocommerce-account form input[type="tel"] {
   border: 1px solid #dcdcdc !important;
   border-radius: 6px !important;
   background-color: #ffffff !important;
   height: 48px !important;
   min-height: 48px !important;
   padding: 10px 16px !important;
   font-family: 'DB Heavent Con', sans-serif !important;
   font-size: 1.25rem !important;
   color: #222222 !important;
   width: 100% !important;
   box-sizing: border-box !important;
   transition: border-color 0.2s ease, box-shadow 0.2s ease !important;
   outline: none !important;
   box-shadow: none !important;
   display: block !important;
}

body.woocommerce-account form input[type="text"]:hover,
body.woocommerce-account form input[type="email"]:hover,
body.woocommerce-account form input[type="password"]:hover,
body.woocommerce-account form input[type="tel"]:hover {
   border-color: #b0b0b0 !important;
}

body.woocommerce-account form input[type="text"]:focus,
body.woocommerce-account form input[type="email"]:focus,
body.woocommerce-account form input[type="password"]:focus,
body.woocommerce-account form input[type="tel"]:focus {
   border-color: #8d725b !important;
   box-shadow: 0 0 0 3px rgba(141, 114, 91, 0.12) !important;
}

/* Password Toggle Eye Icon / Button Alignment */
body.woocommerce-account .show-password-input {
   position: absolute !important;
   right: 14px !important;
   top: 38px !important;
   background: transparent !important;
   border: none !important;
   color: #8d725b !important;
   font-size: 0.95rem !important;
   cursor: pointer !important;
   padding: 0 !important;
   margin: 0 !important;
   box-shadow: none !important;
}

/* 5. Remember Me Checkbox */
body.woocommerce-account .woocommerce-form-login__rememberme,
body.woocommerce-account form .form-row-remember,
body.woocommerce-account .woocommerce-form-login label.inline {
   display: flex !important;
   align-items: center !important;
   gap: 10px !important;
   margin: 16px 0 24px 0 !important;
   font-family: 'DB Heavent Con', sans-serif !important;
   font-size: 1.2rem !important;
   color: #444444 !important;
   cursor: pointer !important;
}

body.woocommerce-account input[type="checkbox"] {
   width: 18px !important;
   height: 18px !important;
   accent-color: #8d725b !important;
   border-radius: 4px !important;
   margin: 0 !important;
   cursor: pointer !important;
}

/* 6. Submit Buttons (Log In, Register) */
body.woocommerce-account form button[type="submit"],
body.woocommerce-account form .button,
body.woocommerce-account button[name="login"],
body.woocommerce-account button[name="register"] {
   all: unset !important;
   display: inline-flex !important;
   align-items: center !important;
   justify-content: center !important;
   width: 100% !important;
   height: 48px !important;
   min-height: 48px !important;
   background-color: #8d725b !important;
   color: #ffffff !important;
   border: none !important;
   border-radius: 6px !important;
   font-family: 'DB Heavent Con', sans-serif !important;
   font-size: 1.3rem !important;
   font-weight: 600 !important;
   text-transform: uppercase !important;
   letter-spacing: 0.08em !important;
   cursor: pointer !important;
   box-sizing: border-box !important;
   transition: background-color 0.2s ease !important;
   margin-top: 8px !important;
}

body.woocommerce-account form button[type="submit"]:hover,
body.woocommerce-account form .button:hover,
body.woocommerce-account button[name="login"]:hover,
body.woocommerce-account button[name="register"]:hover {
   background-color: #111111 !important;
   color: #ffffff !important;
}

/* 7. Lost Your Password Link */
body.woocommerce-account .woocommerce-LostPassword,
body.woocommerce-account .lost_password {
   text-align: center !important;
   margin-top: 20px !important;
   margin-bottom: 0 !important;
   font-family: 'DB Heavent Con', sans-serif !important;
   font-size: 1.2rem !important;
}

body.woocommerce-account .woocommerce-LostPassword a,
body.woocommerce-account .lost_password a {
   color: #8d725b !important;
   text-decoration: none !important;
   font-weight: 500 !important;
   transition: color 0.2s ease !important;
}

body.woocommerce-account .woocommerce-LostPassword a:hover,
body.woocommerce-account .lost_password a:hover {
   color: #111111 !important;
   text-decoration: underline !important;
}

/* 8. Logged-in User Dashboard Navigation & Content */
body.woocommerce-account .woocommerce-MyAccount-navigation ul {
   display: flex !important;
   flex-wrap: wrap !important;
   justify-content: center !important;
   gap: 10px !important;
   margin: 0 0 32px 0 !important;
   padding: 0 !important;
   border-bottom: 2px solid #e8e2d9 !important;
   padding-bottom: 16px !important;
}

body.woocommerce-account .woocommerce-MyAccount-navigation ul li {
   padding: 0 !important;
   list-style: none !important;
}

body.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
   display: block !important;
   font-family: 'DB Heavent Con', sans-serif !important;
   font-size: 1.3rem !important;
   font-style: normal !important;
   font-weight: 600 !important;
   text-transform: uppercase !important;
   color: #555555 !important;
   padding: 10px 20px !important;
   border-radius: 6px !important;
   text-decoration: none !important;
   transition: all 0.2s ease !important;
   background: transparent !important;
}

body.woocommerce-account .woocommerce-MyAccount-navigation ul li:hover a {
   background-color: rgba(141, 114, 91, 0.1) !important;
   color: #8d725b !important;
}

body.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
   background-color: #8d725b !important;
   color: #ffffff !important;
   text-decoration: none !important;
}

body.woocommerce-account .woocommerce-MyAccount-content {
   background: #ffffff !important;
   border: 1px solid #e8e2d9 !important;
   border-radius: 12px !important;
   padding: 40px 48px !important;
   box-shadow: 0 10px 35px rgba(0, 0, 0, 0.05) !important;
   box-sizing: border-box !important;
}

@media (max-width: 600px) {
   body.woocommerce-account .woocommerce-form-login,
   body.woocommerce-account .woocommerce-form-register,
   body.woocommerce-account .woocommerce-MyAccount-content {
      padding: 24px 20px !important;
      margin: 20px 12px !important;
   }
}










