/*
Theme Name: Hubb Arabian Perfumes
Theme URI: https://example.com/hubb-arabian-perfumes
Author: Codex
Description: Tema premium para loja WordPress/WooCommerce de perfumes arabes, inspirado no layout de referencia enviado, com home editavel, logo personalizada, vitrine de produtos, categorias e blog.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
Text Domain: hubb-arabian-perfumes
Tags: e-commerce, woocommerce, custom-logo, custom-menu, featured-images, blog
*/

:root {
  --hubb-black: #050505;
  --hubb-ink: #141414;
  --hubb-muted: #68645f;
  --hubb-gold: #c9973c;
  --hubb-gold-dark: #9f7024;
  --hubb-cream: #f7f1e8;
  --hubb-soft: #fbf8f3;
  --hubb-line: #e9ded0;
  --hubb-white: #fff;
  --hubb-serif: "Cormorant Garamond", Georgia, serif;
  --hubb-sans: "Montserrat", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  background: var(--hubb-white);
  color: var(--hubb-ink);
  font-family: var(--hubb-sans);
  font-size: 15px;
  line-height: 1.65;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

.container {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
}

.topbar {
  background: #000;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.topbar__inner {
  min-height: 42px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  gap: 16px;
}

.topbar__item {
  display: flex;
  align-items: center;
  gap: 9px;
}

.topbar__item:nth-child(2) {
  justify-content: center;
}

.topbar__item:nth-child(3) {
  justify-content: flex-end;
}

.topbar svg,
.hubb-icon {
  width: 21px;
  height: 21px;
  stroke: var(--hubb-gold);
  stroke-width: 1.7;
  fill: none;
  flex: 0 0 auto;
}

.site-header {
  background: #fff;
  border-bottom: 1px solid #f0ebe4;
  position: sticky;
  top: 0;
  z-index: 20;
}

.admin-bar .site-header {
  top: 32px;
}

.header__inner {
  min-height: 104px;
  display: grid;
  grid-template-columns: 240px 1fr 150px;
  align-items: center;
  gap: 24px;
}

.site-logo img {
  width: 220px;
  max-height: 76px;
  object-fit: contain;
}

.main-navigation ul {
  display: flex;
  justify-content: center;
  gap: 36px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.main-navigation a {
  color: #111;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  padding: 40px 0;
  position: relative;
}

.main-navigation a:hover,
.main-navigation .current-menu-item > a {
  color: var(--hubb-gold-dark);
}

.main-navigation .current-menu-item > a::after,
.main-navigation a:hover::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 31px;
  height: 1px;
  background: var(--hubb-gold);
}

.header-actions {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 18px;
}

.header-actions a {
  position: relative;
}

.header-actions .social-action .hubb-icon {
  width: 20px;
  height: 20px;
}

.cart-count {
  position: absolute;
  top: -9px;
  right: -10px;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  border-radius: 999px;
  background: #000;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  text-align: center;
  line-height: 18px;
}

.menu-toggle {
  display: none;
  border: 0;
  background: transparent;
  padding: 8px;
}

.hero {
  min-height: 480px;
  background:
    linear-gradient(90deg, rgba(255,255,255,.95) 0%, rgba(255,255,255,.80) 36%, rgba(255,255,255,.10) 68%),
    var(--hero-image),
    linear-gradient(120deg, #f8f1e7, #ead8c3);
  background-position: center;
  background-size: cover;
  display: flex;
  align-items: center;
}

.hero__content {
  max-width: 480px;
  padding: 70px 0;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--hubb-gold-dark);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.hero h1,
.section-title,
.entry-title,
.woocommerce-products-header__title {
  font-family: var(--hubb-serif);
  font-weight: 600;
  letter-spacing: .01em;
}

.hero h1 {
  margin: 0;
  max-width: 430px;
  font-size: clamp(42px, 5vw, 64px);
  line-height: .98;
  text-transform: uppercase;
}

.gold-line {
  width: 38px;
  height: 1px;
  background: var(--hubb-gold);
  margin: 26px 0 22px;
}

.hero p {
  max-width: 360px;
  color: #4b4b4b;
  margin: 0 0 24px;
  font-size: 16px;
}

.button,
.wp-block-button__link,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 25px;
  border: 1px solid var(--hubb-gold);
  border-radius: 2px;
  background: var(--hubb-gold);
  color: #fff;
  font-family: var(--hubb-sans);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  transition: .2s ease;
}

.button:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
  background: #111;
  border-color: #111;
  color: #fff;
}

