/* Exact MINNUT homepage CSS copied from new theme/index.html */
html { scroll-behavior: smooth; }
    body {
      font-family: Rajdhani, system-ui, sans-serif;
      font-weight: 500;
      font-size: 14px;
      color: #2D2D2D;
      margin: 0;
      background: #fff;
    }
    p { font-family: Rajdhani, system-ui, sans-serif; font-weight: 500; font-size: 14px; }

    /* —— Header (live site match) —— */
    .announce {
      background: #C4A071; color: #fff;
      padding: 9px 20px;
      font-family: Rajdhani, sans-serif;
      font-size: 16px;
      font-weight: 500;
      letter-spacing: 0.6px;
    }
    .announce-inner {
      max-width: 1280px; margin: 0 auto;
      display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 16px;
    }
    .announce-left {
      display: flex; align-items: center; gap: 18px; flex-wrap: wrap;
    }
    .announce-left a, .announce-right {
      color: #ffffff; text-decoration: none; display: inline-flex; align-items: center; gap: 6px;
      white-space: nowrap;
      font-family: Rajdhani, sans-serif;
      font-size: 16px;
      font-weight: 500;
      letter-spacing: 0.6px;
    }
    .announce-left a:hover { text-decoration: underline; }
    .announce-center {
      font-family: Rajdhani, sans-serif;
      font-size: 16px;
      font-weight: 500;
      letter-spacing: 0.6px;
      text-align: center; white-space: nowrap;
      text-transform: uppercase;
      color: #ffffff;
    }
    .announce-right { justify-self: end; }

    .search-pill {
      display: flex; align-items: center; gap: 8px;
      border: 1px solid #cfcfcf; border-radius: 10px; background: #fff;
      padding: 11px 16px; width: 100%; max-width: 520px;
    }
    .search-wrap {
      position: relative;
      width: 100%;
      max-width: 520px;
    }
    .search-wrap .search-pill {
      width: 100%;
      max-width: none;
      position: relative;
      z-index: 2;
    }
    .search-wrap .search-pill.is-open {
      border-color: #C4A071;
      box-shadow: 0 0 0 3px rgba(196,160,113,.18);
      border-bottom-left-radius: 0;
      border-bottom-right-radius: 0;
    }
    .search-dropdown {
      position: absolute;
      left: 0;
      right: 0;
      top: calc(100% - 1px);
      background: #fff;
      border: 1px solid #C4A071;
      border-top: 1px solid #E8DFD2;
      border-radius: 0 0 12px 12px;
      box-shadow: 0 16px 32px rgba(45,45,45,.12);
      z-index: 60;
      display: none;
      overflow: hidden;
      font-family: Rajdhani, system-ui, sans-serif;
    }
    .search-dropdown.is-open { display: block; }
    .search-dd-list { max-height: min(420px, 60vh); overflow-y: auto; }
    .search-dd-item {
      display: grid;
      grid-template-columns: 56px minmax(0, 1fr);
      gap: 12px;
      align-items: center;
      padding: 10px 14px;
      text-decoration: none;
      color: inherit;
      border-bottom: 1px solid #F1EBE3;
      transition: background .15s ease;
    }
    .search-dd-item:hover,
    .search-dd-item.is-active { background: #FFFCFA; }
    .search-dd-thumb {
      width: 56px;
      height: 56px;
      border-radius: 8px;
      background: #F7F3EE;
      overflow: hidden;
    }
    .search-dd-thumb img {
      width: 100%;
      height: 100%;
      object-fit: contain;
      display: block;
    }
    .search-dd-meta {
      display: flex;
      flex-direction: column;
      gap: 4px;
      min-width: 0;
    }
    .search-dd-name {
      font-size: 14px;
      font-weight: 700;
      color: #2D2D2D;
      line-height: 1.25;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
    }
    .search-dd-price {
      font-size: 15px;
      font-weight: 700;
      color: #846044;
      white-space: nowrap;
    }
    .search-dd-empty {
      padding: 18px 16px;
      text-align: center;
      color: #6B6B6B;
      font-size: 14px;
      font-weight: 600;
    }
    .search-dd-foot {
      border-top: 1px solid #E8DFD2;
      background: #FFFCFA;
    }
    .search-dd-foot a {
      display: block;
      padding: 12px 14px;
      text-align: center;
      font-size: 14px;
      font-weight: 700;
      color: #846044;
      text-decoration: none;
      letter-spacing: 0.02em;
    }
    .search-dd-foot a:hover { color: #C4A071; }
    .header-search { min-width: 0; }
    .search-pill input {
      border: 0; outline: 0; width: 100%; font-size: 13px; color: #2D2D2D; background: transparent;
      font-family: inherit;
    }
    .search-pill input::placeholder { color: #8a8a8a; }
    .search-pill .search-ico { flex-shrink: 0; color: #666; background: none; border: 0; padding: 0; cursor: pointer; display: inline-flex; }

    .btn-track {
      display: inline-flex; align-items: center; justify-content: center;
      background: #846044; color: #fff; border-radius: 999px;
      padding: 10px 18px; font-size: 11px; font-weight: 700; letter-spacing: .06em;
      text-decoration: none; text-transform: uppercase; white-space: nowrap;
    }
    .btn-track:hover { background: #C4A071; }

    .icon-btn {
      position: relative; display: inline-flex; align-items: center; justify-content: center;
      color: #2D2D2D; text-decoration: none; width: 28px; height: 28px;
      background: transparent; border: 0; cursor: pointer; padding: 0;
    }
    .icon-btn.is-active { color: #846044; }
    .search-pill .search-ico,
    .search-pill .search-submit {
      flex-shrink: 0; color: #666; background: transparent; border: 0; padding: 0; cursor: pointer;
      display: inline-flex; align-items: center; justify-content: center;
    }
    .icon-btn .bolt {
      position: absolute; right: -2px; bottom: -1px; width: 12px; height: 12px;
      background: #C4A071; border-radius: 50%; display: flex; align-items: center; justify-content: center;
      box-shadow: 0 0 0 1.5px #fff;
    }
    .icon-btn .bolt svg { width: 7px; height: 7px; }

    .nav-link {
      font-family: Rajdhani, sans-serif;
      font-size: 18px;
      font-weight: 600;
      color: rgb(75, 75, 77);
      letter-spacing: 0.14px;
      text-transform: none;
      text-decoration: none;
      padding: 12px 16px; white-space: nowrap; display: inline-flex; align-items: center; gap: 5px;
    }
    .nav-link:hover,
    .nav-item:hover > .nav-link,
    .nav-item.is-open > .nav-link { color: #C4A071; }
    .nav-star { color: #C4A071; font-size: 12px; line-height: 1; }

    .desktop-nav { position: relative; }
    .desktop-nav .nav-row {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      position: relative;
    }
    .nav-item { position: static; }
    .mega-menu {
      display: none;
      position: absolute;
      left: 0;
      right: 0;
      top: 100%;
      z-index: 50;
      background: #fff;
      border-top: 1px solid #eee;
      box-shadow: 0 18px 36px rgba(0,0,0,.08);
      padding: 28px 24px 24px;
    }
    .nav-item:hover > .mega-menu,
    .nav-item:focus-within > .mega-menu,
    .nav-item.is-open > .mega-menu {
      display: block;
    }
    .mega-inner {
      max-width: 1280px;
      margin: 0 auto;
    }
    .mega-grid {
      display: grid;
      grid-template-columns: repeat(6, minmax(0, 1fr));
      gap: 18px 16px;
      align-items: start;
    }
    .mega-item {
      text-decoration: none;
      color: #4b4b4d;
      text-align: center;
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 12px;
    }
    .mega-item:hover { color: #C4A071; }
    .mega-item:hover .mega-thumb {
      transform: translateY(-2px);
    }
    .mega-thumb {
      width: 100%;
      max-width: 160px;
      aspect-ratio: 1;
      background: #f7f3ec;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: transform .2s ease;
    }
    .mega-thumb img {
      width: 88%;
      height: 88%;
      object-fit: contain;
      display: block;
    }
    .mega-label {
      font-family: Rajdhani, sans-serif;
      font-size: 15px;
      font-weight: 600;
      line-height: 1.25;
      letter-spacing: 0.14px;
      max-width: 11em;
    }
    .mega-show-all {
      display: flex;
      justify-content: center;
      margin-top: 22px;
    }
    .mega-show-all a {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-width: 140px;
      padding: 10px 28px;
      border-radius: 999px;
      background: #4b4b4d;
      color: #fff;
      text-decoration: none;
      font-family: Rajdhani, sans-serif;
      font-size: 14px;
      font-weight: 700;
      letter-spacing: 0.08em;
      text-transform: uppercase;
    }
    .mega-show-all a:hover { background: #C4A071; }

    @media (max-width: 1100px) {
      .mega-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    }

    /* —— Hero: cream composition from screenshot —— */
    .hero {
      position: relative;
      overflow: hidden;
      width: 100%;
      background: #DFCCB1;
    }
    .hero-banner {
      display: block;
      width: 100%;
      height: auto;
      aspect-ratio: 2048 / 1120;
      object-fit: cover;
      object-position: center;
    }
    .hero-arrow {
      position: absolute; top: 50%; transform: translateY(-50%);
      width: 44px; height: 44px; border: 0; background: rgba(255,255,255,.55);
      color: #1B2A4A; font-size: 36px; line-height: 1; cursor: pointer; z-index: 3;
      font-family: Georgia, serif; border-radius: 50%;
    }
    .hero-arrow:hover { background: rgba(255,255,255,.85); }
    .hero-arrow.prev { left: 12px; }
    .hero-arrow.next { right: 12px; }

    .section-title {
      text-align: center; font-size: 24px; font-weight: 800; letter-spacing: .06em;
      text-transform: uppercase; margin: 0 0 32px; color: #1a1a1a;
    }

    /* Product cards — match screenshot */
    .pcard {
      background: #F3EBE0;
      display: flex;
      flex-direction: column;
      height: 100%;
      padding: 14px 14px 16px;
      box-sizing: border-box;
    }
    .pcard-img {
      background: transparent;
      aspect-ratio: 1;
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
      overflow: visible;
      margin: 0 0 8px;
      text-decoration: none;
    }
    .pcard-img img {
      width: 88%;
      height: auto;
      max-height: 100%;
      object-fit: contain;
      display: block;
    }
    .badge {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 2;
      background: #fff;
      color: #846044;
      border: 1px solid #e5e5e5;
      font-family: Rajdhani, sans-serif;
      font-size: 13px;
      font-weight: 600;
      line-height: 1;
      padding: 8px 6px;
      min-width: 34px;
      text-align: center;
      box-sizing: border-box;
    }
    .pcard-body {
      margin: 0;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      flex: 1;
      gap: 10px;
    }
    .pcard-info { margin: 0; color: inherit; text-decoration: none; display: block; }
    .pcard-info:hover .pcard-title { color: #C4A071; }
    .pcard-title {
      margin: 0 0 6px;
      font-family: Rajdhani, sans-serif;
      font-size: 18px;
      font-weight: 600;
      color: #846044;
      line-height: 1.2;
      letter-spacing: 0.14px;
    }
    .pcard-desc {
      margin: 0;
      font-family: Rajdhani, sans-serif;
      font-size: 14px;
      font-weight: 500;
      color: #846044;
      line-height: 1.25;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      overflow: hidden;
    }
    .pcard-form { margin-top: auto; }
    .pcard-variants {
      display: flex;
      flex-direction: column;
      gap: 8px;
      margin: 0 0 10px;
    }
    .vselect {
      width: 100%;
      padding: 8px 40px 8px 16px;
      background: #fff url("../cdn/icon-chevrons.svg") right 14px center / 18px 18px no-repeat;
      font-family: Rajdhani, sans-serif;
      font-size: 15px;
      font-weight: 500;
      color: #846044;
      border: 1.5px solid #98A086;
      border-radius: 999px;
      line-height: 1.2;
      min-height: 42px;
      -webkit-appearance: none;
      appearance: none;
      cursor: pointer;
      outline: 0;
      box-shadow: none;
    }
    .price-row {
      margin: 0 0 10px;
      line-height: 1;
      display: flex;
      align-items: baseline;
      gap: 8px;
      flex-wrap: wrap;
    }
    .price-row .product-price {
      font-family: Rajdhani, sans-serif;
      font-size: 22px;
      font-weight: 700;
      color: #C4A071;
    }
    .price-row .product-compare-price {
      font-family: Rajdhani, sans-serif;
      font-size: 14px;
      font-weight: 500;
      color: #846044;
      display: inline-block;
    }
    .price-row .product-compare-price del {
      text-decoration: line-through;
      color: #846044;
    }
    .btn-atc {
      width: 100%;
      max-width: 100%;
      display: inline-flex;
      justify-content: center;
      align-items: center;
      gap: 8px;
      position: relative;
      background-color: #846044;
      color: #ffffff;
      border: 0;
      border-radius: 999px;
      min-height: 46px;
      margin: 0;
      padding: 0 16px;
      font-family: Rajdhani, sans-serif;
      font-size: 14px;
      font-weight: 600;
      letter-spacing: 0.04em;
      text-transform: uppercase;
      line-height: 1;
      cursor: pointer;
      outline: 0;
      transition: background-color 0.2s ease;
    }
    .btn-atc:hover { background-color: #A76D5E; }
    .btn-atc .spinner {
      width: 14px; height: 14px; border: 2px solid rgba(255,255,255,.35);
      border-top-color: #fff; border-radius: 50%;
      animation: spin .6s linear infinite;
      display: none; flex-shrink: 0;
    }
    .btn-atc.is-loading .spinner { display: block; }
    .btn-atc.is-loading { pointer-events: none; }
    @keyframes spin { to { transform: rotate(360deg); } }

    /* Finder — SPWP / Help me find */
    .finder {
      margin: 40px 15px 0;
    }
    .finder-section {
      position: relative;
      width: 100%;
      max-width: 1710px;
      margin: 0 auto;
      padding: 60px 20px;
      background: #846044;
      overflow: hidden;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 24px;
      min-height: 320px;
    }
    .finder-model {
      position: absolute;
      right: 0;
      top: 0;
      bottom: 0;
      width: min(42%, 520px);
      margin: 0;
      pointer-events: none;
    }
    .finder-model img {
      width: 100%;
      height: 100%;
      object-fit: contain;
      object-position: center bottom;
      display: block;
    }
    .finder-card {
      position: relative;
      z-index: 1;
      background: #fff;
      border-top: 4px solid #98A086;
      padding: 40px;
      max-width: fit-content;
    }
    .finder-card h2 {
      margin: 0 0 35px;
      font-family: Rajdhani, sans-serif;
      font-size: 30px;
      font-weight: 600;
      letter-spacing: 0.14px;
      color: #846044;
      line-height: 1.2;
    }
    .finder-row {
      display: flex;
      align-items: center;
      justify-content: flex-start;
      flex-wrap: wrap;
      gap: 10px;
      max-width: 965px;
    }
    .finder-spend {
      display: flex;
      align-items: center;
      gap: 10px;
      flex-wrap: wrap;
    }
    .finder-spend span {
      margin: 0;
      font-family: Rajdhani, sans-serif;
      font-size: 20px;
      font-weight: 600;
      color: #846044;
      white-space: nowrap;
    }
    .finder-select {
      padding: 0 22px 0 0;
      background: transparent url("../cdn/select-chevron.svg") right 0 center / 15px 15px no-repeat;
      border: none;
      border-bottom: 2px solid #846044;
      border-radius: 0;
      min-height: 25px;
      min-width: 135px;
      font-family: Rajdhani, sans-serif;
      font-size: 20px;
      font-weight: 600;
      color: #846044;
      line-height: normal;
      -webkit-appearance: none;
      appearance: none;
      cursor: pointer;
      outline: 0;
      box-shadow: none;
    }
    .finder-select:invalid,
    .finder-select option[value=""] {
      color: #846044;
    }
    .finder-btn {
      display: inline-flex;
      justify-content: center;
      align-items: center;
      border: none;
      background: #846044;
      color: #fff;
      border-radius: 50px;
      font-family: Rajdhani, sans-serif;
      font-size: 18px;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 0;
      padding: 10px 24px;
      min-height: 40px;
      min-width: 160px;
      cursor: pointer;
      line-height: 1;
      transition: background-color 0.2s ease;
    }
    .finder-btn:hover { background: #C4A071; }

    /* Tabs — live tab_section */
    .tab_section {
      margin: 60px 0;
      padding: 0 20px;
    }
    .tab_section .page-width {
      max-width: 1280px;
      margin: 0 auto;
    }
    .tabs-bar {
      display: flex;
      gap: 50px;
      justify-content: space-between;
      padding: 0 0 15px;
      margin: 0 0 20px;
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
      scrollbar-width: thin;
    }
    .tabs-bar::-webkit-scrollbar { height: 2px; }
    .tabs-bar::-webkit-scrollbar-thumb { background: #846044; border-radius: 100px; }
    .tablink {
      margin: 0;
      padding: 0 0 5px;
      background: transparent;
      border: 0 !important;
      color: #846044;
      font-family: Rajdhani, sans-serif;
      font-size: clamp(18px, 2.2vw, 30px);
      font-weight: 600;
      line-height: normal;
      letter-spacing: 0;
      text-align: center;
      white-space: nowrap;
      min-width: fit-content;
      opacity: 0.5;
      cursor: pointer;
    }
    .tablink.active,
    .tablink:hover { opacity: 1; }
    .tab-panel {
      display: none !important;
    }
    .tab-panel.active {
      display: flex !important;
      flex-direction: row;
      align-items: center;
      gap: 20px;
      text-align: left;
    }
    .tab-content-text { width: 49.49%; }
    .tab-content-image {
      width: 50.51%;
      aspect-ratio: 1500 / 950;
      background: #fff;
      overflow: hidden;
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
    }
    .tab-content-image img {
      width: 100% !important;
      height: 100% !important;
      max-width: none !important;
      max-height: none !important;
      object-fit: contain !important;
      object-position: center;
      display: block;
      margin: 0;
    }
    .tab-text-innr p {
      margin: 0 0 10px;
      font-family: Rajdhani, sans-serif;
      font-size: 18px;
      color: #846044;
      letter-spacing: 0;
      line-height: 1.5;
      font-weight: 500;
    }
    .tab-content-btn a {
      max-width: 156px;
      width: 100%;
      background-color: #846044;
      border-radius: 30px;
      min-height: 52px;
      color: #fff;
      font-family: Rajdhani, sans-serif;
      font-size: 20px;
      font-weight: 600;
      line-height: normal;
      margin: 20px 0 0;
      padding: 0 20px;
      letter-spacing: 0;
      display: inline-flex;
      justify-content: center;
      align-items: center;
      text-decoration: none;
      text-transform: uppercase;
      transition: background-color 0.4s;
    }
    .tab-content-btn a:hover { background-color: #A76D5E; }

    /* Categories — live collection_slider */
    .collection_slider {
      margin: 16px 0 40px;
      padding: 0 20px;
      position: relative;
    }
    .collection_slider .page-width {
      max-width: 1280px;
      margin: 0 auto;
    }
    .cats-track {
      display: flex;
      gap: 20px;
      overflow-x: auto;
      scroll-snap-type: x mandatory;
      -webkit-overflow-scrolling: touch;
      scrollbar-width: none;
      padding-bottom: 4px;
    }
    .cats-track::-webkit-scrollbar { display: none; }
    .collimgtitle {
      position: relative;
      flex: 0 0 calc(25% - 15px);
      min-width: 220px;
      max-width: 280px;
      scroll-snap-align: start;
    }
    .collimgtitle a {
      display: block;
      text-decoration: none;
      color: #fff;
      position: relative;
    }
    .collectionlistimg {
      position: relative;
      overflow: hidden;
      aspect-ratio: 600 / 790;
      background: #eee;
    }
    .collectionlistimg img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
      transition: transform 0.4s ease;
    }
    .collimgtitle a:hover .collectionlistimg img { transform: scale(1.04); }
    .collectionlistimg::after {
      content: '';
      position: absolute;
      inset: 0;
      background: linear-gradient(transparent 45%, rgba(75, 75, 77, 0.55));
      pointer-events: none;
    }
    .image_titlecoll {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      padding: 15px;
      z-index: 1;
    }
    .collectio_title {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 5px;
      font-family: Rajdhani, sans-serif;
      font-size: 18px;
      font-weight: 600;
      color: #fff;
      line-height: 1.2;
    }
    .collectio_title .icon-wrap {
      flex: 0 0 50px;
      width: 50px;
      height: 50px;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .collectio_title .icon-wrap svg {
      width: 50px;
      height: 50px;
    }
    .cats-nav {
      display: none;
    }

    /* Image with text — certifications */
    .ImageWithtext__container {
      max-width: 100%;
      margin: 60px auto;
      padding: 0 15px;
    }
    .ImageWithtext__container .iwt-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 30px;
      align-items: start;
      max-width: 1750px;
      margin: 0 auto;
    }
    .iwt-media img {
      width: 100%;
      height: auto;
      display: block;
      object-fit: contain;
    }
    .iwt-content {
      padding: 0 0 0 30px;
      display: flex;
      flex-direction: column;
      justify-content: center;
    }
    .iwt-heading {
      margin: 0 0 16px;
      font-family: Rajdhani, sans-serif;
      font-size: clamp(20px, 2vw, 28px);
      font-weight: 600;
      color: #846044;
      letter-spacing: 0;
      line-height: 1.25;
    }
    .iwt-list {
      list-style: none;
      margin: 0;
      padding: 0;
    }
    .iwt-list li {
      position: relative;
      margin: 0 0 10px;
      padding-left: 14px;
      font-family: Rajdhani, sans-serif;
      font-size: 18px;
      font-weight: 400;
      color: #846044;
      letter-spacing: 0;
      line-height: normal;
    }
    .iwt-list li::before {
      content: '';
      position: absolute;
      left: 0;
      top: 10px;
      width: 3px;
      height: 4px;
      background: #846044;
      border-radius: 2px;
    }
    .iwt-certs {
      margin: 24px 0 0;
      background: transparent;
      overflow: visible;
    }
    .iwt-certs img {
      width: 100%;
      max-width: 100%;
      height: auto;
      background: transparent;
      object-fit: contain;
      object-position: left center;
      display: block;
    }

    .expert {
      position: relative; aspect-ratio: 3/4; overflow: hidden; background: #111; cursor: pointer;
    }
    .expert img { width: 100%; height: 100%; object-fit: cover; }
    .expert::after {
      content: ''; position: absolute; inset: 0;
      background: linear-gradient(transparent 55%, rgba(0,0,0,.5));
    }
    .expert .play {
      position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%);
      width: 52px; height: 52px; border-radius: 50%; background: rgba(219,146,1,.95);
      display: flex; align-items: center; justify-content: center; z-index: 2; color: #fff;
      font-size: 15px; padding-left: 3px; box-shadow: 0 6px 16px rgba(0,0,0,.25);
    }

    .family-banner {
      display: block;
      line-height: 0;
      background: #f3eee6;
    }
    .family-banner img {
      display: block;
      width: 100%;
      height: auto;
      aspect-ratio: 1280 / 510;
      object-fit: cover;
      object-position: center 40%;
    }

    .icon-strip {
      display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px;
      max-width: 1100px; margin: 0 auto; padding: 40px 24px; text-align: center;
    }
    .icon-strip img { width: 42px; height: 42px; margin: 0 auto 12px; object-fit: contain; }
    .icon-strip p { margin: 0; font-size: 13px; font-weight: 600; color: #2D2D2D; line-height: 1.35; }

    footer.nt-foot {
      background-color: #C4A071;
      color: #fff;
      padding: 36px 0 0;
      margin-top: 0;
      border: 0;
    }
    .footer-top {
      max-width: 1750px;
      margin: 0 auto;
      padding: 0 20px 10px;
      display: grid;
      grid-template-columns: repeat(6, minmax(0, 1fr));
      gap: 24px 20px;
    }
    .footer-block h2 {
      margin: 0 0 12px;
      color: #fff;
      font-family: Rajdhani, sans-serif;
      font-size: 18px;
      font-weight: 700;
      line-height: normal;
      letter-spacing: 0;
      text-transform: uppercase;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 8px;
      cursor: default;
    }
    .footer-block h2 .accordion-arrow {
      display: none;
      width: 14px;
      height: 14px;
      flex-shrink: 0;
    }
    .footer-block h2 .accordion-arrow svg { width: 14px; height: 14px; display: block; }
    .footer-block h2 .accordion-arrow path { fill: #fff; }
    .footer-links {
      list-style: none;
      margin: 0;
      padding: 0;
    }
    .footer-links a,
    .footer-contact a {
      display: block;
      color: #fff;
      text-decoration: none;
      font-family: Rajdhani, sans-serif;
      font-size: 16px;
      line-height: 20px;
      font-weight: 500;
      padding: 0;
      margin: 0 0 8px;
    }
    .footer-links a:hover,
    .footer-contact a:hover { text-decoration: underline; }
    .footer-contact p { margin: 0; }
    .footer-social {
      display: flex;
      gap: 15px;
      margin: 16px 0 0;
      list-style: none;
      padding: 0;
    }
    .footer-social a {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      color: #fff;
      width: 24px;
      height: 24px;
    }
    .footer-social svg { width: 100%; height: 100%; display: block; }
    .footer-bottom {
      padding: 20px 0 16px;
    }
    .footer-bottom-inner {
      max-width: 1750px;
      margin: 0 auto;
      padding: 0 20px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 20px;
      flex-wrap: wrap;
    }
    .footer-bottom .payment_icons {
      max-width: 456px;
      width: 100%;
    }
    .footer-bottom .payment_icons img {
      width: 100%;
      height: auto;
      display: block;
    }
    .footer-bottom .copyright {
      margin: 0;
      font-family: Rajdhani, sans-serif;
      font-size: 12px;
      color: #fff;
      letter-spacing: 0;
    }

    @media (min-width: 901px) and (max-width: 1100px) {
      .footer-top { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    }
    .toast {
      position: fixed;
      left: 50%;
      bottom: 24px;
      transform: translate(-50%, 12px);
      background: #846044;
      color: #fff;
      padding: 10px 16px;
      border-radius: 999px;
      opacity: 0;
      pointer-events: none;
      z-index: 80;
      font-weight: 600;
    }
    .toast.show { opacity: 1; transform: translate(-50%, 0); }

    .sticky-h { position: sticky; top: 0; z-index: 40; background: #fff; border-bottom: 1px solid #eee; overflow: visible; }
    .sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

    @media (max-width: 900px) {
      .hero-banner { aspect-ratio: 2048 / 1120; }
      .finder-section { padding: 30px 16px; min-height: 280px; }
      .finder-model { width: min(48%, 220px); opacity: 0.95; }
      .finder-card { padding: 20px 16px; max-width: 100%; }
      .finder-card h2 { font-size: 22px; margin: 0 0 18px; }
      .finder-row { gap: 14px; }
      .finder-spend { width: 100%; justify-content: space-between; }
      .finder-spend span,
      .finder-select { font-size: 15px; }
      .finder-select { min-width: 100px; background-size: 12px; }
      .finder-btn { min-width: 130px; font-size: 15px; }
      .icon-strip { grid-template-columns: repeat(2, 1fr); gap: 28px 16px; }
      .desktop-nav { display: none !important; }
      .hide-sm { display: none !important; }
      .announce-inner { grid-template-columns: 1fr; text-align: center; gap: 4px; }
      .announce-left { justify-content: center; }
      .announce-right { justify-self: center; }
      .announce-left span.hide-xs { display: none; }
    }

    @media (max-width: 760px) {
      .header-search { order: 3; flex: 1 1 100%; max-width: none; padding: 0 !important; }
      .header-search .search-wrap { max-width: none; }
    }

    @media (max-width: 900px) {
      .tab_section { margin: 50px 0; }
      .tabs-bar { gap: 28px; padding-bottom: 8px; margin-bottom: 15px; }
      .tablink { font-size: 20px; }
      .tab-panel.active { flex-direction: column; }
      .tab-content-text,
      .tab-content-image { width: 100%; }
      .tab-content-image { aspect-ratio: 1500 / 950; }
      .tab-text-innr p { font-size: 15px; text-align: left; }
      .collimgtitle {
        flex: 0 0 65vw;
        min-width: 200px;
        max-width: 260px;
      }
      .collectio_title { font-size: 16px; }
      .collectio_title .icon-wrap,
      .collectio_title .icon-wrap svg {
        flex-basis: 32px;
        width: 32px;
        height: 32px;
      }
      .price-row .product-price { font-size: 16px; }
      .vselect {
        padding: 2px 30px 2px 12px;
        background-size: 14px 14px;
        background-position: right 12px center;
        min-height: 28px;
        font-size: 13px;
      }
      .btn-atc { min-height: 38px; }
      .ImageWithtext__container { margin: 50px auto 0; }
      .ImageWithtext__container .iwt-grid {
        grid-template-columns: 1fr;
        gap: 20px;
      }
      .iwt-content { padding: 20px 0 0; }
      .iwt-heading { font-size: 20px; }
      .iwt-list li { font-size: 14px; font-weight: 500; }
      .footer-top {
        grid-template-columns: 1fr;
        gap: 0;
        padding: 0 15px;
      }
      .footer-block {
        border-bottom: 1px solid rgba(255,255,255,.25);
        padding: 14px 0;
      }
      .footer-block h2 {
        font-size: 16px;
        margin: 0;
        cursor: pointer;
      }
      .footer-block h2 .accordion-arrow { display: flex; }
      .footer-block.is-open h2 .accordion-arrow { transform: rotate(180deg); }
      .footer-block .footer-panel {
        display: none;
        padding-top: 12px;
      }
      .footer-block.is-open .footer-panel { display: block; }
      .footer-block--static .footer-panel { display: block; }
      .footer-block--static h2 { cursor: default; }
      .footer-block--static h2 .accordion-arrow { display: none; }
      .footer-links a,
      .footer-contact a { font-size: 14px; }
      .footer-bottom { padding: 12px 0 16px; }
      .footer-bottom-inner { justify-content: center; text-align: center; }
    }

