/** Shopify CDN: Minification failed

Line 2700:23 The "-" operator only works if there is whitespace on both sides

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:about-hero (INDEX:1) */
.about-hero-section {
    position: relative;
    height: 100dvh; /* Full screen height */
    min-height: 600px;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: var(--white);
    text-align: center;
    overflow: hidden;
    padding: 0 20px;
  }

  .about-hero-bg-media {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-color: var(--black);
  }

  .about-hero-bg-media .bg-video-fallback,
  .about-hero-bg-media .bg-video-element {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .about-hero-bg-media .bg-video-fallback {
    z-index: 1;
  }

  .about-hero-bg-media .bg-video-element {
    z-index: 2;
    transition: opacity 0.5s ease;
  }

  .about-hero-bg-media .hero-overlay {
    position: absolute;
    inset: 0;
    z-index: 3;
    /* Subtle black gradient from bottom to middle */
    /* background: linear-gradient(to top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 50%); */
    pointer-events: none;
  }

  .about-hero-content {
    position: relative;
    z-index: 10;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px; /* Spacing between H1 and P */
    max-width: 800px;
    margin-top: auto; /* Pushes content to the bottom */
    margin-bottom: 12vh; /* Distance from the bottom edge */
  }

  .about-hero-content h1 {
    margin: 0;
  }

  .about-hero-content p {
    margin: 0;
  }

  .about-hero-content .btn.js-scroll-to-next:hover {
    background-color: var(--dark-gray);
  }
  
  .about-hero-content .btn {
    margin-top: 25px; /* Extra breathing room above the button */
  }

  @media screen and (max-width: 1024px) {
    .about-hero-section:before {
      content: "";
      inset: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.3);
      position: absolute;
      z-index: 2;
    }

    .about-hero-content {
      display: flex;
      flex-direction: column;
      margin: 68px 0 0;
      height: 100dvh;
      justify-content: center;
    }

    .about-hero-content .text-wrapper {
      margin-top: auto;
      display: flex;
      flex-direction: column;
      gap: 10px;
    }

    .about-hero-content a.btn {
      margin-top: auto;
      margin-bottom: 80px;
    }

    .about-hero-content h3 {
      font-size: 16px;
    }
  }
/* END_SECTION:about-hero */

/* START_SECTION:anchor-menu (INDEX:2) */
.anchor-menu-section.is-full-height {
    min-height: 100vh;
    min-height: 100dvh;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .anchor-menu-section.is-full-height .content-wrapper {
    width: 100%;
  }

  .anchor-menu-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  /* --- IMAGE STYLES (From Contact Hero) --- */
  .anchor-hero-image-wrapper {
    height: 380px;
    width: 100%;
    overflow: hidden;
    border-radius: 40px;
    margin-bottom: 40px;
  }

  .anchor-hero-bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 10% 32%;
  }

  /* --- TYPOGRAPHY --- */
  .anchor-menu-title {
    color: var(--black);
    margin-bottom: 30px;
    line-height: 1.1;
  }

  .anchor-menu-subtitle {
    color: var(--black-08);
    margin-bottom: 30px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
  }

  /* --- BUTTONS --- */
  .anchor-buttons-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
  }

  .anchor-buttons-container .btn:not(.secondary) {
    padding: 14px !important;
  }

  /* --- MOBILE --- */
  @media screen and (max-width: 768px) {
    .anchor-menu-title {
      max-width: 100% !important;
      margin-bottom: 20px;
    }
    
    .anchor-hero-image-wrapper {
      height: 250px;
      border-radius: 20px;
      margin-bottom: 30px;
    }

    .anchor-buttons-container {
      flex-direction: column;
      align-items: center;
      width: 100%;
    }
    
    .anchor-menu-btn {
      width: 100%;
      max-width: 300px;
      justify-content: center;
    }
  }
/* END_SECTION:anchor-menu */

/* START_SECTION:article (INDEX:3) */
/* ========================================== */
  /* ARTICLE PAGE OVERALL LAYOUT                */
  /* ========================================== */
  .article-page {
    background-color: var(--color-background);
    color: var(--black);
    padding-top: 140px;
    padding-bottom: 80px;
  }

  .article-page > section {
    margin-bottom: 80px;
  }

  .article-tag {
    font-size: 14px !important;
    font-weight: 400 !important;
  }

  /* ========================================== */
  /* HERO SECTION                               */
  /* ========================================== */
  .article-hero-section .domino {
    align-items: center;
  }

  .article-hero-image-wrapper {
    width: 100%;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    border-radius: 20px;
  }

  .article-hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .article-hero-meta {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 20px;
  }

  .article-breadcrumbs {
    color: var(--black-06);
    margin-bottom: 20px;
    font-size: 12px;
  }

  .article-breadcrumbs .this-article {
    color: var(--black);
  }

  .article-breadcrumbs a {
    transition: color 0.2s ease;
  }

  .article-breadcrumbs a:hover {
    color: var(--black);
  }

  .article-main-title {
    line-height: 1.2;
    margin: 10px 0 25px;
  }

  .article-excerpt {
    color: var(--black-08);
    margin-bottom: 30px;
  }

  .article-author-date {
    color: var(--black-06);
    font-size: 12px;
    margin-top: 10px;
  }

  .article-author-date .author,
  .article-author-date time {
    color: var(--black);
  }

  .article-author-date .separator {
    margin: 0 5px;
  }

  /* ========================================== */
  /* MAIN CONTENT & STICKY SIDEBAR              */
  /* ========================================== */
  .article-body-grid {
    display: grid;
    grid-template-columns: 2.5fr 1fr;
    gap: 80px;
  }

  .article-sidebar-column {
    position: relative;
  }

  .sidebar-sticky-wrapper {
    position: sticky;
    top: 120px; /* Offset to clear the main navigation header */
    display: flex;
    flex-direction: column;
  }

  .sidebar-title {
    color: var(--black-06);
    margin-bottom: 20px;
    letter-spacing: 1px;
  }

  .sidebar-article-card {
    border-bottom: 1px solid var(--black-02);
    padding-bottom: 20px;
    margin-bottom: 20px;
  }

  .sidebar-article-card .article-tag {
    margin-bottom: 10px;
  }

  .sidebar-article-title {
    margin-bottom: 10px;
  }

  .sidebar-article-excerpt {
    color: var(--black-06);
    margin-bottom: 15px;
  }

  .read-more-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--black);
    transition: opacity 0.2s ease;
  }

  .sibebar-article-link:hover .read-more-link {
    opacity: 0.6;
  }

  .read-more-link svg {
    color: var(--black) !important;
  }

  .share-icons-list {
    display: flex;
    gap: 10px;
  }

  .share-icon-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: var(--white);
    border-radius: 8px;
    color: var(--black);
    transition: all 0.2s ease;
  }

  .share-icon-btn:hover {
    background-color: var(--black);
    color: var(--white);
    border-color: var(--black);
  }

  .share-icon-btn svg {
    color: var(--black);
  }

  .share-icon-btn:hover svg {
    color: var(--white);
  }

  /* ========================================== */
  /* RICH TEXT EDITOR (RTE) STANDARDS           */
  /* Ensures standard formatting for blog posts */
  /* ========================================== */
  .article-rte {
    color: var(--black);
  }

  .article-rte p,
  .article-rte ul,
  .article-rte ol {
    margin-bottom: 1.5rem;
    line-height: 1.7;
    color: var(--black-08);
  }

  .article-rte ul {
    list-style-type: disc;
    padding-left: 2rem;
  }

  .article-rte ol {
    list-style-type: decimal;
    padding-left: 2rem;
  }

  .article-rte li {
    margin-bottom: 0.5rem;
  }

  .article-rte h2,
  .article-rte h3,
  .article-rte h4 {
    color: var(--black);
    margin-top: 3.5rem;
    margin-bottom: 1rem;
  }

  .article-rte a {
    text-decoration: underline;
    text-underline-offset: 3px;
    transition: opacity 0.2s ease;
  }

  .article-rte a:hover {
    opacity: 0.6;
  }

  .article-rte img {
    border-radius: 15px;
    margin: 2rem 0;
    width: 100%;
    height: auto;
  }

  /* Styling for the Blockquote (Pull Quote) seen in design */
  .article-rte blockquote {
    margin: 40px 0;
    padding: 50px 40px;
    background-color: #f7f7f7;
    border-radius: 20px;
    text-align: center;
    font-weight: 500;
    color: var(--black);
    line-height: 1.4;
    border: none;
  }

  .article-rte blockquote p {
    margin: 0;
    color: inherit;
  }

  /* ========================================== */
  /* DISCOVER MORE SECTION                      */
  /* ========================================== */
  .article-discover-section h2 {
    margin-bottom: 40px;
  }

  .discover-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
  }

  .discover-card {
    display: flex;
    flex-direction: column;
  }

  .discover-card-image-link {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 10;
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 20px;
  }

  .discover-card-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
  }

  .discover-card-image-link:hover .discover-card-image {
    transform: scale(1.05);
  }

  .discover-card-title {
    margin-bottom: 10px;
  }

  .discover-card-excerpt {
    color: var(--black-06);
    margin-bottom: 20px;
    flex-grow: 1;
  }

  /* ========================================== */
  /* MOBILE RESPONSIVENESS                      */
  /* ========================================== */
  @media screen and (max-width: 1024px) {
    .article-page {
      padding-top: 100px;
    }

    .article-hero-section .domino {
      display: flex;
      flex-direction: column;
      gap: 30px;
    }

    .article-hero-meta {
      padding-left: 0;
    }

    .article-body-grid {
      grid-template-columns: 1fr;
      gap: 60px;
    }

    .sidebar-sticky-wrapper {
      position: static; /* Disables sticky on mobile to allow normal flow */
    }

    .discover-grid {
      grid-template-columns: 1fr;
      gap: 40px;
    }
  }
/* END_SECTION:article */