.benefits {
  background: #fff;
  border-bottom: 1px solid #eee6dc;
}

.benefits__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
  padding: 34px 0;
}

.benefit {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 16px;
  align-items: center;
}

.benefit strong {
  display: block;
  font-size: 12px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.benefit span {
  color: var(--hubb-muted);
  font-size: 13px;
}

.section {
  padding: 48px 0 56px;
}

.section--soft {
  background: var(--hubb-soft);
}

.section-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 24px;
  margin-bottom: 26px;
}

.section-head--center {
  justify-content: center;
  text-align: center;
}

.section-title {
  margin: 0;
  font-size: 30px;
  line-height: 1.1;
  text-transform: uppercase;
}

.section-link {
  color: var(--hubb-gold-dark);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.category-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.category-card {
  min-height: 150px;
  border-radius: 2px;
  overflow: hidden;
  position: relative;
  background: #d8c4ad;
}

.category-card img {
  width: 100%;
  height: 100%;
  min-height: 150px;
  object-fit: cover;
}

.category-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,.05), rgba(0,0,0,.62));
}

.category-card span {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 16px;
  z-index: 1;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
  text-align: center;
  text-transform: uppercase;
}

.products-grid,
.woocommerce ul.products {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  padding: 0;
}

.woocommerce ul.products::before,
.woocommerce ul.products::after {
  display: none;
}

.woocommerce ul.products li.product,
.product-card {
  width: auto !important;
  margin: 0 !important;
  float: none !important;
  border: 1px solid #eee7df;
  background: #fff;
  list-style: none;
  position: relative;
}

.woocommerce ul.products li.product a img,
.product-card__image {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  background: #faf7f2;
  margin: 0;
  padding: 16px;
}

.woocommerce-loop-product__title,
.product-card h3 {
  min-height: 36px;
  padding: 16px 14px 2px !important;
  color: #111;
  font-size: 12px !important;
  font-weight: 800;
  letter-spacing: .08em;
  line-height: 1.25;
  text-transform: uppercase;
}

.woocommerce ul.products li.product .price,
.product-card .price {
  display: block;
  padding: 0 14px 16px;
  color: var(--hubb-gold-dark);
  font-size: 14px;
  font-weight: 800;
}

.woocommerce ul.products li.product .button {
  position: absolute;
  right: 12px;
  bottom: 13px;
  width: 34px;
  min-height: 34px;
  padding: 0;
  font-size: 0;
}

.woocommerce ul.products li.product .button::before {
  content: "+";
  font-size: 20px;
  line-height: 1;
}

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

.post-card img {
  width: 100%;
  aspect-ratio: 16 / 7;
  object-fit: cover;
  border-radius: 2px;
}

