* {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }

    html {
      scroll-behavior: smooth;
    }

    body {
      font-family: 'Montserrat', sans-serif;
      background: #fff;
      color: #111;
      overflow-x: hidden;
    }

    img {
      max-width: 100%;
      display: block;
    }

    .topbar {
      background: #d2932c;
      color: #fff;
      text-align: center;
      padding: 8px 16px;
      font-family: 'Oswald', sans-serif;
      font-weight: 600;
      letter-spacing: 1px;
      font-size: clamp(12px, 2.5vw, 15px);
    }

    header {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 24px;
      padding: 14px 7%;
      background: #fff;
      box-shadow: 0 2px 10px rgba(0,0,0,.08);
      position: sticky;
      top: 0;
      z-index: 10;
    }

    .logo {
      width: clamp(78px, 9vw, 115px);
      height: clamp(78px, 9vw, 115px);
      border-radius: 50%;
      background: #241208;
      color: #d2932c;
      display: grid;
      place-items: center;
      text-align: center;
      border: 4px solid #d2932c;
      font-family: 'Rye', cursive;
      font-size: 20px;
      letter-spacing: 2px;
      line-height: 1.2;
    }

    nav {
      display: flex;
      justify-content: center;
      gap: clamp(14px, 2vw, 28px);
      flex: 1 1 auto;
      min-width: 0;
      flex-wrap: wrap;
    }

    nav a {
      color: #111;
      text-decoration: none;
      font-family: 'Oswald', sans-serif;
      font-size: 15px;
      letter-spacing: 1px;
      font-weight: 600;
      text-transform: uppercase;
    }

    .nav-dropdown {
      position: relative;
      display: flex;
      align-items: center;
    }

    .dropdown-toggle {
      display: inline-flex;
      align-items: center;
      gap: 7px;
    }

    .dropdown-toggle i {
      font-size: 11px;
      transition: transform 0.2s ease;
    }

    .dropdown-menu {
      position: absolute;
      top: calc(100% + 14px);
      left: 50%;
      width: min(280px, calc(100vw - 40px));
      padding: 10px;
      background: #fff;
      border: 1px solid #eee;
      border-top: 3px solid #d2932c;
      border-radius: 8px;
      box-shadow: 0 16px 32px rgba(0,0,0,.12);
      opacity: 0;
      pointer-events: none;
      transform: translate(-50%, 8px);
      transition: opacity 0.2s ease, transform 0.2s ease;
      z-index: 20;
    }

    .dropdown-menu::before {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      top: -17px;
      height: 17px;
    }

    .dropdown-menu a {
      display: block;
      padding: 11px 12px;
      border-radius: 5px;
      color: #37261f;
      font-size: 14px;
      letter-spacing: .5px;
      line-height: 1.25;
    }

    .dropdown-menu a:hover {
      background: #f6efe6;
      color: #d2932c;
    }

    .nav-dropdown:hover .dropdown-menu,
    .nav-dropdown:focus-within .dropdown-menu {
      opacity: 1;
      pointer-events: auto;
      transform: translate(-50%, 0);
    }

    .nav-dropdown:hover .dropdown-toggle i,
    .nav-dropdown:focus-within .dropdown-toggle i {
      transform: rotate(180deg);
    }

    nav a:hover,
    nav a.active {
      color: #d2932c;
    }

    .search-cart {
      display: flex;
      align-items: center;
      justify-content: flex-end;
      gap: 16px;
      flex: 0 1 300px;
      min-width: 220px;
    }

    .search-box {
      display: flex;
      align-items: center;
      width: min(100%, 260px);
      background: #f5f5f5;
      padding: 12px 16px;
      border-radius: 6px;
    }

    .search-box input {
      border: none;
      outline: none;
      background: none;
      width: 100%;
      min-width: 0;
      font-family: 'Montserrat', sans-serif;
    }

    .cart {
      position: relative;
      font-size: 24px;
      cursor: pointer;
    }

    .cart span {
      position: absolute;
      top: -10px;
      right: -12px;
      background: #d2932c;
      color: #fff;
      font-size: 12px;
      padding: 3px 7px;
      border-radius: 50%;
      font-family: 'Oswald', sans-serif;
    }

    .hero {
      min-height: clamp(460px, 64vw, 540px);
      background:
        linear-gradient(90deg, rgba(0,0,0,.92), rgba(0,0,0,.65), rgba(0,0,0,.1)),
        url("https://salaovirtual.org/wp-content/uploads/2023/05/Fotos-acessorios-moda-cultura-country.webp") center/cover;
      color: #fff;
      display: flex;
      align-items: center;
      padding: clamp(56px, 8vw, 86px) 7%;
    }

    .hero-content {
      max-width: 680px;
    }

    .hero h1 {
      font-family: 'Bebas Neue', sans-serif;
      font-size: clamp(48px, 9vw, 92px);
      line-height: .9;
      letter-spacing: 2px;
      text-transform: uppercase;
      margin-bottom: 24px;
    }

    .hero h1 span {
      color: #d2932c;
      display: block;
    }

    .hero p {
      font-family: 'Oswald', sans-serif;
      font-size: clamp(17px, 3vw, 24px);
      line-height: 1.4;
      letter-spacing: 1px;
      text-transform: uppercase;
      margin-bottom: 30px;
    }

    .hero-icons {
      display: flex;
      gap: 18px 26px;
      flex-wrap: wrap;
      margin-bottom: 35px;
    }

    .hero-icons div {
      display: flex;
      align-items: center;
      gap: 10px;
      min-width: 132px;
      font-family: 'Oswald', sans-serif;
      font-size: 12px;
      font-weight: 600;
      letter-spacing: .8px;
      text-transform: uppercase;
    }

    .hero-icons i {
      font-size: 25px;
    }

    .buttons {
      display: flex;
      gap: 18px;
      flex-wrap: wrap;
    }

    .btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      padding: 15px 28px;
      border-radius: 4px;
      border: 2px solid #d2932c;
      color: #fff;
      text-decoration: none;
      font-family: 'Oswald', sans-serif;
      font-size: 17px;
      font-weight: 700;
      letter-spacing: 1px;
      text-transform: uppercase;
      transition: .3s;
    }

    .btn.primary {
      background: #d2932c;
    }

    .btn:hover {
      transform: translateY(-3px);
    }

    section {
      padding: clamp(44px, 7vw, 60px) 7%;
    }

    .section-title {
      text-align: center;
      font-family: 'Bebas Neue', sans-serif;
      font-size: clamp(38px, 6vw, 52px);
      letter-spacing: 2px;
      text-transform: uppercase;
      margin-bottom: 40px;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: clamp(12px, 3vw, 25px);
    }

    .section-title::before,
    .section-title::after {
      content: "";
      display: inline-block;
      width: min(60px, 12vw);
      height: 2px;
      background: #d2932c;
      margin: 0;
      flex: 0 1 60px;
    }

    .categories {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
      gap: 28px 22px;
      text-align: center;
    }

    .category {
      display: grid;
      justify-items: center;
      align-content: start;
      color: #111;
      text-decoration: none;
    }

    .category img {
      width: clamp(120px, 16vw, 150px);
      height: clamp(120px, 16vw, 150px);
      object-fit: cover;
      border-radius: 50%;
      background: #f7f7f7;
      box-shadow: 0 0 18px rgba(0,0,0,.12);
      margin-bottom: 18px;
    }

    .category h3 {
      font-family: 'Oswald', sans-serif;
      font-size: 20px;
      letter-spacing: 1px;
      text-transform: uppercase;
    }

    .category:hover h3 {
      color: #d2932c;
    }

    .products {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
      gap: 20px;
    }

    .product {
      border: 1px solid #eee;
      border-radius: 8px;
      padding: 18px;
      text-align: center;
      position: relative;
      background: #fff;
      box-shadow: 0 4px 16px rgba(0,0,0,.06);
    }

    .favorite {
      position: absolute;
      right: 15px;
      top: 15px;
      cursor: pointer;
      font-size: 20px;
    }

    .product img {
      width: 100%;
      height: clamp(140px, 18vw, 180px);
      object-fit: contain;
      margin-bottom: 15px;
    }

    .product h3 {
      font-family: 'Oswald', sans-serif;
      font-size: 18px;
      letter-spacing: .5px;
      min-height: 45px;
      margin-bottom: 10px;
    }

    .product h3 a {
      color: #111;
      text-decoration: none;
    }

    .product h3 a:hover {
      color: #d2932c;
    }

    .price {
      color: #d2932c;
      font-family: 'Oswald', sans-serif;
      font-size: 28px;
      font-weight: 700;
      letter-spacing: 1px;
      margin-bottom: 6px;
    }

    .installment {
      font-size: 13px;
      color: #777;
      margin-bottom: 14px;
    }

    .add-cart {
      width: 100%;
      padding: 12px;
      border: none;
      background: #d2932c;
      color: #fff;
      border-radius: 4px;
      font-size: 20px;
      cursor: pointer;
    }

    .add-cart.added {
      background: #2f7d46;
    }

    .product-detail {
      display: grid;
      grid-template-columns: minmax(280px, 1fr) minmax(320px, 0.9fr);
      gap: clamp(32px, 6vw, 72px);
      align-items: center;
      padding-top: clamp(36px, 6vw, 70px);
    }

    .product-gallery {
      background: #f7f4ef;
      border-radius: 8px;
      padding: clamp(24px, 5vw, 44px);
      display: grid;
      place-items: center;
      min-height: 420px;
    }

    .product-gallery img {
      width: min(100%, 520px);
      max-height: 460px;
      object-fit: contain;
      mix-blend-mode: multiply;
    }

    .product-info .breadcrumb {
      display: inline-flex;
      gap: 8px;
      align-items: center;
      color: #777;
      font-size: 13px;
      margin-bottom: 18px;
    }

    .product-info .breadcrumb a {
      color: #777;
      text-decoration: none;
    }

    .product-info .breadcrumb a:hover {
      color: #d2932c;
    }

    .product-info h1 {
      font-family: 'Bebas Neue', sans-serif;
      font-size: clamp(44px, 7vw, 70px);
      line-height: .95;
      letter-spacing: 2px;
      text-transform: uppercase;
      color: #241208;
      margin-bottom: 18px;
    }

    .product-description {
      color: #555;
      font-size: 16px;
      line-height: 1.8;
      margin: 18px 0 24px;
    }

    .product-actions {
      display: grid;
      grid-template-columns: 1fr;
      gap: 12px;
      max-width: 380px;
      margin-top: 24px;
    }

    .product-actions .btn {
      color: #241208;
    }

    .product-actions .btn.primary {
      color: #fff;
    }

    .product-meta {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 12px;
      margin-top: 28px;
    }

    .product-meta div {
      border: 1px solid #eee;
      border-radius: 8px;
      padding: 14px;
      background: #fff;
    }

    .product-meta strong {
      display: block;
      font-family: 'Oswald', sans-serif;
      text-transform: uppercase;
      letter-spacing: .8px;
      color: #241208;
      margin-bottom: 4px;
    }

    .product-meta small {
      color: #666;
      line-height: 1.4;
    }

    .category-page {
      padding-top: clamp(36px, 6vw, 70px);
    }

    .category-heading {
      max-width: 760px;
      margin: 0 auto 38px;
      text-align: center;
    }

    .category-heading .breadcrumb {
      display: inline-flex;
      gap: 8px;
      align-items: center;
      justify-content: center;
      color: #777;
      font-size: 13px;
      margin-bottom: 18px;
    }

    .category-heading .breadcrumb a {
      color: #777;
      text-decoration: none;
    }

    .category-heading .breadcrumb a:hover {
      color: #d2932c;
    }

    .category-heading h1 {
      font-family: 'Bebas Neue', sans-serif;
      font-size: clamp(46px, 7vw, 72px);
      line-height: .95;
      letter-spacing: 2px;
      text-transform: uppercase;
      color: #241208;
      margin-bottom: 14px;
    }

    .category-heading p {
      color: #555;
      font-size: 16px;
      line-height: 1.8;
    }

    .page-hero {
      padding-top: clamp(42px, 7vw, 76px);
      padding-bottom: clamp(36px, 6vw, 58px);
      background:
        linear-gradient(90deg, rgba(36,18,8,.93), rgba(36,18,8,.7)),
        url("https://images.unsplash.com/photo-1511407397940-d57f68e81203?auto=format&fit=crop&w=1400&q=80") center/cover;
      color: #fff;
    }

    .page-hero h1 {
      font-family: 'Bebas Neue', sans-serif;
      font-size: clamp(48px, 8vw, 82px);
      line-height: .95;
      letter-spacing: 2px;
      text-transform: uppercase;
      margin-bottom: 14px;
    }

    .page-hero p {
      max-width: 760px;
      font-family: 'Oswald', sans-serif;
      font-size: clamp(18px, 3vw, 24px);
      line-height: 1.5;
      letter-spacing: 1px;
      text-transform: uppercase;
    }

    .page-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
      gap: 22px;
    }

    .page-card {
      border: 1px solid #eee;
      border-radius: 8px;
      background: #fff;
      box-shadow: 0 4px 16px rgba(0,0,0,.06);
      overflow: hidden;
    }

    .page-card img {
      width: 100%;
      aspect-ratio: 4 / 3;
      object-fit: cover;
    }

    .page-card-content {
      padding: 22px;
    }

    .page-card h3,
    .info-panel h3 {
      font-family: 'Oswald', sans-serif;
      color: #241208;
      font-size: 22px;
      letter-spacing: 1px;
      text-transform: uppercase;
      margin-bottom: 10px;
    }

    .page-card p,
    .info-panel p {
      color: #555;
      font-size: 14px;
      line-height: 1.7;
      margin-bottom: 18px;
    }

    .page-card a,
    .info-panel a {
      color: #d2932c;
      font-family: 'Oswald', sans-serif;
      font-weight: 700;
      letter-spacing: .8px;
      text-decoration: none;
      text-transform: uppercase;
    }

    .info-grid {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 24px;
    }

    .info-panel {
      border: 1px solid #eee;
      border-radius: 8px;
      padding: clamp(24px, 4vw, 34px);
      background: #fff;
      box-shadow: 0 4px 16px rgba(0,0,0,.05);
    }

    .contact-list {
      display: grid;
      gap: 16px;
      list-style: none;
    }

    .contact-list li,
    .contact-list a {
      display: flex;
      align-items: center;
      gap: 12px;
      color: #37261f;
      text-decoration: none;
      line-height: 1.5;
    }

    .contact-list i {
      width: 28px;
      height: 28px;
      display: inline-grid;
      place-items: center;
      color: #d2932c;
    }

    .cart-page {
      padding-top: clamp(34px, 6vw, 58px);
    }

    .cart-layout {
      display: grid;
      grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
      gap: 28px;
      align-items: start;
    }

    .cart-items {
      display: grid;
      gap: 16px;
    }

    .cart-item {
      display: grid;
      grid-template-columns: 110px minmax(0, 1fr) auto 120px auto;
      gap: 18px;
      align-items: center;
      border: 1px solid #eee;
      border-radius: 8px;
      padding: 16px;
      background: #fff;
      box-shadow: 0 4px 16px rgba(0,0,0,.05);
    }

    .cart-item-image {
      display: grid;
      place-items: center;
      width: 110px;
      height: 110px;
      border-radius: 8px;
      background: #f7f4ef;
      overflow: hidden;
    }

    .cart-item-image img {
      width: 100%;
      height: 100%;
      object-fit: contain;
      mix-blend-mode: multiply;
    }

    .cart-item-info h3 {
      font-family: 'Oswald', sans-serif;
      font-size: 20px;
      letter-spacing: .5px;
      margin-bottom: 6px;
      text-transform: uppercase;
    }

    .cart-item-info h3 a {
      color: #241208;
      text-decoration: none;
    }

    .cart-item-info small {
      display: block;
      color: #777;
      margin-bottom: 8px;
    }

    .cart-item-info strong,
    .cart-item-total {
      color: #d2932c;
      font-family: 'Oswald', sans-serif;
      font-size: 22px;
      font-weight: 700;
      white-space: nowrap;
    }

    .quantity-control {
      display: grid;
      grid-template-columns: 38px 52px 38px;
      border: 1px solid #ddd;
      border-radius: 6px;
      overflow: hidden;
    }

    .quantity-control button,
    .quantity-control input {
      height: 38px;
      border: none;
      background: #fff;
      text-align: center;
      font-family: 'Oswald', sans-serif;
      font-size: 16px;
    }

    .quantity-control button {
      cursor: pointer;
      color: #241208;
    }

    .quantity-control button:hover {
      background: #f6efe6;
    }

    .quantity-control input {
      border-left: 1px solid #ddd;
      border-right: 1px solid #ddd;
      outline: none;
    }

    .remove-item {
      width: 42px;
      height: 42px;
      border: none;
      border-radius: 6px;
      background: #f6efe6;
      color: #9b2f22;
      cursor: pointer;
    }

    .cart-summary,
    .cart-empty {
      border: 1px solid #eee;
      border-radius: 8px;
      background: #fff;
      box-shadow: 0 4px 16px rgba(0,0,0,.05);
    }

    .cart-summary {
      position: sticky;
      top: 150px;
      padding: 24px;
    }

    .cart-summary h2,
    .cart-empty h2 {
      font-family: 'Bebas Neue', sans-serif;
      font-size: 36px;
      letter-spacing: 2px;
      text-transform: uppercase;
      color: #241208;
      margin-bottom: 18px;
    }

    .summary-line {
      display: flex;
      justify-content: space-between;
      gap: 16px;
      padding: 14px 0;
      border-bottom: 1px solid #eee;
      color: #555;
    }

    .summary-line strong {
      color: #241208;
      font-family: 'Oswald', sans-serif;
    }

    .summary-line.total {
      color: #241208;
      font-family: 'Oswald', sans-serif;
      font-size: 22px;
      text-transform: uppercase;
      margin-bottom: 20px;
    }

    .cart-summary .btn {
      width: 100%;
      color: #fff;
      margin-bottom: 12px;
    }

    .clear-cart {
      width: 100%;
      border: none;
      background: transparent;
      color: #9b2f22;
      cursor: pointer;
      font-family: 'Oswald', sans-serif;
      font-weight: 700;
      letter-spacing: .8px;
      text-transform: uppercase;
    }

    .cart-empty {
      display: grid;
      justify-items: center;
      text-align: center;
      padding: clamp(30px, 6vw, 56px);
    }

    .cart-empty i {
      color: #d2932c;
      font-size: 44px;
      margin-bottom: 16px;
    }

    .cart-empty p {
      max-width: 420px;
      color: #555;
      line-height: 1.7;
      margin-bottom: 22px;
    }

    .home-page {
      background: #fff;
    }

    .home-page .topbar {
      padding: 0;
      background: linear-gradient(90deg, #cf8d27, #d9a040);
      box-shadow: inset 0 -1px 0 rgba(0,0,0,.08);
    }

    .topbar-inner {
      width: min(100%, 1160px);
      min-height: 34px;
      margin: 0 auto;
      padding: 0 18px;
      display: grid;
      grid-template-columns: 1fr auto 1fr;
      align-items: center;
      gap: 18px;
    }

    .topbar-inner > div:first-child {
      grid-column: 2;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      white-space: nowrap;
    }

    .topbar-socials {
      justify-self: end;
      display: flex;
      align-items: center;
      gap: 16px;
      font-size: 17px;
    }

    .topbar-socials a {
      color: #fff;
      text-decoration: none;
      line-height: 1;
    }

    .home-page header {
      position: relative;
      top: auto;
      min-height: 102px;
      padding: 0 max(24px, calc((100vw - 1160px) / 2));
      gap: 34px;
      box-shadow: 0 3px 16px rgba(0,0,0,.08);
    }

    .home-page .logo {
      width: 94px;
      height: 94px;
      border: 0;
      box-shadow: none;
    }

    .home-page nav {
      justify-content: flex-start;
      gap: 31px;
      flex-wrap: nowrap;
    }

    .home-page nav a {
      font-size: 14px;
      letter-spacing: .6px;
      color: #111;
    }

    .home-page nav a.active {
      color: #d2932c;
    }

    .home-page .dropdown-toggle i {
      font-size: 10px;
    }

    .home-page .search-cart {
      flex: 0 0 305px;
      min-width: 305px;
      gap: 24px;
    }

    .home-page .search-box {
      width: 245px;
      height: 38px;
      padding: 0 13px;
      border: 1px solid #e8e8e8;
      background: #f8f8f8;
      border-radius: 6px;
    }

    .home-page .search-box input {
      font-size: 12px;
    }

    .home-page .cart {
      width: 34px;
      height: 34px;
      display: grid;
      place-items: center;
      font-size: 26px;
      color: #111;
    }

    .home-page .cart span {
      top: -6px;
      right: -8px;
      background: #d2932c;
      font-size: 12px;
      min-width: 19px;
      height: 19px;
      display: inline-grid;
      place-items: center;
      padding: 0 5px;
    }

    .home-page .hero {
      position: relative;
      min-height: 515px;
      padding: 72px max(24px, calc((100vw - 1160px) / 2));
      background:
        linear-gradient(90deg, rgba(0,0,0,.96) 0%, rgba(0,0,0,.82) 39%, rgba(0,0,0,.27) 67%, rgba(0,0,0,.58) 100%),
        url("https://salaovirtual.org/wp-content/uploads/2023/05/Fotos-acessorios-moda-cultura-country.webp") 72% center/cover;
    }

    .home-page .hero-content {
      max-width: 520px;
    }

    .home-page .hero h1 {
      font-size: clamp(58px, 7vw, 84px);
      line-height: .86;
      letter-spacing: 2px;
      margin-bottom: 20px;
      text-shadow: 0 2px 8px rgba(0,0,0,.35);
    }

    .home-page .hero h1 span {
      font-size: 1.16em;
      color: #d2932c;
    }

    .home-page .hero p {
      max-width: 430px;
      margin-bottom: 34px;
      font-size: 22px;
      line-height: 1.38;
      letter-spacing: .5px;
    }

    .home-page .hero-icons {
      display: grid;
      grid-template-columns: repeat(4, minmax(92px, 1fr));
      gap: 24px;
      margin-bottom: 42px;
    }

    .home-page .hero-icons div {
      min-width: 0;
      align-items: center;
      gap: 10px;
      font-size: 10px;
      line-height: 1.3;
      color: #fff;
    }

    .home-page .hero-icons i {
      font-size: 25px;
      color: #fff;
    }

    .home-page .buttons {
      gap: 16px;
    }

    .home-page .btn {
      min-width: 190px;
      height: 50px;
      padding: 0 28px;
      font-size: 15px;
      border-radius: 4px;
    }

    .home-page .btn:not(.primary) {
      background: rgba(0,0,0,.25);
      border-color: #d2932c;
    }

    .hero-dots {
      position: absolute;
      left: 50%;
      bottom: 16px;
      display: flex;
      gap: 8px;
      transform: translateX(-50%);
    }

    .hero-dots span {
      width: 33px;
      height: 3px;
      background: rgba(255,255,255,.55);
    }

    .hero-dots span:nth-child(2) {
      background: #d2932c;
    }

    .home-page section,
    .home-page .benefits,
    .home-page footer,
    .home-page .footer-bottom,
    .home-page .copyright {
      padding-left: max(24px, calc((100vw - 1160px) / 2));
      padding-right: max(24px, calc((100vw - 1160px) / 2));
    }

    .home-page #categorias {
      padding-top: 42px;
      padding-bottom: 36px;
    }

    .home-page #produtos {
      padding-top: 24px;
      padding-bottom: 36px;
    }

    .home-page .section-title {
      margin-bottom: 34px;
      font-size: 40px;
      letter-spacing: 1.5px;
      gap: 28px;
    }

    .home-page .section-title::before,
    .home-page .section-title::after {
      width: 56px;
      flex-basis: 56px;
    }

    .home-page .categories {
      grid-template-columns: repeat(6, minmax(0, 1fr));
      gap: 18px;
    }

    .home-page .category img {
      width: 122px;
      height: 122px;
      padding: 7px;
      background: #fff;
      border: 1px solid #eee;
      box-shadow: 0 6px 24px rgba(0,0,0,.12);
    }

    .home-page .category h3 {
      max-width: 120px;
      font-size: 18px;
      line-height: 1.18;
    }

    .home-page .products {
      grid-template-columns: repeat(6, minmax(0, 1fr));
      gap: 16px;
    }

    .home-page .product {
      min-height: 326px;
      padding: 14px 14px 16px;
      border-color: #e4e4e4;
      box-shadow: 0 3px 13px rgba(0,0,0,.08);
    }

    .home-page .favorite {
      top: 14px;
      right: 14px;
      color: #111;
    }

    .home-page .product img {
      height: 135px;
      margin-bottom: 12px;
    }

    .home-page .product h3 {
      min-height: 41px;
      margin-bottom: 8px;
      font-size: 16px;
      line-height: 1.22;
    }

    .home-page .price {
      margin-bottom: 5px;
      font-size: 23px;
    }

    .home-page .installment {
      margin-bottom: 11px;
      font-size: 12px;
    }

    .home-page .add-cart {
      height: 39px;
      padding: 0;
      font-size: 21px;
      border-radius: 5px;
    }

    .home-page .banners {
      gap: 16px;
      padding-top: 0;
      padding-bottom: 38px;
    }

    .home-page .banner {
      min-height: 188px;
      padding: 36px 40px;
      border-radius: 7px;
    }

    .home-page .banner h2 {
      font-size: 44px;
      margin-bottom: 20px;
    }

    .home-page .banner button {
      height: 38px;
      padding: 0 24px;
      border-radius: 4px;
      color: #241208;
    }

    .home-page .benefits {
      grid-template-columns: repeat(5, 1fr);
      padding-top: 30px;
      padding-bottom: 30px;
    }

    .home-page .benefit {
      justify-content: center;
      padding: 8px 18px;
      border-right: 1px solid #e6e6e6;
    }

    .home-page .benefit i {
      font-size: 34px;
      color: #111;
    }

    .home-page footer {
      padding-top: 36px;
      background: #fff;
      border-top: 1px solid #e9e9e9;
    }

    .home-page .footer-grid {
      grid-template-columns: 1.7fr 1fr 1.1fr 1.35fr;
      gap: 52px;
      margin-bottom: 34px;
    }

    .home-page .footer-logo {
      width: 130px;
      height: 130px;
      border: 0;
      margin-bottom: 20px;
      box-shadow: none;
    }

    .home-page .footer-bottom {
      margin-left: max(-24px, calc((1160px - 100vw) / 2));
      margin-right: max(-24px, calc((1160px - 100vw) / 2));
      padding-top: 0;
      padding-bottom: 0;
      min-height: 0;
      background: transparent;
      border: none;
    }

    .home-page .footer-bottom {
      display: none;
    }

    .home-page .copyright {
      background: #241208;
      min-height: 34px;
      align-items: center;
    }

    .banners {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 20px;
      padding-top: 0;
    }

    .banner {
      min-height: 190px;
      border-radius: 8px;
      padding: clamp(28px, 5vw, 40px);
      color: #fff;
      display: flex;
      flex-direction: column;
      justify-content: center;
      background:
        linear-gradient(90deg, rgba(0,0,0,.85), rgba(0,0,0,.25)),
        url("https://images.unsplash.com/photo-1511407397940-d57f68e81203?auto=format&fit=crop&w=900&q=80") center/cover;
    }

    .banner:nth-child(2) {
      background:
        linear-gradient(90deg, rgba(210,147,44,.95), rgba(0,0,0,.25)),
        url("https://images.unsplash.com/photo-1500530855697-b586d89ba3ee?auto=format&fit=crop&w=900&q=80") center/cover;
    }

    .banner span {
      color: #d2932c;
      font-family: 'Oswald', sans-serif;
      font-weight: 700;
      letter-spacing: 1px;
      text-transform: uppercase;
      margin-bottom: 8px;
    }

    .banner:nth-child(2) span {
      color: #fff;
    }

    .banner h2 {
      font-family: 'Bebas Neue', sans-serif;
      font-size: clamp(42px, 6vw, 64px);
      letter-spacing: 2px;
      text-transform: uppercase;
      margin-bottom: 20px;
    }

    .banner button {
      width: fit-content;
      padding: 12px 24px;
      border: none;
      border-radius: 4px;
      font-family: 'Oswald', sans-serif;
      font-weight: 700;
      letter-spacing: 1px;
      text-transform: uppercase;
      cursor: pointer;
    }

    .benefits {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
      gap: 0;
      border-top: 1px solid #eee;
      border-bottom: 1px solid #eee;
      padding: 28px 7%;
    }

    .benefit {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 15px;
      border: 1px solid #eee;
      border-left: 0;
      border-top: 0;
      border-bottom: 0;
      padding: 14px 18px;
    }

    .benefit:last-child {
      border-right: none;
    }

    .benefit i {
      font-size: 32px;
    }

    .benefit strong {
      display: block;
      font-family: 'Oswald', sans-serif;
      text-transform: uppercase;
      letter-spacing: 1px;
    }

    .benefit small {
      font-size: 12px;
    }

    footer {
      padding: clamp(44px, 7vw, 60px) 7% 0;
      background: linear-gradient(135deg, #f6efe6 0%, #faf6f0 100%);
      border-top: 3px solid #d2932c;
    }

    .footer-grid {
      display: grid;
      grid-template-columns: minmax(240px, 2fr) repeat(2, minmax(150px, 1fr)) minmax(210px, 1.3fr);
      gap: clamp(30px, 5vw, 60px);
      margin-bottom: 50px;
    }

    .footer-logo {
      width: 120px;
      height: 120px;
      border-radius: 50%;
      background: #241208;
      color: #d2932c;
      display: grid;
      place-items: center;
      text-align: center;
      border: 4px solid #d2932c;
      font-family: 'Rye', cursive;
      font-size: 20px;
      letter-spacing: 2px;
      line-height: 1.2;
      margin-bottom: 25px;
      box-shadow: 0 8px 20px rgba(0,0,0,.1);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .footer-logo:hover {
      transform: translateY(-4px);
      box-shadow: 0 12px 28px rgba(212, 170, 58, 0.2);
    }

    footer h3 {
      font-family: 'Oswald', sans-serif;
      letter-spacing: 1px;
      text-transform: uppercase;
      margin-bottom: 25px;
      font-size: 16px;
      color: #37261f;
      font-weight: 600;
    }

    footer ul {
      list-style: none;
    }

    footer li {
      margin-bottom: 14px;
      color: #555;
      font-size: 14px;
      line-height: 1.6;
    }

    footer li a {
      color: #555;
      text-decoration: none;
      transition: color 0.3s ease, transform 0.2s ease;
      display: inline-flex;
      align-items: center;
      gap: 8px;
    }

    footer li a:hover {
      color: #d2932c;
      transform: translateX(4px);
    }

    footer p {
      font-size: 14px;
      line-height: 1.8;
      color: #555;
    }

    .socials {
      display: flex;
      gap: 20px;
      margin-top: 25px;
      font-size: 24px;
    }

    .socials a {
      color: #37261f;
      transition: color 0.3s ease, transform 0.3s ease;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      background: rgba(212, 170, 58, 0.1);
    }

    .socials a:hover {
      color: #d2932c;
      background: rgba(212, 170, 58, 0.2);
      transform: scale(1.1);
    }

    .footer-bottom {
      background: #37261f;
      color: #f6efe6;
      padding: 25px 7%;
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 20px;
      font-size: 13px;
      border-top: 1px solid rgba(212, 170, 58, 0.3);
    }

    .footer-policies {
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      justify-content: center;
      gap: 12px;
    }

    .footer-policies a {
      color: #f6efe6;
      text-decoration: none;
      transition: color 0.3s ease;
    }

    .footer-policies a:hover {
      color: #d2932c;
    }

    .footer-policies span {
      color: rgba(212, 170, 58, 0.5);
    }

    .copyright {
      display: flex;
      justify-content: space-between;
      gap: 20px;
      padding: 16px 7%;
      background: #241208;
      color: #f6efe6;
      font-size: 12px;
      line-height: 1.5;
    }



    @media (max-width: 1100px) {
      header {
        flex-wrap: wrap;
        gap: 20px;
      }

      nav {
        order: 3;
        flex-basis: 100%;
      }

      .search-cart {
        flex: 1 1 300px;
      }

      .footer-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }

      .home-page header {
        padding: 12px 5%;
        gap: 18px;
      }

      .home-page nav {
        order: 3;
        flex-basis: 100%;
        justify-content: center;
        flex-wrap: wrap;
      }

      .home-page .search-cart {
        flex: 1 1 300px;
        min-width: 260px;
      }

      .home-page .products {
        grid-template-columns: repeat(3, minmax(0, 1fr));
      }

      .home-page .categories {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        row-gap: 28px;
      }
    }

    @media (max-width: 768px) {
      .topbar {
        line-height: 1.35;
      }

      header {
        justify-content: center;
        padding: 12px 5%;
      }

      nav {
        width: 100%;
        justify-content: center;
        flex-wrap: wrap;
        gap: 12px 18px;
      }

      nav a {
        font-size: 14px;
      }

      .nav-dropdown {
        position: static;
      }

      .dropdown-menu {
        left: 20px;
        right: 20px;
        width: auto;
        transform: translateY(8px);
      }

      .nav-dropdown:hover .dropdown-menu,
      .nav-dropdown:focus-within .dropdown-menu {
        transform: translateY(0);
      }

      .search-cart {
        width: 100%;
        flex: 1 1 100%;
        justify-content: center;
        min-width: 0;
      }

      .search-box {
        width: min(100%, 360px);
      }

      .hero {
        min-height: auto;
        background:
          linear-gradient(180deg, rgba(0,0,0,.9), rgba(0,0,0,.58)),
          url("https://salaovirtual.org/wp-content/uploads/2023/05/Fotos-acessorios-moda-cultura-country.webp") center/cover;
      }

      .hero-content {
        width: 100%;
      }

      .hero-icons {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }

      .hero-icons div {
        min-width: 0;
      }

      .buttons,
      .banners,
      .footer-grid,
      .product-detail,
      .info-grid,
      .cart-layout {
        grid-template-columns: 1fr;
      }

      .cart-summary {
        position: static;
      }

      .cart-item {
        grid-template-columns: 88px minmax(0, 1fr) auto;
        gap: 14px;
      }

      .cart-item-image {
        width: 88px;
        height: 88px;
      }

      .quantity-control,
      .cart-item-total {
        grid-column: 2 / 4;
      }

      .remove-item {
        grid-column: 3;
        grid-row: 1;
      }

      .product-gallery {
        min-height: 300px;
      }

      .product-actions {
        max-width: none;
      }

      .buttons {
        flex-direction: column;
        align-items: stretch;
      }

      .btn {
        width: 100%;
        padding-inline: 18px;
        text-align: center;
      }

      .footer-bottom {
        flex-direction: column;
        gap: 15px;
        text-align: center;
        padding-inline: 5%;
      }

      .benefits {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }

      .benefit {
        justify-content: flex-start;
        border-right: none;
        border-bottom: 1px solid #eee;
      }

      .benefit:last-child {
        border-bottom: none;
      }

      .copyright {
        flex-direction: column;
        gap: 8px;
        text-align: center;
        padding-inline: 5%;
      }

      .topbar-inner {
        grid-template-columns: 1fr;
        justify-items: center;
        gap: 6px;
        padding: 7px 16px;
      }

      .topbar-inner > div:first-child {
        grid-column: auto;
        white-space: normal;
      }

      .topbar-socials {
        justify-self: center;
      }

      .home-page header {
        min-height: auto;
        position: sticky;
        top: 0;
      }

      .home-page .logo {
        width: 82px;
        height: 82px;
      }

      .home-page .search-cart {
        width: 100%;
        flex-basis: 100%;
        justify-content: center;
        min-width: 0;
      }

      .home-page .search-box {
        width: min(100%, 360px);
      }

      .home-page .hero {
        min-height: auto;
        padding: 56px 5% 68px;
        background:
          linear-gradient(180deg, rgba(0,0,0,.92), rgba(0,0,0,.58)),
          url("https://salaovirtual.org/wp-content/uploads/2023/05/Fotos-acessorios-moda-cultura-country.webp") center/cover;
      }

      .home-page .hero h1 {
        font-size: clamp(50px, 16vw, 70px);
      }

      .home-page .hero p {
        font-size: 18px;
      }

      .home-page .hero-icons {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }

      .home-page .buttons {
        flex-direction: column;
      }

      .home-page .btn {
        width: 100%;
      }

      .home-page section,
      .home-page .benefits,
      .home-page footer,
      .home-page .copyright {
        padding-left: 5%;
        padding-right: 5%;
      }

      .home-page .products,
      .home-page .banners,
      .home-page .footer-grid {
        grid-template-columns: 1fr;
      }

      .home-page .categories {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }

      .home-page .benefits {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }
    }

    @media (max-width: 480px) {
      header,
      section,
      .benefits,
      footer {
        padding-left: 20px;
        padding-right: 20px;
      }

      nav {
        gap: 10px 14px;
      }

      .hero {
        padding: 46px 20px;
      }

      .hero h1 {
        line-height: .95;
      }

      .hero-icons {
        grid-template-columns: 1fr;
      }

      .products {
        grid-template-columns: 1fr;
      }

      .product {
        padding: 16px;
      }

      .product-meta {
        grid-template-columns: 1fr;
      }

      .cart-item {
        grid-template-columns: 1fr;
      }

      .cart-item-image {
        width: 100%;
        height: 180px;
      }

      .quantity-control,
      .cart-item-total,
      .remove-item {
        grid-column: auto;
        grid-row: auto;
      }

      .benefits {
        grid-template-columns: 1fr;
      }

      .section-title::before,
      .section-title::after {
        display: none;
      }

      .home-page .categories,
      .home-page .products,
      .home-page .benefits {
        grid-template-columns: 1fr;
      }

      .home-page .hero-icons {
        grid-template-columns: 1fr;
      }

      .home-page .category h3 {
        max-width: none;
      }
    }

    /* Home reference layout */
    .home-page {
      --country-black: #17120d;
      --country-ink: #2b2118;
      --country-gold: #b87908;
      --country-gold-dark: #8f5f06;
      --country-line: #e7e1d8;
      --country-paper: #fffdf9;
      --country-soft: #f7f3ed;
      background: #fff;
      color: var(--country-black);
    }

    .home-page a {
      color: inherit;
    }

    .home-page .topbar {
      padding: 0;
      background: #fbfbfb;
      color: var(--country-black);
      border-top: 1px solid #dedede;
      border-bottom: 1px solid #dedede;
      box-shadow: none;
      font-family: 'Montserrat', sans-serif;
      font-size: 11px;
      font-weight: 700;
      letter-spacing: 0;
      text-transform: uppercase;
    }

    .home-page .topbar-inner {
      width: min(calc(100% - 32px), 1180px);
      min-height: 34px;
      margin: 0 auto;
      padding: 0;
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 16px;
      align-items: center;
    }

    .home-page .topbar-inner > div,
    .home-page .topbar-inner > div:first-child {
      grid-column: auto;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      min-width: 0;
      white-space: nowrap;
    }

    .home-page .topbar i {
      color: var(--country-gold);
      font-size: 13px;
    }

    .home-page header.home-header {
      display: block;
      position: relative;
      top: auto;
      min-height: 0;
      padding: 0;
      background: #fff;
      border-bottom: 1px solid #e8e8e8;
      box-shadow: 0 2px 12px rgba(0, 0, 0, .06);
      z-index: 20;
    }

    .home-header-inner {
      width: min(calc(100% - 32px), 1180px);
      min-height: 130px;
      margin: 0 auto;
      display: grid;
      grid-template-columns: 172px minmax(260px, 1fr) auto;
      grid-template-rows: 74px 56px;
      column-gap: 26px;
      align-items: center;
    }

    .home-logo-link {
      grid-row: 1 / 3;
      align-self: center;
      justify-self: start;
      display: block;
      text-decoration: none;
    }

    .home-page .home-logo-link .logo {
      width: 154px;
      height: 154px;
      border: 0;
      border-radius: 50%;
      object-fit: contain;
      background: transparent;
      box-shadow: none;
    }

    .home-search {
      grid-column: 2;
      grid-row: 1;
      justify-self: stretch;
      display: grid;
      grid-template-columns: minmax(0, 1fr) 54px;
      height: 48px;
      border: 1px solid #dfdfdf;
      border-radius: 3px;
      overflow: hidden;
      background: #fff;
    }

    .home-search input {
      min-width: 0;
      border: 0;
      outline: 0;
      padding: 0 20px;
      color: var(--country-ink);
      font-family: 'Montserrat', sans-serif;
      font-size: 13px;
    }

    .home-search button {
      border: 0;
      background: var(--country-gold);
      color: #fff;
      cursor: pointer;
      font-size: 20px;
    }

    .home-search button:hover {
      background: var(--country-gold-dark);
    }

    .home-actions {
      grid-column: 3;
      grid-row: 1;
      display: flex;
      align-items: center;
      justify-content: flex-end;
      gap: 22px;
      white-space: nowrap;
    }

    .home-action {
      min-height: 44px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 9px;
      border: 0;
      background: transparent;
      color: var(--country-black);
      text-decoration: none;
      cursor: pointer;
      font-family: 'Montserrat', sans-serif;
      font-size: 13px;
      font-weight: 700;
      letter-spacing: 0;
      position: relative;
    }

    .home-action i {
      font-size: 23px;
    }

    .home-action small {
      font-size: 12px;
      font-weight: 700;
    }

    .home-page .cart {
      width: auto;
      height: auto;
      font-size: inherit;
      color: var(--country-black);
    }

    .home-page .cart span {
      top: 2px;
      right: -12px;
      min-width: 18px;
      height: 18px;
      display: inline-grid;
      place-items: center;
      padding: 0 5px;
      border-radius: 999px;
      background: var(--country-gold);
      color: #fff;
      font-family: 'Oswald', sans-serif;
      font-size: 11px;
      line-height: 1;
    }

    .home-page nav.home-nav {
      grid-column: 2 / 4;
      grid-row: 2;
      align-self: start;
      height: 56px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 18px;
      flex: 0 1 auto;
      min-width: 0;
      flex-wrap: nowrap;
    }

    .home-page nav.home-nav a {
      display: inline-flex;
      align-items: center;
      gap: 7px;
      min-height: 42px;
      color: var(--country-black);
      font-family: 'Oswald', sans-serif;
      font-size: 15px;
      font-weight: 700;
      letter-spacing: 0;
      text-transform: uppercase;
      text-decoration: none;
      position: relative;
    }

    .home-page nav.home-nav a.active,
    .home-page nav.home-nav a:hover {
      color: var(--country-gold);
    }

    .home-page nav.home-nav a.active::after {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      bottom: 3px;
      height: 2px;
      background: var(--country-gold);
    }

    .home-page .home-nav .dropdown-menu {
      top: calc(100% + 5px);
      border-radius: 4px;
      border-top-color: var(--country-gold);
      text-align: left;
    }

    .home-page .home-hero {
      position: relative;
      min-height: 466px;
      display: flex;
      align-items: center;
      padding: 52px max(32px, calc((100vw - 1180px) / 2));
      overflow: hidden;
      color: var(--country-black);
      background:
        linear-gradient(90deg, rgba(255, 255, 255, .97) 0%, rgba(255, 255, 255, .88) 32%, rgba(255, 255, 255, .18) 58%, rgba(255, 255, 255, 0) 100%),
        url("../imgs/home-hero-country.png") center / cover no-repeat;
      border-bottom: 1px solid var(--country-line);
    }

    .home-page .home-hero .hero-content {
      width: min(620px, 100%);
      max-width: 620px;
      position: relative;
      z-index: 2;
    }

    .home-page .home-hero h1 {
      margin: 0 0 18px;
      color: var(--country-black);
      font-family: 'Rye', cursive;
      font-size: 44px;
      font-weight: 400;
      line-height: 1.1;
      letter-spacing: 0;
      text-transform: uppercase;
      text-shadow: 0 1px 0 #fff;
    }

    .home-page .home-hero h1 span {
      display: inline;
      color: var(--country-gold);
      font-size: 44px;
    }

    .home-page .home-hero p {
      max-width: 460px;
      margin: 0 0 24px;
      color: var(--country-black);
      font-family: 'Oswald', sans-serif;
      font-size: 22px;
      font-weight: 500;
      line-height: 1.28;
      letter-spacing: 0;
      text-transform: uppercase;
    }

    .home-page .home-hero .btn {
      width: fit-content;
      min-width: 174px;
      height: 48px;
      padding: 0 27px;
      border: 0;
      border-radius: 4px;
      background: var(--country-gold);
      color: #fff;
      font-size: 16px;
      letter-spacing: 0;
    }

    .home-page .home-hero .btn:hover {
      background: var(--country-gold-dark);
      transform: none;
    }

    .hero-arrow {
      position: absolute;
      top: 50%;
      width: 42px;
      height: 42px;
      display: grid;
      place-items: center;
      border: 0;
      background: transparent;
      color: #111;
      cursor: pointer;
      transform: translateY(-50%);
      z-index: 3;
      font-size: 26px;
    }

    .hero-arrow-left {
      left: 24px;
    }

    .hero-arrow-right {
      right: 24px;
      color: #fff;
      text-shadow: 0 1px 6px rgba(0, 0, 0, .6);
    }

    .home-page .home-hero .hero-dots {
      left: 50%;
      bottom: -14px;
      display: flex;
      gap: 9px;
      padding: 10px 15px;
      border-radius: 999px;
      background: #fff;
      box-shadow: 0 3px 16px rgba(0, 0, 0, .12);
      transform: translateX(-50%);
      z-index: 4;
    }

    .home-page .home-hero .hero-dots span {
      width: 10px;
      height: 10px;
      border-radius: 50%;
      background: #d7d1c8;
    }

    .home-page .home-hero .hero-dots span:nth-child(2) {
      background: var(--country-gold);
    }

    .home-page .trust-strip {
      width: min(calc(100% - 32px), 1180px);
      margin: 0 auto;
      padding: 34px 0 22px;
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 0;
      background: #fff;
      border-bottom: 1px solid var(--country-line);
    }

    .trust-item {
      min-height: 76px;
      display: grid;
      grid-template-columns: 42px minmax(0, 1fr);
      gap: 15px;
      align-items: center;
      padding: 0 22px;
      border-right: 1px solid var(--country-line);
    }

    .trust-item:last-child {
      border-right: 0;
    }

    .trust-item i {
      color: var(--country-gold);
      font-size: 34px;
    }

    .trust-item strong {
      display: block;
      margin-bottom: 5px;
      color: var(--country-black);
      font-family: 'Oswald', sans-serif;
      font-size: 15px;
      letter-spacing: 0;
      text-transform: uppercase;
    }

    .trust-item small {
      display: block;
      color: #4f4a44;
      font-size: 12px;
      line-height: 1.35;
    }

    .home-page .home-section,
    .home-page .home-teasers {
      width: min(calc(100% - 32px), 1180px);
      margin: 0 auto;
      padding: 26px 0 18px;
    }

    .home-page #produtos {
      padding-top: 8px;
    }

    .home-page .section-title {
      margin: 0 0 22px;
      color: var(--country-black);
      font-family: 'Rye', cursive;
      font-size: 28px;
      font-weight: 400;
      line-height: 1.2;
      letter-spacing: 0;
      text-transform: uppercase;
      gap: 18px;
    }

    .home-page .section-title::before,
    .home-page .section-title::after {
      width: 50px;
      height: 1px;
      flex: 0 0 50px;
      background: var(--country-gold);
    }

    .home-page .section-title span {
      display: inline-flex;
      align-items: center;
      gap: 12px;
      min-width: 0;
    }

    .home-page .section-title span::before,
    .home-page .section-title span::after {
      content: "★";
      color: var(--country-gold);
      font-family: 'Oswald', sans-serif;
      font-size: 14px;
      line-height: 1;
    }

    .home-page .category-gallery {
      display: grid;
      grid-template-columns: repeat(6, minmax(0, 1fr));
      gap: 16px;
    }

    .home-page .category-gallery .category {
      display: block;
      overflow: hidden;
      border: 1px solid var(--country-line);
      border-radius: 6px;
      background: #fff;
      color: var(--country-black);
      text-align: center;
      text-decoration: none;
      box-shadow: 0 4px 12px rgba(0, 0, 0, .05);
    }

    .home-page .category-gallery .category img {
      width: 100%;
      height: auto;
      aspect-ratio: 1 / .78;
      object-fit: cover;
      padding: 0;
      margin: 0;
      border: 0;
      border-radius: 0;
      box-shadow: none;
      background: var(--country-soft);
    }

    .home-page .category-gallery .category h3 {
      max-width: none;
      min-height: 48px;
      display: grid;
      place-items: center;
      margin: 0;
      padding: 9px 6px 13px;
      color: var(--country-black);
      font-family: 'Oswald', sans-serif;
      font-size: 15px;
      line-height: 1.15;
      letter-spacing: 0;
      text-transform: uppercase;
      position: relative;
    }

    .home-page .category-gallery .category h3::after {
      content: "";
      position: absolute;
      left: 50%;
      bottom: 7px;
      width: 34px;
      height: 2px;
      background: var(--country-gold);
      transform: translateX(-50%);
    }

    .home-page .featured-products {
      display: grid;
      grid-template-columns: repeat(5, minmax(0, 1fr));
      gap: 16px;
    }

    .home-page .featured-products .product {
      min-height: 330px;
      display: flex;
      flex-direction: column;
      align-items: stretch;
      padding: 10px 10px 52px;
      border: 1px solid var(--country-line);
      border-radius: 6px;
      background: #fff;
      text-align: left;
      box-shadow: 0 4px 14px rgba(0, 0, 0, .06);
    }

    .home-page .featured-products .favorite {
      display: none;
    }

    .home-page .featured-products .product > a {
      display: block;
      height: 154px;
      overflow: hidden;
      margin-bottom: 12px;
      border-radius: 5px;
      background: var(--country-soft);
    }

    .home-page .featured-products .product img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      margin: 0;
      mix-blend-mode: normal;
    }

    .home-page .featured-products .product h3 {
      min-height: 43px;
      margin: 0 0 7px;
      color: var(--country-black);
      font-family: 'Montserrat', sans-serif;
      font-size: 13px;
      font-weight: 700;
      line-height: 1.25;
      letter-spacing: 0;
      text-transform: none;
    }

    .home-page .featured-products .product h3 a {
      color: inherit;
    }

    .home-page .featured-products .price {
      margin: 0 0 3px;
      color: #111;
      font-family: 'Oswald', sans-serif;
      font-size: 20px;
      font-weight: 700;
      letter-spacing: 0;
    }

    .home-page .featured-products .installment {
      margin: 0 0 7px;
      color: #4d4842;
      font-size: 11px;
      line-height: 1.25;
    }

    .rating {
      display: inline-flex;
      align-items: center;
      gap: 4px;
      margin-top: auto;
      color: var(--country-gold);
      font-size: 12px;
      line-height: 1;
    }

    .rating small {
      color: #5c564e;
      font-size: 11px;
    }

    .home-page .featured-products .add-cart {
      position: absolute;
      right: 10px;
      bottom: 10px;
      width: 36px;
      height: 36px;
      display: grid;
      place-items: center;
      padding: 0;
      border-radius: 4px;
      background: var(--country-gold);
      color: #fff;
      font-size: 18px;
    }

    .home-page .featured-products .add-cart:hover {
      background: var(--country-gold-dark);
    }

    .home-page .home-teasers {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 16px;
      padding-bottom: 28px;
    }

    .teaser-card {
      min-height: 158px;
      display: grid;
      grid-template-columns: 44% minmax(0, 1fr);
      overflow: hidden;
      border: 1px solid var(--country-line);
      border-radius: 6px;
      background: #fff;
      box-shadow: 0 4px 12px rgba(0, 0, 0, .05);
    }

    .teaser-card img {
      width: 100%;
      height: 100%;
      min-height: 158px;
      object-fit: cover;
    }

    .teaser-card:first-child img {
      object-position: 68% center;
    }

    .teaser-card div {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: flex-start;
      padding: 20px;
    }

    .teaser-card h2 {
      margin: 0 0 9px;
      color: var(--country-black);
      font-family: 'Rye', cursive;
      font-size: 21px;
      font-weight: 400;
      line-height: 1.15;
      letter-spacing: 0;
      text-transform: uppercase;
    }

    .teaser-card p {
      margin: 0 0 13px;
      color: #3d3730;
      font-size: 13px;
      line-height: 1.45;
    }

    .teaser-card a {
      display: inline-flex;
      min-height: 32px;
      align-items: center;
      justify-content: center;
      padding: 0 14px;
      border-radius: 4px;
      background: var(--country-gold);
      color: #fff;
      font-family: 'Oswald', sans-serif;
      font-size: 12px;
      font-weight: 700;
      letter-spacing: 0;
      text-decoration: none;
      text-transform: uppercase;
    }

    .home-page footer.home-footer {
      padding: 28px 0 24px;
      background: #fff;
      border-top: 1px solid var(--country-line);
    }

    .home-page .home-footer-grid {
      width: min(calc(100% - 32px), 1180px);
      margin: 0 auto;
      display: grid;
      grid-template-columns: 145px 1fr 1.45fr 1fr 1.45fr;
      gap: 26px;
      align-items: start;
    }

    .home-page .footer-brand {
      display: flex;
      align-items: flex-start;
      justify-content: center;
    }

    .home-page .home-footer .footer-logo {
      width: 118px;
      height: 118px;
      margin: 0;
      border: 0;
      border-radius: 50%;
      background: transparent;
      box-shadow: none;
      object-fit: contain;
    }

    .home-page .home-footer h3 {
      margin: 0 0 10px;
      color: var(--country-black);
      font-family: 'Oswald', sans-serif;
      font-size: 13px;
      font-weight: 700;
      letter-spacing: 0;
      text-transform: uppercase;
    }

    .home-page .home-footer ul {
      display: grid;
      gap: 5px;
      margin: 0;
      padding: 0;
    }

    .home-page .home-footer li,
    .home-page .home-footer li a {
      margin: 0;
      color: #3f3932;
      font-size: 12px;
      line-height: 1.45;
      text-decoration: none;
    }

    .home-page .home-footer li a:hover {
      color: var(--country-gold);
      transform: none;
    }

    .home-page .home-footer .socials {
      display: flex;
      align-items: center;
      gap: 13px;
      margin: 0;
      font-size: 22px;
    }

    .home-page .home-footer .socials a {
      width: auto;
      height: auto;
      border-radius: 0;
      background: transparent;
      color: #111;
    }

    .home-page .home-footer .socials a:hover {
      color: var(--country-gold);
      background: transparent;
      transform: none;
    }

    .payment-list {
      display: flex;
      flex-wrap: wrap;
      gap: 7px;
    }

    .payment-list span {
      min-height: 28px;
      display: inline-flex;
      align-items: center;
      gap: 5px;
      padding: 0 8px;
      border: 1px solid #d8d8d8;
      border-radius: 4px;
      background: #fff;
      color: #111;
      font-family: 'Oswald', sans-serif;
      font-size: 12px;
      font-weight: 700;
      letter-spacing: 0;
    }

    .payment-list i {
      color: var(--country-gold);
      font-size: 17px;
    }

    .home-page > .copyright {
      min-height: 32px;
      justify-content: center;
      padding: 9px 16px;
      background: #fff;
      border-top: 1px solid var(--country-line);
      color: #5d564e;
      font-size: 11px;
      text-align: center;
    }

    @media (max-width: 1100px) {
      .home-header-inner {
        grid-template-columns: 138px minmax(0, 1fr);
        grid-template-rows: auto auto auto;
        row-gap: 10px;
        min-height: 0;
        padding: 12px 0;
      }

      .home-logo-link {
        grid-row: 1 / 3;
      }

      .home-page .home-logo-link .logo {
        width: 126px;
        height: 126px;
      }

      .home-search {
        grid-column: 2;
        grid-row: 1;
      }

      .home-actions {
        grid-column: 2;
        grid-row: 2;
        justify-content: flex-end;
      }

      .home-page nav.home-nav {
        grid-column: 1 / 3;
        grid-row: 3;
        justify-content: center;
        flex-wrap: wrap;
        height: auto;
        gap: 4px 22px;
      }

      .home-page .trust-strip {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }

      .trust-item:nth-child(2) {
        border-right: 0;
      }

      .trust-item:nth-child(-n + 2) {
        border-bottom: 1px solid var(--country-line);
      }

      .home-page .category-gallery,
      .home-page .featured-products {
        grid-template-columns: repeat(3, minmax(0, 1fr));
      }

      .home-page .home-teasers,
      .home-page .home-footer-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }

      .home-page .footer-brand {
        justify-content: flex-start;
      }
    }

    @media (max-width: 768px) {
      .home-page .topbar-inner {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 10px;
        min-height: 32px;
      }

      .home-page .topbar-inner > div,
      .home-page .topbar-inner > div:first-child {
        white-space: nowrap;
        font-size: 10px;
      }

      .home-header-inner {
        grid-template-columns: auto minmax(0, 1fr);
        grid-template-areas:
          "logo actions"
          "search search"
          "nav nav";
        column-gap: 16px;
        row-gap: 10px;
        align-items: center;
        width: min(calc(100% - 28px), 1180px);
        padding: 10px 0 12px;
      }

      .home-logo-link {
        grid-area: logo;
        justify-self: start;
      }

      .home-search {
        grid-area: search;
      }

      .home-actions {
        grid-area: actions;
        justify-self: end;
      }

      .home-page nav.home-nav {
        grid-area: nav;
      }

      .home-page .home-logo-link .logo {
        width: 94px;
        height: 94px;
      }

      .home-search {
        width: 100%;
      }

      .home-actions {
        justify-content: flex-end;
        flex-wrap: wrap;
        gap: 14px;
      }

      .home-page nav.home-nav {
        width: 100%;
        justify-content: center;
        gap: 0 14px;
      }

      .home-page nav.home-nav a {
        min-height: 34px;
        font-size: 14px;
      }

      .home-page .home-hero {
        min-height: 430px;
        padding: 38px 24px 52px;
        align-items: flex-start;
        background:
          linear-gradient(180deg, rgba(255, 255, 255, .98) 0%, rgba(255, 255, 255, .9) 48%, rgba(255, 255, 255, .2) 100%),
          url("../imgs/home-hero-country.png") 62% center / cover no-repeat;
      }

      .home-page .home-hero h1,
      .home-page .home-hero h1 span {
        font-size: 42px;
      }

      .home-page .home-hero p {
        font-size: 18px;
      }

      .hero-arrow {
        display: none;
      }

      .home-page .trust-strip {
        grid-template-columns: 1fr;
        padding-top: 28px;
      }

      .trust-item {
        border-right: 0;
        border-bottom: 1px solid var(--country-line);
        padding: 14px 6px;
      }

      .trust-item:last-child {
        border-bottom: 0;
      }

      .trust-item:nth-child(-n + 2) {
        border-bottom: 1px solid var(--country-line);
      }

      .home-page .section-title {
        font-size: 24px;
      }

      .home-page .section-title::before,
      .home-page .section-title::after {
        width: 28px;
        flex-basis: 28px;
      }

      .home-page .category-gallery,
      .home-page .featured-products {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 14px;
      }

      .home-page .home-teasers,
      .home-page .home-footer-grid {
        grid-template-columns: 1fr;
      }

      .teaser-card {
        grid-template-columns: 38% minmax(0, 1fr);
      }
    }

    @media (max-width: 520px) {
      .home-page .topbar-inner {
        width: min(calc(100% - 24px), 1180px);
      }

      .home-page .home-hero {
        min-height: clamp(418px, 114vw, 475px);
        padding: 34px 20px 48px;
      }

      .home-page .home-hero h1,
      .home-page .home-hero h1 span {
        font-size: 34px;
      }

      .home-page .category-gallery,
      .home-page .featured-products {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
      }

      .home-page .featured-products .product > a {
        height: 150px;
      }

      .teaser-card img {
        min-height: 150px;
      }

      .home-page .home-footer-grid {
        text-align: left;
      }
    }

    @media (max-width: 460px) {
      .home-page .topbar-inner {
        grid-template-columns: 1fr;
        gap: 2px;
        padding: 7px 0;
      }

      .home-page .topbar-inner > div,
      .home-page .topbar-inner > div:first-child {
        white-space: normal;
      }

      .home-page nav.home-nav {
        gap: 0 11px;
      }

      .home-page nav.home-nav a {
        font-size: 13px;
      }
    }

    @media (max-width: 380px) {
      .home-header-inner {
        column-gap: 10px;
      }

      .home-page .home-logo-link .logo {
        width: 82px;
        height: 82px;
      }

      .home-actions {
        gap: 10px;
      }

      .home-action {
        min-width: 44px;
      }

      .home-action small {
        display: none;
      }

      .home-search {
        height: 44px;
        grid-template-columns: minmax(0, 1fr) 48px;
      }

      .home-search input {
        padding: 0 14px;
      }

      .home-page .home-hero h1,
      .home-page .home-hero h1 span {
        font-size: 31px;
      }

      .home-page .home-hero p {
        font-size: 16px;
      }

      .home-page .category-gallery,
      .home-page .featured-products {
        grid-template-columns: 1fr;
      }

      .home-page .featured-products .product > a {
        height: 188px;
      }

      .teaser-card {
        grid-template-columns: 1fr;
      }
    }