/* START_SECTION:cart-drawer (INDEX:5) */
/* --- CART DRAWER BASE --- */
  .cart-drawer-container {
    position: fixed;
    inset: 0;
    z-index: 999;
    pointer-events: none; /* Deixa o site clicável quando fechado */
    display: flex;
    justify-content: flex-end;
  }

  .cart-drawer-container.is-open {
    pointer-events: all;
  }

  .cart-drawer-overlay {
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(5px);
    opacity: 0;
    transition: opacity 0.4s ease;
  }

  .cart-drawer-container.is-open .cart-drawer-overlay {
    opacity: 1;
  }

  .cart-drawer-box {
    position: relative;
    width: 100%;
    max-width: 700px;
    height: calc(100dvh - 40px);
    background-color: var(--white);
    color: var(--black);
    display: flex;
    flex-direction: column;
    transform: translateX(calc(100% + 40px));
    transition: transform 0.4s ease;
    border-radius: 20px;
    padding: 40px;
    margin: auto 40px auto 0;
  }

  .essential-cart-drawer-container > div[role="dialog"] {
    border-radius: 20px !important;
    margin: 20px 0;
  }

  .cart-drawer-container.is-open .cart-drawer-box {
    transform: translateX(20px);
  }

  .cart-drawer-close {
    display: block;
    position: absolute;
    top: 20px; 
    right: 20px;
    background: transparent;
    border: none;
    cursor: pointer;
    color: var(--black);
    padding: 5px;
    z-index: 10;
  }

  /* --- ESTRUTURA INTERNA --- */
  .cart-drawer-header h3 {
    margin: 0 0 20px;
  }

  .cart-drawer-meta {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    padding-bottom: 10px;
    margin-bottom: 20px;
  }

  .cart-drawer-items {
    flex: 1;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .cart-drawer-item {
    display: flex;
    gap: 20px;
    border-bottom: 1px solid rgba(0,0,0,0.05);
    padding-bottom: 20px;
  }

  .item-image {
    width: 90px; 
    aspect-ratio: 3 / 4; /* Proporção ideal para garrafas */
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    flex-shrink: 0; /* Impede que a imagem esmague em telas pequenas */
  }

.item-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 8px; /* Dá respiro para o produto não encostar nas bordas */
  }

  .item-details {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .item-name-wrap {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding-right: 15px;
  }

  .item-variant, .item-properties {
    color: var(--black-06);
    font-weight: 300;
    margin: 0;
    font-size: 14px;
  }

  .item-properties {
    margin-bottom: 20px;
  }

  .item-title-price {
    display: flex;
    justify-content: space-between;
    font-weight: 500;
  }

  .item-controls {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .item-controls .quantity-selector input {
    background-color: var(--beige);
    max-width: 100px;
  }

  .remove-item {
    display: flex;
    align-items: center;
    gap: 5px;
    text-decoration: none;
  }
  
  .remove-item:hover {
    text-decoration: underline;
  }

  .remove-item svg {
    color: var(--black);
    width: 18x;
    height: 18px;
  }

  /* Footer do Drawer */
  .cart-drawer-footer {
    padding-top: 20px;
    border-top: 1px solid rgba(0,0,0,0.1);
    margin-top: 20px;
  }

  .footer-total {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5px;
  }

  .tax-note {
    color: var(--black-06);
    margin-bottom: 20px;
  }

  .cart-drawer-footer .btn.primary {
    justify-content: center;
    width: 100%;
  }

  @media screen and (max-width: 1024px) {
    .cart-drawer-box {
      height: 100dvh;
      max-width: unset;
      width: 95dvw;
      margin: 0;
      transform: translateX(100%);
      border-radius: 20px 0 0 20px;
      padding: 20px;
    }

    .cart-drawer-container.is-open .cart-drawer-box {
      transform: translateX(0);
    }

    .cart-drawer-close {
      display: flex;
      align-items: center;
      justify-content: center;
      top: 22px;
      right: 12px;
    }

    .remove-item {
      width: 35px;
      height: 35px;
      justify-content: center;
    }

    .remove-item p {
      display: none;
    }

    .tax-note {
      font-size: 12px;
    }
  }
/* END_SECTION:cart-drawer */

/* START_SECTION:collection (INDEX:7) */
.all-products-list,
  .collection-products,
  .all-products-categories-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(500px, 1fr));
  }

  .all-products-table-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: unset !important;
    min-height: 100dvh;
    padding: 95px 40px 20px !important;
  }

  .all-products-table-section .content .heading {
    margin: 20px auto 40px;
  }

  .all-products-categories-wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 0 auto;
  }

  .categories-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-bottom: 5px;
  }

  .category-col {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 12px;
    max-height: calc((100dvh - 134px - 90px - 260px) / 2);
    overflow: auto;
    scrollbar-width: 0;
    scrollbar-color: transparent;
    padding: 15px 0;
  }

  .category-col::-webkit-scrollbar {
    display: none;
  }

  .categories-tabs-wrapper:not(.shop-tabs-wrapper) {
    margin-bottom: 15px !important;
  }
  
  .category-col-wrapper {
    margin-top: -10px;
    position: relative;
   }

  .category-col-wrapper:before,
  .category-col-wrapper:after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 15px; /* Espessura da borda */
    z-index: 1;
    filter: blur(2px); 
    border-radius: 0px;
  }

  .category-col-wrapper:before {
    top: -2px;
    background: linear-gradient(to bottom, #151515, 60%, transparent);
  }

  .category-col-wrapper:after {
    bottom: -2px;
    background: linear-gradient(to top, #151515, 60%, transparent);
  }

  .all-products-category-link {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background-color: var(--white-01);
    padding: 14px 20px;
    border-radius: 8px;
    color: var(--white);
    text-decoration: none;
    transition: background-color 0.2s ease;
  }

  .all-products-category-link:hover {
    background-color: var(--dark-gray);
  }

  .all-products-category-link .collection-icon {
    display: inline-block;
    width: 18px;
    height: 18px;
    background-color: currentColor;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
  }

  .categories-tabs-wrapper {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 20px 0;
  }

  .categories-tabs-wrapper:not(.shop-tabs-wrapper) {
    padding: 0;
    margin-bottom: -10px;
    gap: 20px;
  }

  .categories-tabs-wrapper:not(.shop-tabs-wrapper),
  .categories-grid {
    padding-right: 5px;
    transform: translateX(2px);
    margin-bottom: 20px;
  }

  .category-tab {
    flex: 1;
    text-align: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    color: var(--white);
    text-transform: uppercase;
    font-size: 16px;
    font-family: 'Simplon Mono';
  }


  .category-tab:not(.shop-tab) {
    border-radius: 40px;
    border: 2px solid #2B2B2C;
    padding: 10px 0;
  }

  .category-tab.shop-tab:nth-child(1) {
    transform: translateX(5px);
  }

  .category-tab.shop-tab:nth-child(2) {
    transform: translateX(5px);
  }

  .category-tab.shop-tab:nth-child(3) {
    transform: translateX(0px);
  }

  .explore-all-indicator {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    color: var(--white);
    text-transform: uppercase;
  }

  section.all-products-list {
    position: relative;
    display: flex;
    margin: 0;
    padding: 120px 0 140px !important;
    grid-template-columns: 1fr;
    transition: transform 0.4s ease;
    gap: 20px;
  }

  section.all-products-list.filters-open {
    margin: 0 40px;
  }

  section.all-products-list:has(.empty-state-message) .collection-main-layout {
    width: var(--content-width);
  }

  section.all-products-list > form {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  
  section.all-products-list .products-and-filter-wrapper {
    display: flex;
    gap: 20px;
    width: calc(var(--content-width) + 20px + 300px);
    margin-right: calc(-1 * (20px + 300px));
    transition: margin 0.4s ease;
  }

  section.all-products-list.filters-open .products-and-filter-wrapper {
    margin-right: 0;
  }

  .filters-sidebar {
    min-width: 300px;
    max-width: 300px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.5s ease; 
  }

  section.all-products-list.filters-open .filters-sidebar {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
  }

  section.all-products-list .list-header,
  section.all-products-list .list-header .sort,
  section.all-products-list .list-header .amount-and-filters {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    white-space: nowrap;
  }
  
  section.all-products-list .list-header {
    margin-bottom: 80px;
  }

  .list-header select#SortBy {
    background-color: #ffffff;
  }

  .list-header .btn#openFiltersDrawer {
    padding: 12px 15px;
    color: var(--black);
    background-color: #ffffff;
    border-radius: 10px;
    transition: all 0.3s ease;
  }

  .list-header .btn#openFiltersDrawer:hover {
    color: var(--white);
    background-color: var(--gray);
  }

  section.all-products-list.filters-open #openFiltersDrawer {
    color: var(--white);
    background-color: var(--black);
  }

  .all-products-list .product-card__actions {
    position: relative;
    z-index: 20; 
  }

  /* Garante que os cliques funcionem nos inputs */
  .all-products-list .product-card__actions select,
  .all-products-list .product-card__actions input,
  .all-products-list .product-card__actions button {
    position: relative;
    pointer-events: auto;
  }

  .collection-products {
    grid-template-columns: repeat(3, 1fr);
    gap: 80px 20px;
  }

  .filter-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 0;
    margin: 0;
  }

  .filters-sidebar .btn.clear-filters {
    width: 100%;
    justify-content: center;
  }

  .filter-checkbox-label {
    display: flex;
    align-items: center;
    gap: 12px;
    cursor: pointer;
    color: var(--black-06);
  }

  .filter-checkbox-label input[type="checkbox"] {
    display: none;
  }

  .checkbox-custom {
    width: 18px;
    height: 18px;
    border: 1px solid #ccc;
    border-radius: 4px;
    display: inline-block;
    position: relative;
    transition: background-color 0.2s;
  }

  .filter-checkbox-label input[type="checkbox"]:checked + .checkbox-custom {
    background-color: var(--black, #000);
    border-color: var(--black, #000);
  }

  .filter-checkbox-label input[type="checkbox"]:checked + .checkbox-custom::after {
    content: '';
    position: absolute;
    top: 2px;
    left: 5px;
    width: 4px;
    height: 8px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
  }

  .filter-price-range {
    display: flex;
    gap: 10px;
    align-items: center;
  }

  .price-input {
    display: flex;
    align-items: center;
    background: #f4f4f4;
    padding-left: 12px;
    border-radius: 6px;
    flex: 1;
  }

  .price-input input {
    border: none;
    background: transparent;
    outline: none;
    width: 100%;
    margin-left: 5px;
  }

  .filters-sidebar .accordion-component {
    background-color: #f9f9f9;
    border-radius: 8px;
    margin-bottom: 12px;
  }

  .empty-state-message {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: -20px;
  }

  select#SortBy {
    min-width: 250px;
  }

  /* --- ESTILOS DO ACORDEÃO NO HERO (DARK THEME) --- */
  .mobile-categories-accordion {
    display: none;
    width: 100%;
    flex-direction: column;
    margin-top: 20px;
  }

  .mobile-categories-accordion .accordion-component {
    background-color: transparent; /* Remove o fundo branco */
    margin-bottom: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 0;
  }

  .mobile-categories-accordion .accordion-component:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }

  .mobile-categories-accordion .accordion-summary {
    padding: 20px 10px;
    color: var(--white);
    font-family: 'Simplon Mono', monospace; /* Mantém a mesma tipografia das tabs */
    letter-spacing: 1px;
  }

  /* Filtro CSS para inverter a cor do ícone dropdown original (preto para branco) */
  .mobile-categories-accordion .accordion-icon img {
    filter: brightness(0) invert(1);
  }

  .mobile-categories-accordion .accordion-content {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .mobile-filter-header, .mobile-clear-all-filters {
    display: none;
  }


  .collection-hero-section {
    position: relative;
    color: var(--white);
    overflow: hidden;
    padding: 120px 40px 80px !important;
    min-height: 100dvh;
    display: flex;
    align-items: center;
  }

  .collection-hero-section > .content-wrapper {
    width: var(--content-width);
    margin: 0 auto;
    position: relative;
    z-index: 1;
    transform: translateY(-52px);
  }

  /* Textos da Esquerda */
  .collection-text-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
    padding-right: 40px;
  }

  .collection-eyebrow {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: 'Simplon Mono', monospace;
    font-size: 16px;
    color: var(--white-06); /* Ou a cor cinza da sua paleta */
  }

  .collection-eyebrow .type {
    opacity: 0.6;
  }

  .collection-eyebrow .eyebrow-icon {
    display: inline-block;
    width: 80px;
    height: 14px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }

  .collection-heading {
    margin: -15px 0 0;
  }

  .collection-description-text {
    font-size: 24px;
    line-height: 1.6;
    max-width: 90%;
  }

  /* Máscara e Vídeo (Direita) */
  .collection-media-content {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .collection-mask-wrapper {
    position: relative;
    width: 100%;
    max-width: 450px; /* Tamanho máximo do logo */
    aspect-ratio: 1 / 1; /* Mantém um quadrado perfeito para o SVG atuar */
    
    /* Configurações da Máscara */
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
  }

  .collection-mask-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; /* Faz o vídeo preencher todo o interior do recorte do SVG */
    scale: 160%;
  }

  /* Indicador de Scroll */
  .collection-hero-section .scroll-indicator {
    position: absolute;
    z-index: 10;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    color: var(--white);
    text-transform: uppercase;
    text-decoration: none;
  }

  .collection-foundation-section {
    padding: 160px 40px 40px;
    color: var(--black);
    overflow: hidden;
    position: relative;
  }

  .collection-foundation-section .content-wrapper {
    width: var(--content-width);
    margin: 0 auto;
    position: relative;
    z-index: 2;
  }

  /* Image Containers */
  .foundation-image-wrapper {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 550px;
  }

  .foundation-aura-bg {
    position: absolute;
    top: 50%;
    left: -80%;
    transform: translateY(-50%);
    width: 150%; /* Large aura behind the product */
    z-index: 1;
    pointer-events: none;
  }

  .foundation-aura-bg .aura-image {
    width: 100%;
    height: auto;
    object-fit: contain;
  }

  .foundation-product-image {
    position: relative;
    z-index: 2; /* Sits on top of the aura */
    max-width: 78%;
    transform: translateX(-10%);
    height: auto;
    object-fit: contain;
    filter: drop-shadow(0 20px 40px rgba(0,0,0,0.12));
  }

  /* Text Content */
  .foundation-text-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 30px;
    padding-left: 60px;
  }

  .foundation-title {
    margin: 0;
    line-height: 1.1;
  }

  .foundation-rte-content {
    color: var(--black-06);
  }

  .foundation-rte-content p {
    margin-bottom: 20px;
  }
  
  .foundation-rte-content p:last-child {
    margin-bottom: 0;
  }

.products-and-filter-wrapper .pagination-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    margin-top: 20px;
    width: 100%;
  }

  .pagination-arrow-wrapper {
    flex: 1; /* Garante que as laterais tenham o mesmo peso, centralizando os números */
    display: flex;
  }

  .pagination-arrow-wrapper.prev-wrapper {
    justify-content: flex-start;
  }

  .pagination-arrow-wrapper.next-wrapper {
    justify-content: flex-end;
  }

  .page-numbers-wrapper {
    display: flex;
    align-items: center;
    gap: 5px;
  }

  .products-and-filter-wrapper .pagination-nav .page {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    color: var(--black);
    text-decoration: none;
    transition: all 0.2s ease;
    border-radius: 100%;
  }

  .products-and-filter-wrapper .pagination-nav .page.current {
    background-color: var(--black);
    color: var(--white);
  }

  .products-and-filter-wrapper .pagination-nav .page:not(.current):hover {
    color: var(--white);
    background-color: var(--black-04);
  }

  .products-and-filter-wrapper .pagination-nav .next,
  .products-and-filter-wrapper .pagination-nav .prev {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    align-items: center;
    background-color: var(--black);
    color: var(--white);
    padding: 12px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    border-radius: var(--btn-border-radius);
    text-decoration: none;
    transition: all 0.2s ease;
  }

  .products-and-filter-wrapper .pagination-nav .next svg,
  .products-and-filter-wrapper .pagination-nav .prev svg {
    width: 16px;
  }

  .products-and-filter-wrapper .pagination-nav .prev svg {
    rotate: 180deg;
  }

  .products-and-filter-wrapper .pagination-nav .next:hover,
  .products-and-filter-wrapper .pagination-nav .prev:hover {
    background-color: var(--gray);
  }

  /* --- INFINITE SCROLL STYLES --- */
  .pagination-nav {
    justify-content: center;
    border-top: none;
    margin-top: 40px;
  }
  
  .pagination-nav .prev-wrapper,
  .pagination-nav .page-numbers-wrapper {
    display: none !important;
  }

  .pagination-nav .next-wrapper {
    width: 100%;
    justify-content: center;
    transition: opacity 0.3s ease;
    opacity: 0;
  }

  .pagination-nav .next {
    pointer-events: none;
    background-color: transparent !important;
    color: var(--black-06) !important;
  }

  .pagination-nav .next svg {
    display: none;
  }
  
  .pagination-nav .next p {
    font-family: 'Simplon Mono', monospace;
    font-size: 14px;
  }
  
  .pagination-nav .next.is-loading p::before {
    content: "LOADING MORE...";
  }

  /* --- MEDIA QUERIES (DESKTOP X MOBILE) --- */
  @media screen and (max-width: 1024px) {
    .desktop-categories-grid {
      display: none;
    }

    .mobile-categories-accordion {
      display: flex;
    }

    .all-products-table-section {
      padding: 100px 20px 20px !important;
    }

    .all-products-table-section .content {
      display: flex;
      flex-direction: column;
      height: 100%;
    }

    .all-products-categories-wrapper{
      height: 100%;
    }

    .all-products-table-section .content .heading {
      text-align: center;
      margin: 0 0 20px;
    }

    .explore-all-indicator {
      margin-top: auto;
    }

    .mobile-categories-accordion .accordion-content {
      padding: 0 0 14px;
      text-align: start;
    }

    .mobile-categories-accordion .all-products-category-link {
      background-color: transparent;
      justify-content: flex-start;
      padding: 14px 10px;
    }

    .collection-products {
      grid-template-columns: 1fr;
    }

    .collection-foundation-section {
      padding: 60px 20px 0;
    }

    .collection-foundation-section .content-wrapper {
      gap: 10px;
    }

    .foundation-aura-bg {
      left: -50%;
    }

    .foundation-image-wrapper {
      min-height: 400px;
      order: 1;
    }

    .foundation-text-wrapper {
      padding-left: 0;
      order: 2;
      align-items: center;
    }

    .foundation-title {
      font-size: 32px;
    }

    .foundation-product-image {
      transform: unset;
    }

    section.all-products-list {
      margin: 0 20px;
      padding: 80px 0 60px !important;
    }

    section.all-products-list .products-and-filter-wrapper {
      gap: 0;
    }

    section.all-products-list .products-and-filter-wrapper,
    section.all-products-list .collection-main-layout {
      width: 100%;
      margin: 0;
    }

    section.all-products-list.filters-open {
      margin: 0 20px;
    }

    section.all-products-list .list-header {
      margin-bottom: 60px;
    }

    section.all-products-list .list-header {
      flex-direction: column;
    }

    section.all-products-list .list-header > *,
    section.all-products-list .sort-select-wrapper,
    section.all-products-list #openFiltersDrawer {
      width: 100%;
    }

     section.all-products-list #openFiltersDrawer {
      justify-content: center;
      background-color: var(--black) !important;
      color: var(--white) !important;
     }
    
    section.all-products-list .list-header .sort > label,
    section.all-products-list .amount-and-filters .products-count,
    .filters-sidebar .btn.secondary.clear-filters {
      display: none;
    }

    .collection-products {
      display: flex !important;
      flex-direction: column !important;
      gap: 60px 20px;
    }

    body:has(.all-products-list.filters-open) {
      overflow-y: hidden;
    }

    .filters-sidebar {
      min-width: unset;
      max-width: unset;
      width: 100dvw;
      position: fixed;
      z-index: 30;
      bottom: -40px;
      left: 0;
      height: 85vh;
      overflow-y: auto;
      background-color: var(--white);
      z-index: 101;
      border-radius: 20px 20px 0 0;
      background-color: var(--beige);
      padding: 0 20px 40px;
      transition: all 0.2s ease;
      opacity: 0;
      visibility: hidden;
      
    }

    .filters-open .filters-sidebar {
      bottom: 0;
    }

    .filters-sidebar-wrapper:before {
      content: "";
      inset: 0;
      position: fixed;
      background-color: var(--black-06);
      backdrop-filter: blur(5px);
      z-index: 100;
      opacity: 0;
      visibility: hidden;
      pointer-events: none;
      transition: all 0.3s ease;
    }

    .filters-open .filters-sidebar-wrapper:before {
      opacity: 1;
      visibility: visible;
    }

    .mobile-filter-header {
      display: flex;
      position: sticky;
      top: 0;
      padding: 20px 0;
      gap: 10px;
      background-color: var(--beige);
      z-index: 1;
    }

    .mobile-filter-header .mobile-filters-close-btn {
      margin-left: auto;
    }

    .mobile-filter-header .products-count {
      opacity: 0.4;
    }

    .mobile-clear-all-filters {
      display: flex;
      padding: 0 0 20px;
      width: fit-content;
    }

    .collection-hero-section {
      padding: 100px 20px 40px !important;
      min-height: unset;
      border-radius: 0 0 20px 20px !important;
    }
    
    .collection-text-content {
      padding-right: 0;
      text-align: center;
      align-items: center;
      order: 2;
      gap: 15px;
    }

    .collection-eyebrow {
      margin-bottom: 5px;
      font-size: 14px;
    }

    .collection-description-text {
      max-width: 100%;
      font-size: 18px;
    }

    .collection-media-content {
      order: 1; /* Imagem no topo */
      margin-bottom: 20px;
    }

    .collection-hero-section .scroll-indicator > span {
      display: none;
    }

    .collection-hero-section > .content-wrapper {
      transform: translateY(0);
    }

    .collection-mask-wrapper {
      width: 75%;
      transform: translateY(-20px);
    }

    .products-and-filter-wrapper .pagination-nav .next,
    .products-and-filter-wrapper .pagination-nav .prev {
      display: none;
    }
  }