.post-card time {
  display: block;
  margin-top: 12px;
  color: var(--hubb-muted);
  font-size: 10px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.post-card h3 {
  margin: 4px 0 8px;
  font-family: var(--hubb-serif);
  font-size: 22px;
  line-height: 1.05;
  font-weight: 600;
}

.site-footer {
  border-top: 1px solid #eee6dc;
  background: #fff;
}

.footer-benefits {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  padding: 28px 0;
}

.footer-benefit {
  display: grid;
  grid-template-columns: 30px 1fr;
  gap: 10px;
  align-items: center;
}

.footer-benefit strong {
  display: block;
  font-size: 11px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.footer-benefit span {
  color: var(--hubb-muted);
  font-size: 12px;
}

.footer-bottom {
  background: #070707;
  color: #fff;
  padding: 28px 0;
  font-size: 13px;
}

.content-area {
  padding: 56px 0;
}

.entry-content,
.woocommerce {
  max-width: 1120px;
  margin: 0 auto;
}

.entry-content a {
  color: var(--hubb-gold-dark);
}

.woocommerce div.product .product_title {
  font-family: var(--hubb-serif);
  font-size: 44px;
  font-weight: 600;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
  color: var(--hubb-gold-dark);
  font-weight: 800;
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
  border-top-color: var(--hubb-gold);
}

.woocommerce-message::before,
.woocommerce-info::before {
  color: var(--hubb-gold);
}

@media (max-width: 900px) {
  .topbar__inner,
  .benefits__grid,
  .footer-benefits {
    grid-template-columns: 1fr;
  }

  .topbar__item,
  .topbar__item:nth-child(2),
  .topbar__item:nth-child(3) {
    justify-content: center;
  }

  .header__inner {
    min-height: 86px;
    grid-template-columns: 190px 1fr;
  }

  .site-logo img {
    width: 180px;
  }

  .menu-toggle {
    display: inline-flex;
    margin-left: auto;
  }

  .main-navigation {
    grid-column: 1 / -1;
    display: none;
    padding-bottom: 18px;
  }

  .main-navigation.is-open {
    display: block;
  }

  .main-navigation ul {
    display: grid;
    gap: 0;
  }

  .main-navigation a {
    display: block;
    padding: 13px 0;
  }

  .header-actions {
    justify-content: flex-end;
  }

  .category-grid,
  .products-grid,
  .woocommerce ul.products,
  .blog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  .container {
    width: min(100% - 28px, 1120px);
  }

  .header__inner {
    grid-template-columns: 150px 1fr;
    gap: 12px;
  }

  .site-logo img {
    width: 148px;
  }

  .header-actions {
    gap: 11px;
  }

  .hero {
    min-height: 560px;
    align-items: flex-start;
    background:
      linear-gradient(180deg, rgba(255,255,255,.96) 0%, rgba(255,255,255,.80) 54%, rgba(255,255,255,.18) 100%),
      var(--hero-image),
      linear-gradient(120deg, #f8f1e7, #ead8c3);
    background-position: center bottom;
  }

  .hero__content {
    padding: 48px 0;
  }

  .hero h1 {
    font-size: 40px;
  }

  .section-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .category-grid,
  .products-grid,
  .woocommerce ul.products,
  .blog-grid {
    grid-template-columns: 1fr;
  }
}

/* Dark luxury edition */
body {
  background: #020202;
  color: #f7efe3;
}

.topbar,
.site-header,
.benefits,
.section,
.section--soft,
.site-footer,
.footer-bottom {
  background: #020202;
}

.topbar {
  border-bottom: 1px solid rgba(201, 151, 60, .32);
}

.site-header {
  border-bottom: 1px solid rgba(201, 151, 60, .18);
}

.header__inner {
  min-height: 112px;
}

.main-navigation a {
  color: #fff;
}

.main-navigation a:hover,
.main-navigation .current-menu-item > a {
  color: var(--hubb-gold);
}

.hubb-icon,
.topbar svg {
  stroke: var(--hubb-gold);
}

.hero {
  min-height: 630px;
  background:
    linear-gradient(90deg, rgba(0,0,0,.98) 0%, rgba(0,0,0,.82) 27%, rgba(0,0,0,.10) 64%, rgba(0,0,0,.24) 100%),
    var(--hero-image),
    #020202;
  background-position: center;
  background-size: cover;
  border-bottom: 1px solid rgba(201, 151, 60, .2);
}

.hero__content {
  padding-top: 105px;
}

.hero h1,
.section-title,
.entry-title,
.woocommerce-products-header__title,
.shop-hero h1 {
  color: #fff;
  text-shadow: 0 7px 22px rgba(0,0,0,.62);
}

.eyebrow,
.section-title,
.section-link,
.woocommerce ul.products li.product .price,
.product-card .price {
  color: var(--hubb-gold);
}

.hero p,
.shop-hero p,
.benefit span,
.footer-benefit span,
.post-card time,
.footer-main p,
.footer-main a,
.brand {
  color: #d4c9bb;
}

.button,
.wp-block-button__link,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit {
  background: transparent;
  border-color: var(--hubb-gold);
  color: var(--hubb-gold);
}

.button:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
  background: var(--hubb-gold);
  border-color: var(--hubb-gold);
  color: #050505;
}

.benefits,
.footer-benefits,
.decant-benefits,
.store-cats {
  border-top: 1px solid rgba(201, 151, 60, .22);
  border-bottom: 1px solid rgba(201, 151, 60, .22);
}

.benefit {
  border-right: 1px solid rgba(201, 151, 60, .25);
  padding-right: 24px;
}

.benefit:last-child {
  border-right: 0;
}

.benefit strong,
.footer-benefit strong,
.decant-benefits strong {
  color: #fff;
}

.category-card {
  border: 1px solid rgba(201, 151, 60, .36);
  background: #0a0805;
}

.category-card::after {
  background: linear-gradient(180deg, rgba(0,0,0,.05), rgba(0,0,0,.78));
}

.category-card span {
  color: #fff1c8;
}

.products-grid,
.woocommerce ul.products {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.woocommerce ul.products li.product,
.product-card {
  background: linear-gradient(180deg, #12100d, #050403);
  border: 1px solid rgba(201, 151, 60, .36);
  border-radius: 4px;
  overflow: hidden;
}

.woocommerce ul.products li.product a img,
.product-card__image {
  background: radial-gradient(circle at 50% 12%, rgba(201,151,60,.14), rgba(0,0,0,.08) 45%, #050403 100%);
}

.woocommerce-loop-product__title,
.product-card h3 {
  color: #fff !important;
}

.woocommerce ul.products li.product .button,
.mini-cart {
  right: 13px;
  bottom: 13px;
  background: transparent;
  border-color: var(--hubb-gold);
  color: var(--hubb-gold);
}

.woocommerce ul.products li.product .button:hover,
.mini-cart:hover {
  background: var(--hubb-gold);
  color: #050505;
}

.wishlist {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 2;
  width: 28px;
  height: 28px;
  border: 0;
  background: transparent;
  padding: 0;
}

.wishlist .hubb-icon {
  width: 22px;
  height: 22px;
}

.mini-cart {
  position: absolute;
  width: 34px;
  height: 34px;
  border: 1px solid;
  border-radius: 3px;
  display: grid;
  place-items: center;
}

.mini-cart .hubb-icon {
  width: 19px;
  height: 19px;
}

.product-card .brand {
  margin: 0;
  padding: 0 14px 2px;
  font-size: 13px;
}

.blog-grid {
  gap: 28px;
}

.post-card {
  color: #fff;
}

.post-card img {
  border: 1px solid rgba(201, 151, 60, .32);
}

.post-card h3 {
  color: #fff;
}

.shop-hero {
  min-height: 410px;
  display: flex;
  align-items: center;
  background:
    linear-gradient(90deg, rgba(0,0,0,.98) 0%, rgba(0,0,0,.82) 33%, rgba(0,0,0,.12) 70%),
    var(--shop-hero-image),
    #020202;
  background-position: center;
  background-size: cover;
  border-bottom: 1px solid rgba(201, 151, 60, .22);
}

.shop-hero__content {
  max-width: 520px;
}

.breadcrumb-lite {
  color: #b9aa94;
  font-size: 13px;
  margin: 0 0 12px;
}

.shop-hero h1 {
  margin: 0;
  font-family: var(--hubb-serif);
  font-size: clamp(44px, 5vw, 62px);
  line-height: 1;
  text-transform: uppercase;
}

.ornament-line {
  width: 160px;
  height: 1px;
  margin: 26px 0;
  background: linear-gradient(90deg, var(--hubb-gold), var(--hubb-gold) 43%, transparent 43%, transparent 57%, var(--hubb-gold) 57%);
  position: relative;
}

.ornament-line::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 7px;
  height: 7px;
  border: 1px solid var(--hubb-gold);
  background: #020202;
  transform: translate(-50%, -50%) rotate(45deg);
}

.store-cats__grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 22px;
  padding: 22px 0 28px;
}

.store-cats a {
  display: grid;
  justify-items: center;
  gap: 10px;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.store-cats .hubb-icon {
  width: 48px;
  height: 48px;
  padding: 12px;
  border: 1px solid var(--hubb-gold);
  border-radius: 999px;
}

.store-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  margin-bottom: 28px;
}

.store-toolbar__filters,
.store-toolbar__sort {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.store-toolbar strong {
  color: var(--hubb-gold);
  font-size: 12px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.store-toolbar button {
  min-height: 40px;
  padding: 0 16px;
  border: 1px solid rgba(201, 151, 60, .42);
  border-radius: 3px;
  background: #050403;
  color: #fff;
  font: 700 12px var(--hubb-sans);
  letter-spacing: .06em;
  text-transform: uppercase;
}

.store-toolbar button span {
  color: var(--hubb-gold);
  margin-left: 12px;
}

.decant-benefits__grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 22px;
  padding: 28px 0;
}

.decant-benefits__grid > div {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 14px;
  align-items: center;
  border-right: 1px solid rgba(201, 151, 60, .24);
  padding-right: 18px;
}

.decant-benefits__grid > div:last-child {
  border-right: 0;
}

.decant-benefits span {
  color: #d4c9bb;
  font-size: 12px;
}

.size-guide {
  display: grid;
  grid-template-columns: 1.5fr repeat(4, 1fr);
  gap: 20px;
  margin-top: 28px;
  padding: 18px 22px;
  border: 1px solid rgba(201, 151, 60, .32);
  border-radius: 4px;
  background: linear-gradient(180deg, #100e0b, #060504);
}

.size-guide > div {
  display: grid;
  gap: 4px;
  border-right: 1px solid rgba(201, 151, 60, .18);
  padding-right: 18px;
}

.size-guide > div:last-child {
  border-right: 0;
}

.size-guide strong {
  color: #fff;
  text-transform: uppercase;
}

.size-guide span {
  color: #d4c9bb;
  font-size: 13px;
}

.footer-main {
  border-top: 1px solid rgba(201, 151, 60, .22);
  padding: 36px 0 28px;
}

.footer-main__grid {
  display: grid;
  grid-template-columns: 1.15fr 1.8fr .9fr .9fr;
  gap: 34px;
}

.footer-logo {
  width: 160px;
  margin-bottom: 14px;
}

.footer-main h3 {
  margin: 0 0 13px;
  color: var(--hubb-gold);
  font-size: 13px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.footer-main a {
  display: block;
  margin: 7px 0;
  font-size: 13px;
}

.social-row {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.newsletter-box form {
  display: grid;
  grid-template-columns: 1fr 150px;
  max-width: 520px;
  border: 1px solid rgba(201, 151, 60, .42);
  border-radius: 3px;
  overflow: hidden;
}

.newsletter-box input {
  min-height: 44px;
  border: 0;
  background: #080604;
  color: #fff;
  padding: 0 16px;
}

.newsletter-box .button {
  min-height: 44px;
  border: 0;
  border-radius: 0;
  background: var(--hubb-gold);
  color: #050505;
}

.footer-bottom {
  border-top: 1px solid rgba(201, 151, 60, .18);
  color: #b9aa94;
}

.content-area {
  background: #020202;
}

.entry-content,
.woocommerce {
  color: #f7efe3;
}

.woocommerce-result-count,
.woocommerce-ordering,
.woocommerce-breadcrumb,
.woocommerce div.product .woocommerce-tabs ul.tabs li a,
.woocommerce div.product .woocommerce-tabs .panel,
.woocommerce table.shop_table {
  color: #f7efe3;
}

.woocommerce div.product .product_title {
  color: #fff;
}

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

  .store-cats__grid,
  .decant-benefits__grid,
  .footer-main__grid,
  .size-guide {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .benefit,
  .decant-benefits__grid > div,
  .size-guide > div {
    border-right: 0;
  }

  .store-toolbar {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 620px) {
  .hero,
  .shop-hero {
    background:
      linear-gradient(180deg, rgba(0,0,0,.98) 0%, rgba(0,0,0,.82) 54%, rgba(0,0,0,.35) 100%),
      var(--hero-image),
      #020202;
    background-position: center bottom;
  }

  .shop-hero {
    background:
      linear-gradient(180deg, rgba(0,0,0,.98) 0%, rgba(0,0,0,.82) 54%, rgba(0,0,0,.35) 100%),
      var(--shop-hero-image),
      #020202;
    background-position: center bottom;
  }

  .products-grid,
  .woocommerce ul.products,
  .store-cats__grid,
  .decant-benefits__grid,
  .footer-main__grid,
  .size-guide,
  .newsletter-box form {
    grid-template-columns: 1fr;
  }
}