/* END_SECTION:collection */

/* START_SECTION:collections (INDEX:8) */
.collections {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(var(--collection-card-size), 100%), 1fr));
    gap: var(--grid-gap);
  }
  .collections--compact {
    --collection-card-size: 160px;
  }
  .collections--full {
    --collection-card-size: 280px;
  }
  .collection-card {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
/* END_SECTION:collections */

/* START_SECTION:contact (INDEX:9) */
.contact-page-wrapper {
    color: var(--black);
    padding-bottom: 0px;
  }

  /* --- HERO --- */
  .contact-hero {
    padding: 60px 0;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .contact-hero .content-wrapper {
    margin: 0;
    width: 100%;
  }

  .contact-hero-inner {
    position: relative;
    border-radius: 40px;
    overflow: hidden;
    min-height: 400px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 60px 0 40px;
  }

  .contact-hero .image-wrapper {
    height: 380px;
    width: 100%;
    overflow: hidden;
    border-radius: 40px;
  }

  .contact-hero-bg {
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
    object-position:10% 32%;
  }

  .contact-hero-content {
    position: relative;
    z-index: 2;
    margin-top: auto; /* Pushes content down towards the gradient */
    transform: translateY(40px);
  }

  .contact-hero-content h1 {
    margin-bottom: 15px;
  }

  .contact-hero-content p {
    margin-bottom: 30px;
  }

  .contact-hero-buttons {
    display: flex;
    gap: 15px;
    justify-content: center;
  }

  .contact-hero-buttons a.btn:not(.secondary) {
    color: var(--white) !important;
  }
  
  .contact-hero-buttons a.btn.secondary {
    padding: 10px 15px;
  }

  .contact-hero-buttons a.btn.secondary:hover {
    background-color: var(--gray) !important;
    border-color: var(--gray) !important;
    color: var(--white) !important;
  }

  /* --- FORMS LAYOUT --- */
  .contact-form-section {
    padding: 120px 0;
  }

  .wholesale-section {
    border-top: 1px solid rgba(0,0,0,0.1);
  }

  /* Standardizing a 2-column grid for the split layout */
  .domino.two-cols {
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: flex-start;
  }

  .contact-text-area h2 {
    margin-bottom: 20px;
  }

  /* --- FORM FIELDS --- */
  .contact-form-area form {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  /* 2x2 Grid for inputs like First/Last name */
  .form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }

  .form-group {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .full-width-field {
    grid-column: 1 / -1;
  }

  .mt-normal {
    margin-top: 20px;
  }

  .contact-form-area label {
    font-size: 12px;
    text-transform: uppercase;
  }

  /* Custom Radio Buttons */
  .radio-group {
    display: flex;
    gap: 30px;
    margin-top: 5px;
  }

  .radio-label {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    font-family: var(--font-primary--family) !important;
    text-transform: none !important;
    font-size: 16px !important;
  }

  .radio-label input[type="radio"] {
    display: none; /* Hide default radio */
  }

  .custom-radio {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: var(--white);
    border: 1px solid var(--black-02);
    display: inline-block;
    position: relative;
    transition: all 0.2s ease;
  }

  .radio-label input[type="radio"]:checked + .custom-radio {
    border-color: var(--black);
  }

  .radio-label input[type="radio"]:checked + .custom-radio::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 12px;
    height: 12px;
    background-color: var(--black);
    border-radius: 50%;
  }

  .form-submit-wrapper {
    display: flex;
    justify-content: flex-end; /* Aligns button to the right like the print */
    margin-top: 20px;
  }

  .form-submit-btn:hover {
    background-color: var(--black) !important;
  }

  .form-success-msg {
    background-color: #d4edda;
    color: #155724;
    padding: 15px;
    border-radius: 8px;
    margin-bottom: 20px;
  }

  .form-error-msg {
    background-color: #f8d7da;
    color: #721c24;
    padding: 15px;
    border-radius: 8px;
    margin-bottom: 20px;
  }

  /* --- MOBILE RESPONSIVENESS --- */
  @media screen and (max-width: 1024px) {
    .domino.two-cols {
      grid-template-columns: 1fr;
      gap: 40px;
    }

    .contact-hero {
      padding: 0;
    }

    .contact-hero .content-wrapper {
      height: 100vh;
    }

    .contact-hero-content {
      margin: 0;
    }

    .contact-hero-inner {
      height: 100%;
      padding: 0;
    }

    .contact-hero-buttons {
      flex-direction: column;
    }

    .contact-hero-buttons .btn {
      width: 100%;
      justify-content: center;
    }

    .contact-form-section {
      padding: 80px 0;
    }

    .form-grid {
      grid-template-columns: 1fr;
    }

    .form-submit-wrapper {
      justify-content: center;
    }

    .form-submit-btn {
      width: 100%;
      justify-content: center;
    }
  }
/* END_SECTION:contact */

/* START_SECTION:custom-section (INDEX:10) */
.custom-section {
    position: relative;
    overflow: hidden;
    width: 100%;
  }
  .custom-section__background {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    overflow: hidden;
  }
  .custom-section__background img {
    position: absolute;
    width: 100%;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .custom-section__content {
    display: grid;
    grid-template-columns: var(--content-grid);
  }
  .custom-section__content > * {
    grid-column: 2;
  }
/* END_SECTION:custom-section */

/* START_SECTION:domino-grid (INDEX:11) */
.section-header:has(.section-title) {
    margin-bottom: 40px;
  }

  .domino-content.text-content h2.heading {
    margin-bottom: 20px;
  }

  .domino-section {
    position: relative;
  }

  .domino-bg-video {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 0;
    pointer-events: none;
  }

  .designed .domino-bg-video {
    scale: 140%;
    left: -48% !important;
    top: 0%;
  }

  .domino-video-element {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
  }

  .domino-bg-video.pos-cover {
    left: 0;
    right: 0;
    width: 100%;
  }

  .domino-bg-video.pos-left {
    left: -25%;
    width: 50%;
  }

  .domino-bg-video.pos-right {
    right: -25%;
    width: 50%;
  }

  .domino-checklist {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 40px 0;
  }

  .domino-checklist li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: "Simplon Mono";
    font-size: 14px;
    text-transform: uppercase;
  }

  .domino-checklist li .check-icon {
    min-width: 16px;
  }

  /* --- DOMINO VIDEO BLOCK --- */
  .domino-content.video-content {
    position: relative;
    overflow: hidden;
    display: flex;
    width: 100%;
    height: 500px;
    min-height: 100%; /* Ensures filling in larger slots */
  }
  
  .domino-block-fallback,
  .domino-block-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
  }

  .domino-block-fallback {
    z-index: 1;
  }

  .domino-block-video {
    z-index: 2;
  }

  .domino-checklist li .check-icon img.custom-check-img {
    object-fit: contain; /* Ensures custom uploaded icons maintain aspect ratio */
  }

  .domino-btn-wrapper .btn .btn-custom-icon {
    object-fit: contain;
    flex-shrink: 0;
  }

  .domino-btn-wrapper .btn.icon-only {
    padding: 12px;
    justify-content: center;
    width: 40px; 
    height: 40px;
  }
/* END_SECTION:domino-grid */

/* START_SECTION:explore-by-category (INDEX:12) */
.explore-category-section {
    padding: 80px 0;
    background-color: var(--color-background, #F4F4F4); /* Fundo bege/cinza claro da seção */
  }

  .explore-category__header {
    margin-bottom: 0;
  }

  .explore-category__list {
    display: flex;
    flex-direction: column;
  }

  .category-group {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
    padding: 40px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }

  /* Remove a borda do último item */
  .category-group:last-child {
    border-bottom: none;
  }

  @media (min-width: 768px) {
    .category-group {
      grid-template-columns: 1fr 1fr; /* Divide meio a meio no desktop */
      gap: 80px;
    }
  }

  .category-group__title {
    text-transform: uppercase;
    font-family: 'Simplon Mono';
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 1.25;
    margin-bottom: 20px;
    color: var(--black);
  }

  .category-group__desc {
    font-size: 16px;
    line-height: 1.5;
    color: var(--black);
    max-width: 400px;
  }

  .category-group__collections {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }

  .collection-link-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #ffffff;
    padding: 20px;
    border-radius: 10px;
    text-decoration: none;
    color: var(--black);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    position: relative;
    overflow: hidden;
  }

  /* .collection-link-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
  } */

  .collection-link-btn__content {
    display: flex;
    align-items: center;
    gap: 10px;
    z-index: 1;
  }

  .collection-link-btn__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    color: var(--black);
    background-color: var(--black); 
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    z-index: 1; 
    transition: background-color 0.4s ease;
  }

  .collection-link-btn__icon svg {
    width: 100%;
    height: 100%;
  }

  .collection-link-btn__text {
    font-weight: 500;
    font-size: 16px;
    z-index: 1;
    transition: all 0.3s ease;
  }

  .collection-link-btn__arrow svg {
    color: var(--black);
    display: flex;
    align-items: center;
    transition: all 0.3s ease;
  }

  .collection-link-btn:before {
    content: "";
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    max-width: 70%;
    border-radius: 5px;
    background-color: var(--black);
    opacity: 0;
    transition: all 0.35s ease;
  }

  .collection-link-btn:hover  .collection-link-btn__text {
    color: #ffffff;
  }

  .collection-link-btn:hover .collection-link-btn__icon {
    background-color: #ffffff;
  }

  .collection-link-btn:hover:before {
    max-width: 100%;
    opacity: 1;
  }

  .collection-link-btn:hover .collection-link-btn__arrow svg {
    transform: translateX(6px); /* Anima a seta pro lado no hover */
    color: #ffffff;
  }

  @media screen and (max-width: 1024px) {
    .category-group:last-child {
      margin-bottom: -40px;
    }
  }
/* END_SECTION:explore-by-category */

/* START_SECTION:faq-section (INDEX:13) */
.faq-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  max-width: var(--page-width);
  margin: 0 auto;
}

@media (min-width: 768px) {
  .faq-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.faq-left h2 {
  margin-bottom: 20px;
}

/* Estilo do Componente Acordeão (Snippet) */
.accordion-component {
  background-color: #ffffff;
  border-radius: 10px;
  margin-bottom: 10px;
  overflow: hidden;
}

.accordion-summary {
  font-weight: 500;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  cursor: pointer;
  list-style: none;
}

.accordion-summary::-webkit-details-marker {
  display: none;
}

.accordion-icon {
  transition: transform 0.3s ease;
}

.accordion-component[open] .accordion-icon {
  transform: rotate(180deg);
}

.accordion-content {
  padding: 0 20px 20px 20px;
  color: var(--black-06);
  transition: all 0.3s ease;
}

.faq-left {
  top: 40px; 
  align-self: start;
}

/* Sticky behavior active ONLY when the parameter is enabled */
.faq-left.is-sticky-sidebar {
  position: sticky;
  top: 120px; /* Offset for the sticky header */
  height: fit-content;
  z-index: 10;
}

.faq-description {
  margin-bottom: 32px;
  color: #333;
  line-height: 1.6;
}

.faq-sidebar-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.faq-sidebar-nav a {
  font-family: 'Simplon Mono';
  font-size: 16px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  transition: color 0.3s ease;
  position: relative;
  display: inline-block;
  padding-bottom: 4px;
}

.faq-sidebar-nav a:hover {
  color: #000;
}

.faq-sidebar-nav a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #000;
  transition: width 0.3s ease;
}

.faq-sidebar-nav a:hover::after,
.faq-sidebar-nav a.active::after {
  width: 100%;
}

.faq-category-title {
  margin-top: 48px;
  margin-bottom: 24px;
  scroll-margin-top: 120px;
}
.faq-right .faq-category-title:first-child {
  margin-top: 0;
}
/* ========================================== */
/* LINK CARD STYLES                           */
/* ========================================== */

.faq-link-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #ffffff;
  border-radius: 10px;
  padding: 40px 20px;
  margin-bottom: 20px;
  text-decoration: none;
  color: var(--black);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.faq-link-card-title {
  font-weight: 500;
  margin: 0 0 10px 0;
}

.faq-link-card-desc {
  color: var(--black-06);
  margin: 0 0 20px 0;
}

.faq-link-card-cta {
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 8px;
}

.faq-link-card-cta svg {
  color: var(--black) !important;
}

@media screen and (max-width: 1024px) {
  .faq-left.is-sticky-sidebar {
    position: static !important;
  }
}
/* END_SECTION:faq-section */

/* START_SECTION:footer (INDEX:14) */
footer {
    background-color: var(--black);
    color: var(--white);
    border-radius: 40px 40px 0 0;
  }

  /* 8-COLUMN GRID SYSTEM */
  .footer-domino {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    column-gap: 40px;
    row-gap: 0; /* O gap vertical passa a ser gerido pelas bordas e padding dos blocos */
    padding: 60px 40px 0px; 
    border-bottom: 2px solid var(--white-01);
  }

  /* SIMULA O BORDER NO ROW-GAP */
  .footer-block {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }

  /* Grid Column Spans */
  .footer-block.c1 { grid-column: span 1; }
  .footer-block.c2 { grid-column: span 2; }
  .footer-block.c3 { grid-column: span 3; }
  .footer-block.c4 { grid-column: span 4; }
  .footer-block.c5 { grid-column: span 5; }
  .footer-block.c6 { grid-column: span 6; }
  .footer-block.c7 { grid-column: span 7; }
  .footer-block.c8 { grid-column: span 8; }

  footer .footer-menu-title {
    color: var(--white-04);
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 20px;
  }

  footer .footer-menu-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  footer .footer-menu-list li {
    text-transform: uppercase;
  }

  footer .footer-logo-area {
    display: flex;
    flex-direction: column;
    gap: 20px;
    height: 100%;
  }

  footer .footer-contact-info {
    font-size: 14px;
    margin-top: auto;
    opacity: 0.6;
  }

  footer .footer-logo-img {
    max-width: 450px;
    width: 100%;
    height: auto;
  }

  footer .footer-social-list,
  footer .footer-payment-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }

  footer .footer-section.bottom {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    gap: 40px;
    padding: 40px;
    align-items: center;
  }

  footer .footer-certificates { grid-column: span 1; }
  
  footer .footer-disclaimer { 
    grid-column: span 7; 
    color: var(--white-04); 
    line-height: 1.5;
    font-size: 10px;
  }
  
  footer .footer-disclaimer p {
    margin: 0;
  }

  @media screen and (max-width: 1024px) {
    .footer-domino,
    .footer-section { 
      grid-template-columns: 1fr; 
      padding: 40px 20px;
    }
    .footer-block { 
      grid-column: span 1 !important;
      padding-bottom: 10px;
    }
    .footer-logo-area {
      text-align: center;
    }
    footer .footer-logo-img {
      max-width: 250px; /* Logo menor no telemóvel para melhorar a proporção */
      margin: 0 auto;
    }
    footer .footer-section.bottom {
      grid-template-columns: 1fr;
      text-align: center;
      padding: 40px 20px 20px;
    }
    footer .footer-section:has(.footer-certificates) {
      display: flex;
      flex-direction: column;
    }
    footer .footer-certificates {
      display: flex;
      flex-direction: column;
      align-items: center;
      width: 100%;
    }
  }
/* END_SECTION:footer */

/* START_SECTION:form (INDEX:15) */
.form-intro-area h2 {
    margin-bottom: 20px;
  }

  section:has(.generic-form-container).has-bottom-divider {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }

  .generic-form-container label {
    font-size: 12px;
    text-transform: uppercase;
  }
/* END_SECTION:form */

/* START_SECTION:header (INDEX:16) */
svg {
    color: var(--white);
  }

  header.is-sticky svg {
    color: var(--black);
  }

  header.site-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    width: 100%;
    padding: 30px 40px;
    transition: width 0.6s ease;
    background-color: transparent;
    color: var(--white);
  }

  header.site-header.no-transition,
  header.site-header.no-transition * {
    transition: none !important;
  }

  header.site-header.not-home:not(.is-sticky) .header-logo img {
    width: 35vw;
  }

  header.site-header .header-hamburger-wrapper {
    display: none;
  }

  header.site-header .header-hamburger {
    display: none;
    height: 20px;
    min-width: 22px;
    gap: calc(22px / 2 -(3 * 2px));
  }

  header.site-header .header-hamburger .line {
    width: 100%;
    height: 2px;
    background-color: var(--white);
  }

  header.site-header.is-sticky .header-hamburger .line {
    background-color: var(--black);
  }

  header.site-header .header-hamburger .line:nth-child(2) {
    margin: auto 0;
  }

  header.site-header .header-hamburger .line:nth-child(3) {
    margin: 0 0 auto;
  }

  .header-container {
    position: relative;
    display: flex;
    width: 100%;
    gap: 40px;
    min-width: 0;
  }

  header.is-sticky .header-container {
    align-items: center;
  }

  .header-logo {
    display: flex;
    min-width: 0;
    flex-shrink: 1;
  }

  .header-logo a {
    display: flex;
    min-width: 0;
  }

  .header-logo img {
    width: 40vw;
    min-width: 150px;
    max-width: 550px;
    object-fit: contain;
    flex-shrink: 1;
  }

  .logo-sticky {
    display: none;
  }

  .nav-and-icons-wrapper {
    margin-left: auto;
    display: flex;
    gap: 15px;
    height: fit-content;
    align-items: center;
    flex-shrink: 0;
  }

  header.is-sticky .nav-and-icons-wrapper {
    margin: 0;
    width: 100%;
    flex-shrink: unset;
  }

  header.not-home .nav-and-icons-wrapper {
    margin-left: auto;
  }

  header.is-sticky .nav-and-icons-wrapper .header-nav {
    margin: 0 0 0 auto;
  }

  .header-nav {
    display: flex;
    align-items: center;
    text-transform: uppercase;
    height: fit-content;
    gap: calc(25px - 12px);
  }

  header.site-header .header-menu-item.shop > .btn {
    background-color: transparent;
  }

   header.site-header .header-menu-item.shop > .btn:hover {
    background-color: var(--dark-gray);
   }

  header.is-sticky .header-menu-item.shop > .btn {
    color: var(--black);
  }

  header .btn.cta.wholesale {
    background-color: transparent;
  }

  header .btn.cta.wholesale:hover {
    background-color: var(--dark-gray);
  }

  header.is-sticky .btn.cta.wholesale {
    color: var(--black);
    outline-color: var(--black);
  }

  header.is-sticky .btn.cta.wholesale:hover {
    background-color: var(--black);
    color: var(--white);
  }

  .header-menu-list {
    display: flex;
    align-items: center;
    gap: calc(20px - 12px);
  }

  .header-menu-list li {
    display: flex;
    border-radius: 20px;
    overflow: hidden;
  }

  .header-menu-link,
  .header-menu-item.shop > .btn {
    padding: 5px 12px;
    transition: all 0.3s ease;
  }

  .header-menu-link:hover,
  .header-menu-item.shop > .btn:hover {
    background-color: var(--dark-gray);
  }

  header.is-sticky .header-menu-link:hover,
  header.is-sticky .header-menu-item.shop > .btn:hover {
    background-color: var(--beige);
  }

  .header-icons {
    display: flex;
    align-items: center;
    gap: 25px;
  }

  header.not-home:not(.is-sticky) .header-icons {
    margin-left: 0;
  }

  .header-icons .icon-btn {
    min-width: 24px;
    height: 24px;
  }

  .icon-btn.cart-btn {
    position: relative;
  }

  .cart-item-count {
    position: absolute;
    top: -6px;
    right: -8px;
    background-color: var(--white);
    color: var(--black);
    font-size: 10px;
    font-weight: 700;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    transition: all 0.2s ease;
  }

  /* Hides the bubble if the cart is empty */
  .cart-item-count.is-empty {
    display: none;
  }

  /* Inverts the colors when the header becomes sticky (white background) */
  header.site-header.is-sticky .cart-item-count {
    background-color: var(--black);
    color: var(--white);
  }

  .desktop-search-form {
    display: flex;
    align-items: center;
    width: 24px; /* Mesma largura base do ícone */
    height: 38px;
    border-radius: 20px;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    overflow: hidden;
  }

  .desktop-search-form.is-active {
    width: 300px;
    background-color: rgba(255, 255, 255, 0.15); /* Fundo claro sutil quando em bg dark */
  }

  header.site-header.is-sticky .desktop-search-form.is-active {
    background-color: rgba(0, 0, 0, 0.05); /* Fundo sutil escuro quando o header vira branco */
  }

  .desktop-search-form .search-btn {
    flex-shrink: 0;
    cursor: pointer;
    background: transparent;
    border: none;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    margin-left: 0;
    transition: margin 0.4s ease;
  }

  /* Descola levemente a lupa da borda quando o input tá aberto */
  .desktop-search-form.is-active .search-btn {
    margin-left: 10px;
  }

  .desktop-search-input {
    flex: 1;
    width: 0;
    opacity: 0;
    border: none;
    background: transparent;
    color: inherit;
    font-family: inherit;
    font-size: 14px;
    padding: 0;
    outline: none;
    transition: opacity 0.3s ease;
  }

  .desktop-search-form.is-active .desktop-search-input {
    width: 100%;
    opacity: 1;
    padding: 0 15px 0 10px;
  }

  .desktop-search-input::placeholder {
    color: inherit;
    opacity: 0.6;
  }

  .desktop-search-form.is-active .desktop-search-input:focus,
  .desktop-search-form.is-active .desktop-search-input:focus-visible {
    outline-color: transparent;
  }

  .header-menu-item.shop > .btn {
    cursor: pointer;
    border-radius: 20px;
    color: var(--white);
  }
  
  .header-menu-item.shop > .btn.active {
    text-decoration-thickness: 1px !important;
    text-decoration: underline;
  }

  .header-menu-item .shop-window {
    position: absolute;
    z-index: 20;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: #ffffff;
    color: var(--black);
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    width: 983px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all 0.3s ease;
  }

  header.site-header:not(.is-sticky) .header-menu-item .shop-window {
    left: unset;
    transform: unset;
    right: 0;
  }

  .header-menu-item .shop-window .btn {
    color: var(--white);
  }

  .header-menu-item.shop .shop-window.active {
    top: 50px;
    opacity: 1;
    visibility: visible;
    pointer-events: all;
  }

  header.is-sticky .header-menu-item.shop .shop-window.active {
    top: 60px;
  }

  .shop-window-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }

  .shop-window-left {
    grid-column: span 2;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .shop-window-right {
    grid-column: span 1;
    background-color: var(--color-background);
    border-radius: 20px;
  }

  /* Listas e Categorias */
  .shop-top-categories {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }

  .shop-category-col {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-left: 15px;
  }

  .shop-collection-link {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: var(--black);
    text-transform: capitalize;
  }

  .shop-collection-link:hover {
    text-decoration: underline;
  }

  .shop-collection-icon {
    display: inline-block;
    width: 18px;
    height: 18px;
    background-color: var(--black);
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
  }

  .shop-divider {
    border: none;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    margin: 0;
  }

  .shop-section-title {
    font-size: 0.8rem;
    letter-spacing: 1px;
    margin-bottom: 15px;
    display: block;
  }

  .shop-modifiers-grid {
    display: flex;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
  }

  .shop-others-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
  }

  .shop-others-row a.btn {
    white-space: nowrap;
    margin-top: auto;
  }

  .shop-others-list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 40px;
  }

  .shop-custom-menus-container {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    flex: 1;
  }

  .shop-custom-menu-block {
    display: flex;
    flex-direction: column;
    width: 100%;

  }

  .shop-custom-menu-block .shop-section-title {
    margin-bottom: 15px; 
  }

  .shop-custom-menu-list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 40px;
  }

  .shop-all-btn {
    white-space: nowrap;
    flex-shrink: 0;
  }

  .shop-featured-card {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: var(--black);
    text-align: center;
    height: 100%;
  }

  .shop-featured-image {
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 20px;
    aspect-ratio: 1 / 1;
    background-color: #fff;
  }

  .shop-featured-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .shop-featured-info h3 {
    margin: 0 0 10px;
    font-size: 1.25rem;
  }

  /* Sticky State */
  header.site-header.is-sticky {
    position: fixed;
    background-color: #ffffff;
    color: var(--black);
    padding: 15px 40px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    width: min(calc(var(--page-width) - var(--page-margin) * 2), calc(100% - var(--page-margin) * 2));
    margin: 20px auto;
    border-radius: 20px;
  }

  header.site-header.is-sticky a,
  header.site-header.is-sticky button {
    color: var(--black);
  }

  header.site-header.is-sticky .logo-transparent {
    display: none;
  }

  header.site-header.is-sticky .logo-sticky {
    display: block;
    width: 200px;
  }

  header.site-header.is-sticky .btn.cta {
    border-color: var(--black);
    color: var(--black);
  }

  /* Mobile Drawer Base */
    .mobile-drawer {
      display: none;
      position: fixed;
      top: 0;
      left: -105%;
      width: 100vw;
      height: 100dvh;
      background-color: var(--white);
      z-index: 999;
      transition: left 0.3s ease;
      flex-direction: column;
      overflow-y: auto;
      color: var(--black);
    }

    .mobile-drawer.is-open {
      left: 0;
    }

    .mobile-drawer__header {
      padding: 20px;
      display: flex;
    }

    .mobile-close-btn {
      background: none;
      border: none;
      padding: 0;
      cursor: pointer;
    }

    .mobile-drawer__content {
      padding: 0 0 40px;
      display: flex;
      flex-direction: column;
      gap: 30px;
    }

    .mobile-drawer__content .mobile-search,
    .mobile-menu .mobile-heading,
    .mobile-shop-buttons {
      padding: 0 20px;
    }

    /* Typography & Search */
    .mobile-heading {
      font-size: 24px;
      font-weight: 500;
      text-transform: uppercase;
      text-decoration: none;
      color: var(--black);
      display: block;
    }

    .mobile-search .mobile-heading {
      margin-bottom: 10px;
    }

    .mobile-search-form {
      position: relative;
    }

    .mobile-search-form input {
      background-color: var(--beige);
    }

    .mobile-search-form button {
      background: none;
      border: none;
      color: var(--black);
      position: absolute;
      right: 20px;
      top: 50%;
      transform: translateY(-50%);
    }
    
    .mobile-search-form svg {
      color: var(--black);
      width: 18px;
      height: 18px;
    }

    .mobile-menu {
      display: flex;
      flex-direction: column;
      gap: 40px;
    }

    .mobile-accordions {
      display: flex;
      flex-direction: column;
    }

    .mobile-accordion-header,
    .mobile-others-links .shop-collection-link {
      width: 100%;
      display: flex;
      justify-content: space-between;
      align-items: center;
      background: none;
      border: none;
      border-top: 1px solid var(--black-06);
      padding: 15px 20px;
      text-transform: uppercase;
      font-size: 14px;
      letter-spacing: 1px;
      font-family: 'Simplon Mono', monospace;
      color: var(--black);
      text-decoration: none;
    }

    .mobile-menu .shop-collection-link {
      padding-left: 20px;
      padding-right: 20px;
    }

    .mobile-accordion .shop-collection-link {
      padding-top: 5px;
      padding-bottom: 5px;
    }

    .mobile-accordions .mobile-accordion:first-child .mobile-accordion-header {
      border-top: none;
    }

    .mobile-others-links .shop-collection-link {
      justify-content: flex-start;
      gap: 10px;
    }

    .mobile-accordion-header .arrow {
      transition: transform 0.3s ease;
    }

    .mobile-accordion.is-active .mobile-accordion-header .arrow {
      transform: rotate(180deg);
    }

    .mobile-accordion-panel {
      max-height: 0;
      overflow: hidden;
      transition: all 0.3s ease;
      display: flex;
      flex-direction: column;
      gap: 15px;
    }

    .mobile-accordion.is-active .mobile-accordion-panel {
      max-height: 500px;
      padding-bottom: 15px;
      transition: all 0.5s ease;
    }

    /* Botões */
    .mobile-shop-buttons {
      display: flex;
      gap: 10px;
      padding-top: 20px;
      border-top: 1px solid var(--black-06);
    }

    .mobile-shop-buttons .btn {
      flex: 1;
      text-align: center;
      padding: 12px;
      justify-content: center;
    }

  @media screen and (max-width: 1024px) {
    .mobile-drawer {
      display: flex;
    }

    header.site-header {
      background-color: var(--black);
      padding: 20px;
      transition: all 0.2s ease;
    }

    header.site-header:not(.is-sticky):not(.not-home),
    body:has(.about-hero-section) header.site-header  {
      background: linear-gradient(to bottom, rgba(0,0,0,0.2), transparent);
    }

    body:has(.about-hero-section) header.site-header.is-sticky {
      background-color: var(--white);
    }

    header.site-header.is-sticky {
      opacity: 1;
      transform: translateY(0);
      width: 100dvw;
      padding: 20px !important;
      margin: 0 !important;
      border-radius: 0;
    }

    header.site-header.is-sticky .header-container {
      justify-content: space-between;
    }

    header.is-sticky .nav-and-icons-wrapper {
      width: fit-content;
    }

    .header-container {
      align-items: center;
      max-height: 40px;
    }

    header .nav-and-icons-wrapper {
      margin: 0 0 0 auto;
    }

    header.site-header .header-icons {
      gap: 20px;
      height: 26px;
    }

    header.site-header .desktop-search-form {
      display: none;
    }

    header.site-header .header-logo {
      margin: 0 auto;
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      top: 0;
    }

    .header-logo img {
      max-width: 200px;
      height: 28px;
    }

    header.site-header.is-sticky .logo-sticky {
      max-width: 140px;
    }

    header.site-header .header-nav,
    header.site-header .icon-btn.search-btn {
      display: none;
    }

    header.site-header .header-hamburger-wrapper {
      display: block;
      min-height: 26px;
      display: flex;
      align-items: center;
    }

    header.site-header .header-hamburger {
      display: flex;
      flex-direction: column;
      width: 22px;
      height: 22px;
      margin: auto 0;
    }

    header.site-header .icon-btn {
      max-width: 22px;
      height: 22px;
    }

    header.site-header .mobile-shop-buttons .btn:not(.secondary) {
      color: var(--white);
    }
  }
/* END_SECTION:header */

/* START_SECTION:hello-world (INDEX:17) */
.welcome {
    display: grid;
    grid-template-columns: var(--content-grid);
    background-color: #f6f6f7;
    padding: 72px 0;
  }

  .welcome-content {
    grid-column: 2;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    width: 100%;
    padding: 0 24px;
  }

  .welcome-description {
    max-width: 80ch;
    line-height: 1.4;
    margin-top: 1.5rem;
  }

  .icon {
    width: 300px;
  }

  .highlights {
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 50px;
  }

  @media (max-width: 1100px) {
    .highlights {
      grid-template-columns: 1fr;
    }
  }

  .highlight {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 24px;
    border-radius: 8px;
    background-color: #eef3ff;
    color: rgb(92, 95, 98);
    line-height: 1.4;
  }

  .highlight > * + * {
    margin-top: 1rem;
  }

  .highlight h3 {
    font-size: 1rem;
    color: rgb(32, 34, 35);
  }

  .highlight-description {
    flex: 1 1;
  }

  .highlight a {
    display: flex;
    width: fit-content;
    background-color: rgb(250, 251, 251);
    box-shadow: rgba(0, 0, 0, 0.2) 0px -3px 0px 0px inset, rgba(255, 255, 255, 0.9) 0px 2px 0px 0px inset;
    border: 1px solid rgb(140, 145, 150);
    border-radius: 4px;
    color: rgb(92, 95, 98);
    padding: 3px 10px 5px;
    text-decoration: none;
  }
/* END_SECTION:hello-world */

/* START_SECTION:hero (INDEX:18) */
.bg-video, .bg-video-fallback {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }

  .bg-video-fallback {
    z-index: 1;
  }

  .bg-video {
    z-index: 2;
    background-color: transparent;
  }

  .shopify-section:has(.hero-section),
  section.hero-section {
    border-radius: 0 0 40px 40px;
    overflow: hidden;
  }

  .hero-section {
    height: 100dvh;
    color: var(--white);
    padding: 0 40px;
    background-color: var(--black);
  }

  .hero-video-item {
    opacity: 0;
    position: absolute;
    inset: 0;
    transition: opacity 1s ease;
    pointer-events: none;
    background-color: var(--black);
  }

  .hero-video-item.is-active {
    opacity: 1;
  }

  .hero-content-overlay {
    position: relative;
    z-index: 3;
    display: flex;
    height: 100%;
  }

  .hero-sidebar {
    margin: calc(105px + 40px) 0 40px;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .hero-collection-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .hero-collection-item {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    cursor: pointer;
    padding: 20px;
    min-width: 280px;
    max-width: 280px;
    transition: max-width 0.5s ease;
  }

  .hero-collection-item.is-active {
    cursor: default;
    max-width: 345px;
  }

  .hero-collection-item > * {
    position: relative;
    z-index: 10;
    opacity: 0.4;
    transition: all 0.5s ease;
  }

  .hero-collection-item.is-active > * {
    opacity: 1;
  }

  .hero-collection-item:before {
    content: "";
    opacity: 1;
    z-index: 0 !important;
    position: absolute;
    inset: 0;
    background-color: rgba(255, 255, 255, 0.025);
    backdrop-filter: blur(40px);
    border-radius: 15px;
  }

  .hero-collection-item button {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--white);
    font-weight: 500;
    background: none;
    border: none;
    padding: 0;
    font-family: 'Catalogue';
    text-transform: unset;
  }

  .hero-collection-item button:hover {
    opacity: 1;
  }

  /* CSS Mask for the SVG Icon to inherit White Color */
  .collection-icon {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-color: #ffffff;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    flex-shrink: 0;
  }

  .collection-description {
    font-weight: 300;
    max-height: 0;
    overflow: hidden;
    padding-top: 0;
    transition: max-height 0.5s ease;
    width: calc(345px - 20px);
    display: flex;
    flex-direction: column;
  }

  .collection-description .collection-link {
    margin-top: 20px;
  }

  .collection-description .collection-link:hover {
    text-decoration: underline;
  }

  .hero-collection-item.is-active .collection-description {
    max-height: 500px;
    overflow: visible;
    padding-top: 20px;
    padding-right: 20px;
  }

  .hero-collection-item.btn-view-all {
    display: flex;
    justify-content: space-between;
    text-decoration: none;
    color: var(--white);
  }

   .hero-collection-item.btn-view-all:hover {
    text-decoration: underline;
   }

  .hero-collection-item.btn-view-all p {
    margin: 0;
    font-weight: 500;
  }

  .hero-collection-item.btn-view-all > * {
    opacity: 1 !important;
  }

  .hero-main-copy {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 40px;
    position: absolute;
    right: 0;
    bottom: 40px;
    margin-top: auto;
    margin-left: auto;
    text-align: end;
    width: 500px;
  }

  .hero-main-copy h1 {
    line-height: 1.25;
    margin: 0;
  }

  .hero-main-copy .btn {
    border: 2px solid var(--white);
    color: var(--white);
    display: inline-block;
  }

  .hero-main-copy .btn:hover {
    background-color: var(--white);
    color: var(--black);
  }

  @media screen and (max-width: 1024px) {
    .shopify-section:has(.hero-section) {
      border-radius: 0 0 20px 20px !important;
    }

    .hero-main-copy .btn {
      display: none;
    }

    .hero-sidebar,
    .hero-collection-list,
    .hero-main-copy {
      width: 100%;
    }

    .hero-section.main-hero {
      position: relative !important;
      height: calc(100dvh - 60px) !important;
      padding: 0;
      border-radius: 0 0 15px 15px;
    }

    .hero-content-overlay {
      flex-direction: column;
      padding-top: 40px;
    }

    .hero-sidebar {
      position: absolute;
      bottom: 20px;
      left: 0;
      margin: 0;
    }

    .hero-sidebar .btn-view-all {
      background-color: var(--white);
      color: var(--black);
      justify-content: center;
      max-width: unset !important;
      margin: 20px auto 0;
      width: calc(100% - 40px);
    }

    .hero-sidebar .btn-view-all svg {
      display: none;
    }
    
.hero-collection-list {
      width: 100vw;
      max-width: 100vw;
      flex-direction: row;
      overflow-x: auto;
      gap: 15px;
      align-items: flex-end;
      padding: 0 calc(50vw - 140px) !important;
      scrollbar-width: none;
      -ms-overflow-style: none;
      scroll-behavior: smooth;
      scroll-snap-type: x mandatory;
    }

    .hero-collection-list::-webkit-scrollbar {
      display: none;
    }

    .hero-collection-item {
      margin-top: auto;
      height: 160px;
      max-height: calc(24px + 15px + 15px);
      flex: 0 0 160px; 
      width: 160px;
      max-width: 160px !important;
      padding: 15px;
      transition: all 0.5s ease;
      scroll-snap-align: center;
      scroll-snap-stop: always;
    }
    
    .hero-collection-item.is-active {
      min-height: 0;
      max-height: 1000px;
      height: fit-content;
      flex: 0 0 280px;
      width: 280px;
      max-width: 280px !important;
    }

    .hero-collection-item .collection-description {
      width: unset;
      padding: 10px 0 0 !important;
    }

    .hero-main-copy {
      position: static;
      margin: 0;
      padding: 60px 20px 0;
      text-align: center;
      align-items: center;
    }

    .hero-headline {
      max-width: 350px;
    }
  }
/* END_SECTION:hero */

/* START_SECTION:news-carousel (INDEX:19) */
.news-carousel-section {
    background-color: var(--color-background);
    color: var(--black);
    overflow: hidden; /* Prevents horizontal scrollbar on the page */
    position: relative; /* Required for the absolute positioning of the scroll indicator */
  }

  .news-carousel-header {
    text-align: center;
    margin-bottom: 50px;
  }

  .news-carousel-header h1 {
    margin-bottom: 10px;
  }

  .news-carousel-header h3 {
    font-weight: 400;
  }

  /* --- CAROUSEL TRACK (Scroll Snap) --- */
  .news-carousel-container {
    width: 100%;
    cursor: grab; /* Indicates it can be dragged on Desktop */
  }

  .news-carousel-container:active {
    cursor: grabbing;
  }

  .news-carousel-track {
    display: flex;
    gap: 30px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    
    /* Centers the active slide via padding */
    padding: 0 calc(50vw - 300px); 
  }

  /* Hides the scrollbar */
  .news-carousel-track::-webkit-scrollbar {
    display: none;
  }
  .news-carousel-track {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  /* --- SLIDE & CARD --- */
  .news-carousel-slide {
    flex: 0 0 600px; /* Fixed width for desktop */
    scroll-snap-align: center; /* Snaps the card to the center of the viewport */
    transition: opacity 0.3s ease;
  }

  /* Prevents images and links from being 'ghost-dragged' when trying to scroll horizontally on Desktop */
  .news-carousel-slide a,
  .news-carousel-slide img {
    -webkit-user-drag: none;
  }

  .news-article-card {
    display: flex;
    flex-direction: column;
    gap: 20px;
    text-decoration: none;
    color: inherit;
    transition: transform 0.3s ease;
  }

  .news-article-card:hover .article-image {
    transform: scale(1.03);
  }

  .article-image-wrapper {
    width: 100%;
    aspect-ratio: 16 / 9;
    border-radius: 20px;
    overflow: hidden;
    background-color: var(--white-02);
  }

  .article-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
  }

  .article-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  /* --- TYPOGRAPHY --- */
  .article-title {
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .article-read-more {
    display: flex;
    align-items: center;
    gap: 5px;
    color: var(--black-06);
    transition: color 0.2s ease;
  }

  .news-article-card:hover .article-read-more {
    color: var(--black);
  }

  .news-article-card .article-read-more img {
    transition: transform 0.3s ease;
  }

  .news-article-card:hover .article-read-more img {
    transform: translateX(5px);
  }

  .news-carousel-footer {
    display: flex;
    justify-content: center;
    margin-top: 60px;
  }

  .explore-all-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    font-size: 14px;
    font-family: 'Simplon Mono', monospace;
    text-transform: uppercase;
    color: var(--black);
    text-decoration: none;
    transition: opacity 0.2s ease;
  }

  .explore-all-link:hover {
    opacity: 0.6;
  }

  /* --- SCROLL INDICATOR --- */
  .news-scroll-indicator {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    color: var(--black) !important; /* Overrides the white color from critical.css */
  }

  /* --- MOBILE RESPONSIVENESS --- */
  @media screen and (max-width: 1024px) {
    .news-carousel-track {
      padding: 0 20px;
      gap: 15px;
      scroll-snap-type: x mandatory;
    }

    .news-carousel-slide {
      flex: 0 0 85vw; /* Shows a hint of the next card */
      scroll-snap-align: center;
    }

    .news-carousel-header h1 {
      font-size: 32px;
    }

    .article-image-wrapper {
      border-radius: 12px;
    }

    .article-title {
      font-size: 18px;
    }

    /* Hides the text on mobile, showing only the arrow, just like in collection.liquid */
    .news-scroll-indicator > span {
      display: none;
    }
  }
/* END_SECTION:news-carousel */

/* START_SECTION:news-list (INDEX:20) */
/* ========================================== */
  /* NEWS LIST & FILTER LAYOUT                  */
  /* Replicates the structural CSS of Collections*/
  /* ========================================== */
  
  section.all-news-list {
    position: relative;
    display: flex;
    margin: 0;
    padding-left: 40px !important;
    padding-right: 40px !important;
    grid-template-columns: 1fr;
    transition: transform 0.4s ease;
    background-color: var(--color-background);
  }

  section.all-news-list.filters-open {
    margin: 0 40px;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  section.all-news-list > form {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  
  section.all-news-list .news-and-filter-wrapper {
    display: flex;
    gap: 40px;
    width: calc(var(--content-width) + 40px + 300px);
    margin-right: calc(-1 * (40px + 300px));
    transition: margin 0.4s ease;
  }

  section.all-news-list.filters-open .news-and-filter-wrapper {
    margin-right: 0;
  }

  .news-main-layout {
    flex: 1;
    min-width: 0;
  }

  /* --- HEADER (Sort & Filters) --- */
  section.all-news-list .list-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    margin-bottom: 60px;
  }

  .list-header .sort,
  .list-header .amount-and-filters {
    display: flex;
    align-items: center;
    gap: 20px;
    white-space: nowrap;
  }
  
  .list-header .sort > p {
    white-space: nowrap;
  }

  .list-header label {
    font-size: 12px;
    text-transform: uppercase;
  }

  .list-header .btn-filter-toggle {
    padding: 12px 20px;
    color: var(--black);
    background-color: #ffffff;
    border-radius: 10px;
    border: 1px solid var(--black-02);
    transition: all 0.3s ease;
  }

  .list-header .btn-filter-toggle:hover {
    color: var(--white);
    background-color: var(--gray);
  }

  section.all-news-list.filters-open .btn-filter-toggle {
    color: var(--white);
    background-color: var(--black);
  }

  /* --- GRID & CARDS --- */
  .news-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 60px 30px;
  }

  .news-article-card {
    display: flex;
    flex-direction: column;
    gap: 20px;
    text-decoration: none;
    color: inherit;
    transition: transform 0.3s ease;
  }

  .news-article-card:hover .article-image {
    transform: scale(1.03);
  }

  .article-image-wrapper {
    width: 100%;
    aspect-ratio: 16 / 9;
    border-radius: 20px;
    overflow: hidden;
    background-color: var(--white-02);
  }

  .article-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
  }

  .article-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .article-title {
    margin: 0;
    font-size: 22px;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .article-excerpt {
    font-size: 16px;
    color: var(--black-06);
    line-height: 1.5;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .article-read-more {
    display: flex;
    align-items: center;
    gap: 5px;
    color: var(--black-06);
    transition: color 0.2s ease;
    margin-top: 5px;
  }

  .news-article-card:hover .article-read-more {
    color: var(--black);
  }

  .news-article-card .article-read-more img {
    transition: transform 0.3s ease;
  }

  .news-article-card:hover .article-read-more img {
    transform: translateX(5px);
  }

  /* --- SIDEBAR --- */
  .filters-sidebar {
    min-width: 300px;
    max-width: 300px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.5s ease; 
  }

  button#openNewsFiltersDrawer svg {
    color: var(--black);
    transition: color 0.3s ease;
  }

  .filters-open button#openNewsFiltersDrawer svg,
  button#openNewsFiltersDrawer:hover svg {
    color: var(--white);
  }

  section.all-news-list.filters-open .filters-sidebar {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
  }

  .filters-sidebar .accordion-component {
    background-color: #f9f9f9;
    border-radius: 8px;
    margin-bottom: 12px;
  }

  .filters-sidebar .btn.clear-filters {
    width: 100%;
    justify-content: center;
    margin-top: 20px;
  }

  /* --- PAGINATION (Reused from Critical) --- */
  .pagination-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    margin-top: 60px;
    width: 100%;
    border-top: 1px solid rgba(0,0,0,0.1);
  }

  /* --- MOBILE RESPONSIVENESS --- */
  @media screen and (max-width: 1024px) {
    section.all-news-list {
      padding-left: 20px !important;
      padding-right: 20px !important;
      margin: 0;
    }

    section.all-news-list.filters-open {
      margin: 0;
      padding-left: 20px !important;
      padding-right: 20px !important;
    }

    section.all-news-list .news-and-filter-wrapper {
      width: 100%;
      margin: 0;
      gap: 0;
    }

    section.all-news-list .list-header {
      flex-direction: column;
      gap: 20px;
      margin-bottom: 40px;
    }

    section.all-news-list .list-header > * {
      width: 100%;
    }

    .list-header .sort {
      justify-content: space-between;
    }

    .list-header .sort .custom-dropdown-wrapper {
      flex: 1;
      margin-left: 15px;
    }

    .amount-and-filters .articles-count {
      display: none;
    }

    .amount-and-filters .btn-filter-toggle {
      width: 100%;
      justify-content: center;
    }

    .news-grid {
      grid-template-columns: 1fr;
      gap: 50px;
    }

    /* Mobile Filters Sidebar */
    .filters-sidebar {
      min-width: unset;
      max-width: unset;
      width: 100dvw;
      position: fixed;
      bottom: -40px;
      left: 0;
      height: 85vh;
      overflow-y: auto;
      background-color: var(--white);
      z-index: 101;
      border-radius: 20px 20px 0 0;
      padding: 0 20px 40px;
      transition: all 0.2s ease;
      opacity: 0;
      visibility: hidden;
    }

    .filters-open .filters-sidebar {
      bottom: 0;
    }

    .filters-sidebar-wrapper:before {
      content: "";
      inset: 0;
      position: fixed;
      background-color: var(--black-06);
      backdrop-filter: blur(5px);
      z-index: 100;
      opacity: 0;
      visibility: hidden;
      pointer-events: none;
      transition: all 0.3s ease;
    }

    .filters-open .filters-sidebar-wrapper:before {
      opacity: 1;
      visibility: visible;
    }

    .mobile-filter-header {
      display: flex;
      position: sticky;
      top: 0;
      padding: 20px 0;
      gap: 10px;
      background-color: var(--white);
      z-index: 1;
      align-items: center;
    }

    .mobile-filter-header .mobile-filters-close-btn {
      margin-left: auto;
    }

    .mobile-clear-all-filters {
      display: flex;
      padding: 0 0 20px;
      width: fit-content;
      color: var(--black);
    }
    
    .filters-sidebar .btn.clear-filters {
      display: none;
    }

    .pagination-nav .next,
    .pagination-nav .prev {
      display: none;
    }

    .list-header .sort > p {
      white-space: wrap;
      font-size: 14px;
    }
  }
/* END_SECTION:news-list */

/* START_SECTION:news-section (INDEX:21) */
.news-section {
  padding-top: 40px;
  padding-bottom: 40px;
  padding-inline: calc((100% - var(--content-width)) / 2);
}

.news-section .section-header {
  margin-bottom: 40px;
}

.news-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}

@media (min-width: 768px) {
  .news-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.news-card {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.news-image-wrapper {
  border-radius: 20px;
  overflow: hidden;
  aspect-ratio: 16 / 10;
}

.news-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.news-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}

.news-title {
  margin: 0;
}

.news-title a {
  text-decoration: none;
  color: inherit;
}

.news-excerpt {
  margin: 0;
  color: #666;
  line-height: 1.5;
}

.news-read-more {
  display: flex;
  align-items: center;
  gap: 8px; 
  font-weight: 500;
  text-decoration: none;
  color: #000;
  text-transform: uppercase;
}
/* END_SECTION:news-section */

/* START_SECTION:pre-footer-cta (INDEX:24) */
/* --- ESTILOS DO PRE-FOOTER CTA --- */
  .pre-footer-cta {
    position: relative;
    background-color: var(--black);
    color: var(--white, #ffffff);
    padding: 140px 40px;
    border-radius: 40px 40px 0 0;
    overflow: hidden;
    height: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-bottom: -40px !important; 
  }

  .pre-footer-bg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    z-index: 0;
    pointer-events: none;
    display: flex;
    align-items: center;
    justify-content: center;
    mix-blend-mode: color;
  }

  .pre-footer-bg video {
    width: 100%;
    height: 100%;
    object-fit: contain; 
    -webkit-mask-image: radial-gradient(ellipse at center, black 40%, transparent 70%);
    mask-image: radial-gradient(ellipse at center, black 40%, transparent 90%);
    scale: 120%;
  }

  .pre-footer-content {
    position: relative;
    z-index: 1;
    max-width: 900px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }

  .pre-footer-content h2 {
    font-size: 60px;
  }

  .pre-footer-content p {
    font-size: 24px;
  }

  .pre-footer-content a.btn {
    background-color: var(--white);
    color: var(--black);
  }

  .pre-footer-content a.btn:hover {
    background-color: var(--black);
    color: var(--white);
  }

  body:has(.about-team) .pre-footer-cta {
    border-radius: 0;
  }

  /* Ajustes Mobile */
  @media screen and (max-width: 768px) {
    .pre-footer-cta {
      padding: 80px 20px;
      border-radius: 20px 20px 0 0;
    }

    .pre-footer-content {
      gap: 10px;
    }
    
    .pre-footer-content h2 {
      font-size: 30px;
    }

    .pre-footer-content p {
      font-size: 16px;
    }

    .pre-footer-bg video {
      object-fit: cover;
      scale: 100%;
      transform: translateY(-10%);
    }

    .pre-footer-content a.btn {
      margin-top: 20px;
    }
  }
/* END_SECTION:pre-footer-cta */

/* START_SECTION:product (INDEX:25) */
.mobile-extra-details {
    display: none;
  }

  .section {
    padding: 40px 0 !important;
  }

  .product-hero-section {
    position: relative;
    color: var(--white);
    overflow: hidden;
    padding: 120px 40px 80px !important;
    min-height: 100dvh;
    display: flex;
    align-items: center;
  }

  .product-hero-section > .content-wrapper {
    width: var(--content-width);
    margin: 0 auto;
  }

  .product-hero-bg {
    position: absolute;
    top: 50%;
    transform: translateY(-50%) translateX(-360px);
    width: 100%;
    height: 100%;
    z-index: 0;
    pointer-events: none;
    background-color: #171717;
  }

  .product-hero-bg .video-fallback-container .fallback-img {
    object-fit: contain;
    scale: 100%;
  }

   .product-hero-bg .video-fallback-container .bg-video {
      scale: 110%;
      object-fit: cover;
  }

  .product-hero-section .content {
    position: relative;
    z-index: 1;
  }

  .product-image-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .product-main-image {
    max-width: 80%;
    height: 420px;
    object-fit: contain;
    filter: drop-shadow(0 20px 40px rgba(0,0,0,0.5));
    transition: all 0.2s ease;
  }

  .product-main-image:hover {
    rotate: 8deg;
  }

  .product-data {
    display: flex;
  }

  .product-data-container {
    display: flex;
    flex-direction: column;
    height: fit-content;
    margin: auto 0;
    justify-content: center;
    gap: 10px;
  }
  
  .product-data-container .glass-card {
    background: rgba(255, 255, 255, 0.025);
    padding: 20px;
    border-radius: 20px;
    backdrop-filter: blur(40px);
    -webkit-backdrop-filter: blur(40px);
  }

  .product-data-container .glass-card.text {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .product-data-container .glass-card.form {
    border-radius: 15px;
  }

  .product-collection-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-weight: 500;
    margin-bottom: 10px;
  }

  .product-collection-badge .collection-icon {
    width: 16px;
    height: 16px;
    background-color: currentColor;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
  }

  .product-title {
    margin: 0 0 10px 0;
    line-height: 1.15;
  }

  .product-description {
    margin-bottom: 20px;
  }

  .product-flavor-unique-section {
    color: var(--black);
    padding: 120px 40px;
    overflow: hidden;
  }

  .product-flavor-unique-section .content-wrapper {
    width: var(--content-width);
    margin: 0 auto;
    align-items: center;
  }

  .product-flavor-unique-section .flavor-text-content {
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding-right: 80px;
    z-index: 1;
  }

  .product-flavor-unique-section .flavor-description-main {
    color: var(--black-08);
  }

  .product-flavor-unique-section .flavor-description-main p {
    margin: 0 0 15px;
  }
  
  .product-flavor-unique-section .flavor-description-main p:last-child {
    margin-bottom: 0;
  }

  
  .product-flavor-unique-section .flavor-divider {
    border: none;
    border-top: 1px solid rgba(0,0,0,0.15);
    margin: 0;
  }

  .product-flavor-unique-section .flavor-sub-description {
    font-size: 0.95rem;
    color: var(--black-08);
    margin: 0;
    line-height: 1.5;
  }

  .product-flavor-unique-section .flavor-image-container {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 450px;
  }

  .product-flavor-unique-section .flavor-aura-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-42%, -40%);
    width: 100%;
    height: 100%;
    z-index: 0;
    pointer-events: none;
    display: flex;
    align-items: center;
    justify-content: center;
  }

    .product-flavor-unique-section .flavor-aura-image {
      width: 100%;
      scale: 130%;
  }

  .product-flavor-unique-section .flavor-product-image {
    position: relative;
    z-index: 1;
    max-width: 60%;
    min-width: 400px;
    height: auto;
    object-fit: contain;
    transform: rotate(-10deg) translateX(-10%);
    filter: drop-shadow(0 30px 40px rgba(0,0,0,0.15));
  }

  .product-attributes {
    display: flex;
    flex-direction: column;
    gap: 12px;
    text-transform: uppercase;
  }

  .attribute-row {
    display: flex;
    align-items: center;
    gap: 12px;
  }

  .attribute-icon-wrapper {
    background-color: var(--white-02);
    padding: 3px;
    border-radius: 5px;
  }

  .attribute-icon-wrapper img {
    width: 16px !important;
    height: 16px !important;
  }

  .attribute-row h4 {
    font-size: 14px;
  }

  .product-form-controls {
    display: flex;
    gap: 10px;
    align-items: center;
  }

  .product-form-controls .custom-dropdown-wrapper {
    min-width: 240px;
    flex: 1;
  }

  .product-form-controls select,
  .product-form-controls input,
  .product-form-controls .custom-dropdown-wrapper summary,
  .product-page-variant-list {
    background-color: var(--white-02);
    color: var(--white);
  }

  .product-page-variant-list {
    background-color: transparent;
  }

  .product-form-controls .custom-dropdown-wrapper .dropdown-arrow {
    color: var(--white);
  }

  .product-form-controls select option {
    color: var(--black);
  }

  .product-form-controls select,
  .product-form-controls input,
  .product-form-controls button,
  .product-form-controls .product-single-price {
    height: 47px !important;
  }

  .product-form-controls .product-single-price {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 13px;
    background-color: var(--white-02);
    border-radius: 5px;
  }

  .product-form-controls button[type="submit"] {
    flex: 1;
    height: 47px !important;
  }

  .product-form-controls button[type="submit"].sold-out {
      justify-content: center;
  }

  .product-form-controls button[type="submit"]:hover {
    background-color: var(--white);
  }

  .product-form-controls button[type="submit"]:after {
    background-image: url(./dropdown.svg) !important;
  }
  
  .product-form-controls button[type="submit"] p {
    white-space: nowrap;
  }

  .product-form-controls .quantity-selector {
    width: 80px;
  }

  .product-hero-section .scroll-indicator {
    position: absolute;
    z-index: 10;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
  }

  .product-certifications-section {
    padding: 80px 0;
  }

  .product-faq-section {
    color: var(--black);
    padding: 80px 0 80px;
  }

  .product-faq-section > .content-wrapper {
    width: 100%;
    align-items: flex-start;
  }

  .faq-left-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    padding-right: 60px; /* Gives some breathing room before the accordions */
  }

  .related-products-section {
    padding: 0 0 80px;
  }

  .related-products-section .section-header {
    margin-bottom: 60px;
  }

  .related-products-section .eyebrow-collection-type {
    border: 1px solid var(--black);
    padding: 2px 5px;
    border-radius: 15px;
    margin-left: 1px;
  }

  /* .glass-card.form:has(.easify.portal .po-renderPopup-customizeButton) .product-form-controls {
    display: none;
  } */

  .glass-card.form .easify.portal {
    height: 0;
    padding: 0;
  }

  .product-hero-section .add-to-cart-btn {
    justify-content: center;
  }

  .product-hero-section .add-to-cart-btn:after {
    content: unset;
  }

  .product-hero-section .product-form-controls .add-to-cart-btn:hover {
    background-color: var(--black);
    color: var(--white);
  }

  .product-hero-section .add-to-cart-btn:has(> p) {
    justify-content: unset;
  }

  .product-hero-section .add-to-cart-btn:has(> p):after {
    content: "";
  }

  .product-hero-section .add-to-cart-btn:has(> p):hover {
    background-color: var(--white) !important;
    color: var(--black) !important;
  }


  @media screen and (max-width: 1600px) {
    .product-hero-section .scroll-indicator {
      display: none;
    }
  }

  @media screen and (max-width: 1024px) {
    .mobile-extra-details .product-description,
    .mobile-extra-details .product-attributes,
    .product-hero-section .scroll-indicator.mobile {
      display: flex;
    }

    .product-hero-section .scroll-indicator:not(.mobile),
    .product-description, .product-attributes {
      display: none;
    }

    .product-hero-section {
      border-radius: 0 0 20px 20px !important;
      height: fit-content !important;
    }

    .mobile-extra-details {
      display: flex;
      flex-direction: column;
      gap: 10px;
      padding-top: 0px;
      padding-bottom: 40px;
      padding-inline: 20px;
    }

    .product-hero-section {
      padding: 0 !important;
    }

    .product-hero-bg {
      transform: unset;
      inset: 0;
    }

    .product-hero-bg video {
      transform: unset;
      scale: 100%;
    }

    .product-hero-bg .video-fallback-container .fallback-img {
      scale: 100%;
      top: 12%;
      object-fit: cover;
    }

    .product-hero-section > .content-wrapper {
      margin: 0;
      width: 100dvw;
      padding-top: 80px;
    }

    .product-image-wrapper {
      padding: 40px 0;
    }

    .product-main-image {
      max-width: 80%;
      height: 35vh;
    }

    .product-hero-section > .content-wrapper,
    .product-hero-section > .content-wrapper > .domino,
    .product-data-container
     {
      height: 100%;
    }

    .product-hero-section .scroll-indicator.mobile {
      z-index: 1;
      position: static;
      margin: auto;
      width: 100%;
      transform: unset;
      display: none;
    }

    .product-data-container {
      margin: 0;
      gap: 0;
      background: rgba(0, 0, 0, 0.4);
      border-radius: 20px;
      backdrop-filter: blur(40px);
      -webkit-backdrop-filter: blur(40px);
      justify-content: flex-start;
    }

    .product-data-container .glass-card {
      background: unset;
      backdrop-filter: unset;
      z-index: 1;
    }

    .product-data-container .glass-card.form {
      border-radius: 0;
      background: unset;
    }

    .product-data-container .glass-card.text {
      padding-bottom: 0;
    }

      .product-data {
        margin: 0 auto;
    }

    .product-form-controls {
      flex-wrap: wrap;
      transition: all 3s;
    }

    .product-form-controls .variant-select {
      min-width: unset;
    }

    .product-form-controls .custom-select-wrapper {
      min-width: calc(70% - 10px);
    }

    /* --- MOBILE STICKY FORM (BOTTOM BAR) --- */
    /* --- MOBILE STICKY FORM (BOTTOM BAR) --- */
    .glass-card.form.is-sticky-mobile {
      position: fixed;
      bottom: 0;
      left: 0;
      width: 100%;
      background: rgba(180, 180, 180, 0.3) !important; /* Light grey translucent background */
      backdrop-filter: blur(25px) !important;
      -webkit-backdrop-filter: blur(25px) !important;
      padding: 20px;
      z-index: 99;
      border-radius: 20px 20px 0 0 !important;
      box-shadow: 0 -10px 40px rgba(0, 0, 0, 0.15);
      border-top: 1px solid rgba(255, 255, 255, 0.1);
      margin: 0;
      animation: slideUpSticky 0.3s ease forwards;
    }

    /* Animation to make the transition feel like a new component appearing */
    @keyframes slideUpSticky {
      from { transform: translateY(100%); }
      to { transform: translateY(0); }
    }

    /* Ensures the inner wrapper behaves like a flex container to align items side by side */
    .glass-card.form.is-sticky-mobile .product-form-controls {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
    }

    /* Adjusts the inputs inside the sticky bar to match the light background */
    .glass-card.form.is-sticky-mobile select,
    .glass-card.form.is-sticky-mobile input,
    .glass-card.form.is-sticky-mobile .custom-dropdown-wrapper summary,
    .glass-card.form.is-sticky-mobile .quantity-selector {
      background-color: rgba(255, 255, 255, 0.4) !important;
      color: var(--black) !important; /* Forces dark text on the light background */
    }

    .glass-card.form.is-sticky-mobile .quantity-selector input {
      background-color: transparent !important;
    }

    .glass-card.form.is-sticky-mobile .custom-dropdown-wrapper .dropdown-arrow {
      color: var(--black) !important;
    }

    .glass-card.form.is-sticky-mobile button.qty-btn svg {
      color: var(--black);
    }

    /* Forces the Add to Cart button to be full width in the sticky bar */
    .glass-card.form.is-sticky-mobile button[type="submit"] {
      width: 100%;
      flex: 1 1 100%;
      background-color: var(--white);
      color: var(--black);
      border: 1px solid transparent;
    }

    /* Hover effect for the sticky Add to Cart button */
    .glass-card.form.is-sticky-mobile button[type="submit"]:hover {
      background-color: var(--black);
      color: var(--white);
    }

    /* Adjusts width of the elements in sticky mode to match the screenshot */
    .glass-card.form.is-sticky-mobile .custom-dropdown-wrapper {
      flex: 1; /* Takes remaining space */
      min-width: 50%;
    }

    .glass-card.form.is-sticky-mobile .quantity-selector {
      flex: 0 0 auto; /* Keeps the quantity selector compact */
      min-width: 100px;
    }

    body:has(.glass-card.form.is-sticky-mobile) footer.app-footer {
      padding-bottom: 180px;
    }

    .product-hero-section:has(.glass-card.form.is-sticky-mobile) {
      overflow: visible !important;
    }

    .product-data-container:has(.glass-card.form.is-sticky-mobile) {
      backdrop-filter: unset;
    }

    .product-flavor-unique-section .flavor-text-content {
      padding-right: 0;
      gap: 10px;
      margin-bottom: 20px;
    }

    .product-flavor-unique-section .content-wrapper {
      width: 100%;
    }

    .product-flavor-unique-section .flavor-image-container {
      min-height: unset;
      margin-top: 100px;
    }

    .product-flavor-unique-section .flavor-product-image {
      transform: rotate(-10deg) translateY(-20%);
      width: 60%;
      min-width: 280px;
      max-width: 40%;
    }

    .product-flavor-unique-section {
      padding: 20px;
      overflow: visible;
    }

    .product-certifications-section {
      padding: 40px 0;
    }

    .product-certifications-section > .domino {
      gap: 20px;
    }

    .related-products-section {
      padding: 40px 0 80px;
    }

    .faq-left-content {
      padding-right: 0;
      margin-bottom: 40px;
    }
  }
/* END_SECTION:product */

/* START_SECTION:search (INDEX:26) */
/* ESTILOS IMPORTADOS DA COLLECTION PARA MANTER A CONSISTÊNCIA */
  .all-products-list,
  .collection-products {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(500px, 1fr));
  }

  section.all-products-list {
    position: relative;
    display: flex;
    margin: 0;
    padding: 120px 0 140px !important; /* Ajuste no padding top por não ter o Hero gigante */
    grid-template-columns: 1fr;
    transition: transform 0.4s ease;
    gap: 20px;
    color: var(--black);
  }

  section.all-products-list.filters-open {
    margin: 0 40px;
  }

  section.all-products-list:has(.empty-state-message) .collection-main-layout {
    width: var(--content-width);
  }

  section.all-products-list > form {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  
  section.all-products-list .products-and-filter-wrapper {
    display: flex;
    gap: 20px;
    width: calc(var(--content-width) + 20px + 300px);
    margin-right: calc(-1 * (20px + 300px));
    transition: margin 0.4s ease;
  }

  section.all-products-list.filters-open .products-and-filter-wrapper {
    margin-right: 0;
  }

  .filters-sidebar {
    min-width: 300px;
    max-width: 300px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.5s ease; 
  }

  section.all-products-list.filters-open .filters-sidebar {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
  }

  section.all-products-list .list-header,
  section.all-products-list .list-header .sort,
  section.all-products-list .list-header .amount-and-filters {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    white-space: nowrap;
  }
  
  section.all-products-list .list-header {
    margin-bottom: 80px;
  }

  .list-header select#SortBy {
    background-color: #ffffff;
    min-width: 250px;
  }

  .list-header .btn#openFiltersDrawer {
    padding: 12px 15px;
    color: var(--black);
    background-color: #ffffff;
    border-radius: 10px;
    transition: all 0.3s ease;
  }

  .list-header .btn#openFiltersDrawer:hover {
    color: var(--white);
    background-color: var(--gray);
  }

  section.all-products-list.filters-open #openFiltersDrawer {
    color: var(--white);
    background-color: var(--black);
  }

  .collection-products {
    grid-template-columns: repeat(3, 1fr);
    gap: 80px 20px;
  }

  .filter-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 0;
    margin: 0;
  }

  .filters-sidebar .btn.clear-filters {
    width: 100%;
    justify-content: center;
  }

  .filter-checkbox-label {
    display: flex;
    align-items: center;
    gap: 12px;
    cursor: pointer;
    color: var(--black-06);
  }

  .filter-checkbox-label input[type="checkbox"] {
    display: none;
  }

  .checkbox-custom {
    width: 18px;
    height: 18px;
    border: 1px solid #ccc;
    border-radius: 4px;
    display: inline-block;
    position: relative;
    transition: background-color 0.2s;
  }

  .filter-checkbox-label input[type="checkbox"]:checked + .checkbox-custom {
    background-color: var(--black, #000);
    border-color: var(--black, #000);
  }

  .filter-checkbox-label input[type="checkbox"]:checked + .checkbox-custom::after {
    content: '';
    position: absolute;
    top: 2px;
    left: 5px;
    width: 4px;
    height: 8px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
  }

  .filter-price-range {
    display: flex;
    gap: 10px;
    align-items: center;
  }

  .price-input {
    display: flex;
    align-items: center;
    background: #f4f4f4;
    padding-left: 12px;
    border-radius: 6px;
    flex: 1;
  }

  .price-input input {
    border: none;
    background: transparent;
    outline: none;
    width: 100%;
    margin-left: 5px;
  }

  .filters-sidebar .accordion-component {
    background-color: #f9f9f9;
    border-radius: 8px;
    margin-bottom: 12px;
  }

  .products-and-filter-wrapper .pagination-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    margin-top: 20px;
    width: 100%;
  }

  .pagination-arrow-wrapper {
    flex: 1; 
    display: flex;
  }

  .pagination-arrow-wrapper.prev-wrapper {
    justify-content: flex-start;
  }

  .pagination-arrow-wrapper.next-wrapper {
    justify-content: flex-end;
  }

  .page-numbers-wrapper {
    display: flex;
    align-items: center;
    gap: 5px;
  }

  .products-and-filter-wrapper .pagination-nav .page {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    color: var(--black);
    text-decoration: none;
    transition: all 0.2s ease;
    border-radius: 100%;
  }

  .products-and-filter-wrapper .pagination-nav .page.current {
    background-color: var(--black);
    color: var(--white);
  }

  .products-and-filter-wrapper .pagination-nav .page:not(.current):hover {
    color: var(--white);
    background-color: var(--black-04);
  }

  .products-and-filter-wrapper .pagination-nav .next,
  .products-and-filter-wrapper .pagination-nav .prev {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    align-items: center;
    background-color: var(--black);
    color: var(--white);
    padding: 12px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    border-radius: var(--btn-border-radius);
    text-decoration: none;
    transition: all 0.2s ease;
  }

  .products-and-filter-wrapper .pagination-nav .next svg,
  .products-and-filter-wrapper .pagination-nav .prev svg {
    width: 16px;
  }

  .products-and-filter-wrapper .pagination-nav .prev svg {
    rotate: 180deg;
  }

  .products-and-filter-wrapper .pagination-nav .next:hover,
  .products-and-filter-wrapper .pagination-nav .prev:hover {
    background-color: var(--gray);
  }

  .mobile-filter-header, .mobile-clear-all-filters {
    display: none;
  }

  .search-hero-section {
    padding: 120px 40px 0px !important;
    color: var(--black);
    text-align: center;
  }

  .search-hero-section .search-title {
    margin-bottom: 20px;
    font-weight: 500;
  }

  .search-page-form {
    position: relative;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    display: flex;
  }

  .search-page-input {
    width: 100%;
    padding: 16px 50px 16px 20px; /* Padding-right de 50px cria o espaço vazio para a lupa não sobrepor o texto */
    border-radius: 8px;
    border: none;
    background-color: var(--white);
    color: var(--black);
    font-family: inherit;
    font-size: 16px;
    outline: none;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04); /* Sombra sutil igual ao print */
  }

  /* Remove o "x" nativo de limpar busca em alguns navegadores para ficar mais limpo */
  .search-page-input::-webkit-search-cancel-button {
    display: none;
  }

  .search-page-submit {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: none;
    padding: 0;
    cursor: pointer;
    color: var(--black);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.2s ease;
  }

  .search-page-submit:hover {
    opacity: 0.6;
  }

  .search-page-submit svg {
    width: 20px;
    height: 20px;
    fill: var(--black);
    color: var(--black);
  }

  @media screen and (max-width: 1024px) {
    .search-hero-section {
      padding: 80px 20px 0px !important;
      margin-bottom: -40px;
    }
  }

  /* --- MEDIA QUERIES --- */
  @media screen and (max-width: 1024px) {
    .collection-products {
      grid-template-columns: 1fr;
    }

    section.all-products-list {
      margin: 0 20px;
      padding: 80px 0 60px !important;
    }

    section.all-products-list .products-and-filter-wrapper,
    section.all-products-list .collection-main-layout {
      width: 100%;
      margin: 0;
    }

    section.all-products-list .products-and-filter-wrapper {
      gap: 0;
    }


    section.all-products-list.filters-open {
      margin: 0 20px;
    }


    section.all-products-list .list-header {
      margin-bottom: 60px;
    }
    
    section.all-products-list .list-header .sort > label,
    section.all-products-list .amount-and-filters .products-count,
    .filters-sidebar .btn.secondary.clear-filters {
      display: none;
    }

    .collection-products {
      gap: 60px 20px;
    }

    body:has(.all-products-list.filters-open) {
      overflow-y: hidden;
    }

    .filters-sidebar {
      min-width: unset;
      max-width: unset;
      width: 100dvw;
      position: fixed;
      z-index: 30;
      bottom: -40px;
      left: 0;
      height: 85vh;
      overflow-y: auto;
      background-color: var(--white);
      z-index: 101;
      border-radius: 20px 20px 0 0;
      background-color: var(--beige);
      padding: 0 20px 40px;
      transition: all 0.2s ease;
      opacity: 0;
      visibility: hidden;
    }

    .filters-open .filters-sidebar {
      bottom: 0;
    }

    .filters-sidebar-wrapper:before {
      content: "";
      inset: 0;
      position: fixed;
      background-color: var(--black-06);
      backdrop-filter: blur(5px);
      z-index: 100;
      opacity: 0;
      visibility: hidden;
      pointer-events: none;
      transition: all 0.3s ease;
    }

    .filters-open .filters-sidebar-wrapper:before {
      opacity: 1;
      visibility: visible;
    }

    .mobile-filter-header {
      display: flex;
      position: sticky;
      top: 0;
      padding: 20px 0;
      gap: 10px;
      background-color: var(--beige);
      z-index: 1;
    }

    .mobile-filter-header .mobile-filters-close-btn {
      margin-left: auto;
    }

    .mobile-filter-header .products-count {
      opacity: 0.4;
    }

    .mobile-clear-all-filters {
      display: flex;
      padding: 0 0 20px;
      width: fit-content;
    }

    .products-and-filter-wrapper .pagination-nav .next,
    .products-and-filter-wrapper .pagination-nav .prev {
      display: none;
    }

    .list-header .custom-dropdown-wrapper {
      width: 100%;
    }
  }
/* END_SECTION:search */

/* START_SECTION:testimonials (INDEX:27) */
/*
   A seção pai já é .full-width (grid-column: 1 / -1),
   então ela já ocupa 100% da tela automaticamente.
*/
  .testimonials {
    display: flex;
    flex-direction: column;
    gap: 32px;
    padding-block: 60px;
  }

  /* 1. Alinha o Header perfeitamente com a margem do Grid */
  .testimonials .section-header {
    /* Calcula exatamente a largura do "1fr" da sua margem lateral */
    padding-inline: calc((100% - var(--content-width)) / 2);
  }

  .testimonials .section-header h2 {
    margin: 0;
  }

  /* 2. Container do Carrossel */
  .testimonials-container {
    display: flex;
    gap: 24px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;

    /* O pulo do gato: Aplica a mesma margem do header como padding interno */
    padding-inline: calc((100% - var(--content-width)) / 2);

    /* Esconde a barra de rolagem */
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* IE/Edge */
  }

  .testimonials-container::-webkit-scrollbar {
    display: none;
    /* Chrome/Safari */
  }

  /* 3. Cards */
  .testimonial-card {
    flex: 0 0 max(300px, calc(50% - 12px));
    background-color: #ffffff;
    border-radius: 20px;
    padding: 20px;
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 20px;
    overflow: hidden;
  }

  .testimonial-product-image {
    display: flex;
    position: relative;
  }

  .testimonial-product-image .testimonial-product-img {
    margin: auto;
    z-index: 1;
  }

  .testimonial-product-image .testimonial-blob-bg {
    position: absolute;
    bottom: 0;
    left: -60%;
    scale: 250%;
  }

  .testimonial-text-data {
    display: flex;
    flex-direction: column;
    gap: 15px;
    z-index: 1;
  }

  .testimonial-stars {
    display: flex;
    gap: 6px;
  }

  .testimonial-text {
    font-size: 1rem;
    line-height: 1.5;
    color: #333;
  }

  .testimonial-author {
    text-transform: uppercase;
  }

  .testimonial-product-link {
    display: flex;
    align-items: center;
    margin-top: auto;
  }

  .testimonial-product-link a {
    display: flex;
    align-items: center;
    text-decoration: none;
    text-transform: uppercase;
    gap: 5px;
  }

  .testimonial-product-link img {
    transition: transform 0.2s ease;
  }

  .testimonial-product-link:hover img {
    transform: translateX(5px);
  }

  @media screen and (max-width: 1024px) {
    .testimonial-card {
      display: flex;
      flex-direction: column;
    }

    .testimonial-product-image .testimonial-blob-bg {
      scale: 200%;
      left: unset;
      top: -40%;
    }

    .testimonial-text-data {
      height: 100%;
    }
  }
/* END_SECTION:testimonials */

/* START_SECTION:vertical-carousel (INDEX:28) */
.shopify-section:has(> .vertical-carousel-section-wrapper) {
    background-color: var(--black);
  }

  .vertical-carousel-section {
    color: var(--white, #fff);
    padding: 120px 0 0;
    overflow: hidden;
  }

  /* --- LEFT SIDE: SIDEBAR --- */
  .vertical-carousel-sidebar {
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding-right: 40px;
  }

  .vertical-carousel-header {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .carousel-main-subtitle {
    color: var(--white-06);
  }

  /* Navigation List */
  .vertical-carousel-nav {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .carousel-nav-btn {
    background: none;
    border: none;
    color: var(--white-04);
    font-family: 'Simplon Mono', monospace;
    font-size: 14px;
    text-transform: uppercase;
    padding: 0 0 5px 0;
    text-align: left;
    cursor: pointer;
    transition: all 0.3s ease;
    width: fit-content;
  }

  .carousel-nav-btn:after {
    content: "";
    height: 2px;
    width: 0;
    transition: all 0.3s ease-out;
    background-color: var(--white);
  }

  .carousel-nav-btn:hover {
    color: rgba(255, 255, 255, 0.8);
  }

  .carousel-nav-btn.is-active {
    color: var(--white);
  }

  .carousel-nav-btn.is-active:after {
    width: 100%;
  }

  /* --- RIGHT SIDE: CONTENT PANELS --- */
  .vertical-carousel-content {
    position: relative;
    width: 100%;
  }

  .carousel-panels-wrapper {
    position: relative;
    width: 100%;
    /* Min-height ensures the layout doesn't jump when switching panels with different text lengths */
    min-height: 450px; 
    display: flex;
    align-items: center;
  }

  .carousel-panel {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    translate: 0 -40px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    align-items: flex-start;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.5s ease, visibility 0.5s ease, translate 0.5s ease;
  }

  .carousel-panel.is-active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    position: relative;
    transform: translateY(0);
    translate: 0;
  }

  /* Image Area */
  .panel-image-wrapper {
    position: relative;
    width: 100%;
    aspect-ratio: 4 / 5;
    border-radius: 20px;
    overflow: hidden;
  }

  .panel-image-wrapper::after {
    content: '';
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 1;
    background: linear-gradient(to bottom, var(--black-06) 0%, transparent 20%, transparent 80%, var(--black-06) 100%);
  }

  .panel-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    position: relative;
    z-index: 0;
  }

  /* Text Area */
  .panel-text-wrapper {
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding-top: 10px;
  }

  .panel-title {
    margin: 0;
    font-size: 24px;
    font-weight: 500;
  }

  .panel-desc {
    color: rgba(255, 255, 255, 0.8);
    font-size: 16px;
    line-height: 1.6;
  }

  .panel-desc p {
    margin: 0 0 15px 0;
  }
  .panel-desc p:last-child {
    margin-bottom: 0;
  }

  /* --- MOBILE RESPONSIVENESS --- */
  @media screen and (max-width: 1024px) {
    .vertical-carousel-section {
      padding: 80px 20px;
    }

    .vertical-carousel-section .content-wrapper {
      flex-direction: column;
      gap: 40px;
    }

    .vertical-carousel-sidebar {
      padding-right: 0;
      width: 100% !important;
      gap: 0;
      margin-bottom: 40px;
    }

    .vertical-carousel-section .content-wrapper {
      gap: 0;
    }

    .vertical-carousel-header {
      width: 100%;
    }

    /* Make nav scrollable horizontally on mobile */
    .vertical-carousel-nav {
      display: none;
    }
    .vertical-carousel-nav::-webkit-scrollbar {
      display: none; /* Chrome/Safari */
    }

    .carousel-nav-btn {
      white-space: nowrap;
    }

    .carousel-panels-wrapper {
      min-height: auto;
      flex-direction: column;
      gap: 40px;
    }

    .carousel-panel {
      opacity: 1;
      position: relative;
      grid-template-columns: 1fr;
      gap: 15px;
      transform: unset;
      translate: unset;
      visibility: visible;
      pointer-events: all;
      top: unset;
    }

    .panel-title {
      font-weight: 400;
    }

    .panel-image-wrapper {
      aspect-ratio: 16 / 9; /* Wider image on mobile */
    }
  }
/* END_SECTION:vertical-carousel */

/* CSS from block stylesheet tags */
/* START_BLOCK:group (INDEX:29) */
.group {
    display: flex;
    flex-wrap: nowrap;
    overflow: hidden;
    width: 100%;
  }

  .group--horizontal {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0 var(--padding);
  }

  .group--vertical {
    flex-direction: column;
    align-items: var(--alignment);
    padding: var(--padding) 0;
  }
/* END_BLOCK:group */

/* START_BLOCK:text (INDEX:30) */
.text {
    text-align: var(--text-align);
  }
  .text--title {
    font-size: 2rem;
    font-weight: 700;
  }
  .text--subtitle {
    font-size: 1.5rem;
  }
/* END_BLOCK:text */

/* CSS from snippet stylesheet tags */
/* START_SNIPPET:image (INDEX:50) */
.image {
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: auto;
  }

  .image > img {
    width: 100%;
    height: auto;
  }
/* END_SNIPPET:image */