/* GoMarket / The Trickster storefront */
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,400;0,700;0,900;1,400&display=swap");

:root {
  --gm-orange: #ff5400;
  --gm-orange-hover: #ff7200;
  --gm-green: #073b3a;
  --gm-green-deep: #042928;
  --gm-green-mid: #0c5553;
  --gm-green-soft: #eef6f5;
}

* { margin: 0; padding: 0; outline: none; border: none; box-sizing: border-box; }
html { font-size: 16px; }
body { overflow-x: hidden; background: #fff; color: var(--gm-green); font-family: "Lato", sans-serif; }
img { max-width: 100%; display: block; }
a { text-decoration: none; color: inherit; }
ul, ol { list-style: none; }
button { cursor: pointer; background: none; font-family: inherit; }
h1,h2,h3,h4,h5,h6 { text-transform: uppercase; font-weight: 900; line-height: 1em; font-family: "Lato", sans-serif; }
p { color: #8b8b8b; font-size: 1em; line-height: 30px; }
::selection { color: #fff; background: #ff5400; }

.wrap, .widget-line, .navigation, .slide-content-wrap, .section-navigation,
.section, .action-poster, .widget-form, .footer-top, .footer-bottom, .product-builder {
  max-width: 1170px; width: 95%; margin: 0 auto;
}

.logo { width: 72px; height: 72px; display: block; flex-shrink: 0; }
.logo-img { width: 100%; height: 100%; object-fit: cover; display: block; border-radius: 50%; }
.title { color: var(--gm-green); font-size: 1.125em; font-weight: 900; line-height: 1em; }
.title.secondary { color: #fff; }
.title.large { font-size: 2.625em; }
.title.bigger { font-size: 1.875em; }
.title.medium { font-size: 1.5em; }
.title.small { font-size: 1em; }
.title.tiny { font-size: 0.875em; }
.subsection-title { font-size: 1.25em; }
.line-separator { width: 30px; height: 3px; margin-top: 18px; background: #ff5400; border: none; }
.line-separator.big { width: 50px; height: 4px; margin: 24px auto 26px; }
.pretitle { color: #b2b2b2; font-size: 0.875em; text-align: center; font-weight: 700; margin-bottom: 10px; }
.bold { color: #ff5400; }
.link { color: #8b8b8b; font-size: 0.875em; transition: color .15s; }
.link:hover { color: #ff5400; }

input[type="text"], input[type="password"], input[type="email"], textarea, select {
  width: 100%; border: 1px solid #e8e8e8; border-radius: 4px; padding: 14px;
  color: #8b8b8b; font-size: 0.875em; font-family: "Lato", sans-serif; background: #fff;
}
input.dark, textarea.dark { background: #333; border: none; color: #b2b2b2; }
input:focus, textarea:focus, select:focus { border-color: #ff5400; }
textarea { height: 160px; resize: vertical; }
label { color: #8b8b8b; font-size: 0.875em; }
.form-row { margin-bottom: 14px; }
.form-row.between { display: flex; justify-content: space-between; align-items: center; }
.form-row.halfs { display: flex; gap: 16px; }
.form-row.halfs > * { flex: 1; }

.button {
  display: block; width: 200px; height: 46px; line-height: 46px; border-radius: 4px;
  background: #ff5400; color: #fff; font-size: 0.75em; font-weight: 900;
  text-align: center; text-transform: uppercase; transition: background .15s;
}
.button:hover { background: #ff7200; color: #fff; }
.button.v2 { background: #fff; border: 2px solid #ff5400; color: #ff5400; line-height: 42px; }
.button.v2:hover { background: #ff5400; color: #fff; }
.button.full { width: 100%; }
.button.long { width: 270px; }
.button.short { width: 170px; }
.button.small { width: 116px; height: 32px; line-height: 32px; font-size: 0.625em; }
.button.medium { width: 190px; height: 54px; line-height: 54px; font-size: 0.8125em; }
.button.big { width: 300px; height: 66px; line-height: 66px; font-size: 1.0625em; }
.button.dark { background: var(--gm-green); }
.button.dark:hover { background: var(--gm-green-mid); }
.button.light { background: #b2b2b2; }
.button.blue { background: #2c5990; }
.button.lightblue { background: #16bce5; }
.button.disabled { background: #f1f1f1; color: #8b8b8b; pointer-events: none; }
.button.square { width: 32px; height: 32px; line-height: 32px; background: #b2b2b2; position: relative; border-radius: 4px; padding: 0; }
.button.square:hover, .button.square.on { background: #ff5400; }
.button.square svg { width: 14px; height: 14px; fill: #fff; color: #fff; margin-top: 9px; }

.button-list { display: flex; justify-content: center; gap: 8px; }
.icon-btn { background: none; cursor: pointer; color: #b2b2b2; }
.icon-btn:hover { color: #ff5400; }

.svg-arrow { fill: #fff; width: 8px; height: 6px; }
.svg-cart { fill: #fff; width: 22px; height: 18px; }
.svg-heart { fill: #fff; width: 14px; height: 12px; }
.svg-cross { width: 10px; height: 10px; color: var(--gm-green); }
.svg-mag-glass { width: 16px; height: 16px; color: #fff; }
.svg-burger { width: 22px; height: 14px; color: #fff; }
.svg-star { width: 12px; height: 11px; fill: #b2b2b2; }
.rating { display: inline-flex; gap: 4px; }
.rating-item.filled .svg-star { fill: #ff5400; }

.product-img { width: 270px; height: 290px; object-fit: cover; background: #111; }
.product-img.tiny { width: 70px; height: 70px; }
.product-img.small { width: 100px; height: 100px; }
.product-img.big { width: 460px; height: 494px; }
.product-price { color: var(--gm-green); font-weight: 900; font-size: 1em; }
.product-price.big { font-size: 1.75em; }
.product-description { font-size: 0.875em; line-height: 1.2; color: #8b8b8b; }

/* Header */
.widget-line-wrap { background: var(--gm-green); }
.widget-line-wrap.dark { background: var(--gm-green-deep); }
.widget-line { height: 50px; display: flex; justify-content: space-between; }
.widget-line-top { justify-content: flex-end; }
.actions-list { display: flex; background: var(--gm-green); }
.actions-list-item { border-left: 1px solid var(--gm-green-mid); position: relative; }
.actions-list-item.last, .actions-list-item:last-child { border-right: 1px solid var(--gm-green-mid); }
.action-button { display: block; padding: 0 18px; color: #fff; font-size: 0.6875em; line-height: 50px; text-transform: uppercase; }
.action-button .svg-arrow { fill: #fff; margin-left: 8px; }
.dropdown-list {
  display: none; position: absolute; top: 50px; left: 0; width: 100%;
  background: var(--gm-green); border-top: 1px solid var(--gm-green-mid); z-index: 20; padding: 8px 0;
}
.actions-list-item:hover .dropdown-list { display: block; }
.dropdown-list-item a { display: block; padding-left: 18px; color: #fff; font-size: 0.6875em; line-height: 24px; text-transform: uppercase; }
.dropdown-list-item a:hover, .dropdown-list-item.selected a { color: #ff5400; }

.navigation-wrap { background: #fff; }
.navigation { height: 90px; display: flex; align-items: center; }
.navigation .logo { order: 1; }
.main-menu { display: flex; align-items: center; margin-left: auto; position: relative; order: 2; }
.cart-dropdown-wrap { position: relative; z-index: 60; order: 3; }
.main-menu-item { position: relative; }
.main-menu-item.sub { position: static; }
.main-menu-item > a {
  display: block; padding: 0 22px; color: var(--gm-green); font-size: 0.75em; line-height: 90px;
  font-weight: 900; text-transform: uppercase; transition: color .15s; position: relative;
}
.main-menu-item:hover > a, .main-menu-item.active > a { color: #ff5400; }
.main-menu-item > a .svg-arrow { fill: #ff5400; position: absolute; bottom: 20px; left: 50%; margin-left: -4px; }

.menu-dropdown {
  width: 220px; background: var(--gm-green); position: absolute; top: 80px; left: 0; z-index: 50;
  opacity: 0; visibility: hidden; pointer-events: none; transition: .25s;
  max-height: 70vh; overflow-y: auto;
}
.main-menu-item:hover > .menu-dropdown, .main-menu-item:hover > .content-dropdown {
  opacity: 1; visibility: visible; pointer-events: auto; transform: translateY(10px);
}
.menu-dropdown-item { position: relative; }
.menu-dropdown-item > a {
  display: block; padding-left: 20px; border-bottom: 1px solid var(--gm-green-mid); color: #8b8b8b;
  font-size: 0.6875em; line-height: 48px; font-weight: 900; text-transform: uppercase;
}
.menu-dropdown-item:hover > a, .menu-dropdown-item.selected > a { color: #ff5400; }
.menu-dropdown-item > .menu-dropdown { top: 0; left: 220px; }
.menu-dropdown-item:hover > .menu-dropdown { opacity: 1; visibility: visible; pointer-events: auto; }

.content-dropdown {
  width: 970px; padding: 50px; background: var(--gm-green); position: absolute; top: 80px; right: 0;
  opacity: 0; visibility: hidden; pointer-events: none; z-index: 50; display: flex; gap: 50px; transition: .25s;
}
.content-dropdown-column { min-width: 180px; }
.content-dropdown-column .line-separator { margin-bottom: 28px; }
.link-list-item { margin-bottom: 16px; }
.link-list-item a { color: #8b8b8b; font-size: 0.6875em; font-weight: 900; text-transform: uppercase; transition: color .15s; }
.link-list-item a:hover { color: #fff; }
.link-list.decorated .link-list-item a { text-transform: none; font-weight: 400; font-size: 0.875em; padding-left: 14px; position: relative; }
.link-list.decorated .link-list-item a:before { content: ""; position: absolute; left: 0; top: 7px; width: 0; height: 0; border-top: 4px solid transparent; border-bottom: 4px solid transparent; border-left: 5px solid #ff5400; }

.search-control {
  width: 50px; height: 50px; margin-left: 8px; border-radius: 50%; background: var(--gm-green);
  display: flex; align-items: center; justify-content: center;
}
.header-search {
  position: absolute; top: 90px; right: 90px; width: 280px; background: #fff;
  border: 1px solid #e8e8e8; opacity: 0; visibility: hidden; z-index: 40; transition: .3s;
}
.header-search.open { opacity: 1; visibility: visible; transform: translateY(8px); }

.cart-dropdown-control {
  width: 90px; height: 90px; background: #ff5400; display: flex; align-items: center; justify-content: center;
  cursor: pointer; position: relative;
}
.cart-item-quantity {
  width: 16px; height: 16px; border-radius: 50%; background: var(--gm-green); position: absolute; top: 28px; right: 24px;
  color: #fff; font-size: 0.625em; font-weight: 700; line-height: 16px; text-align: center;
}
.cart-item-quantity p { color: #fff; font-size: 0.625em; line-height: 16px; }
.cart-dropdown {
  width: 500px; background: #fff; position: absolute; right: 0; top: 90px;
  opacity: 0; visibility: hidden; box-shadow: 0 20px 40px rgba(0,0,0,.12); transition: .3s;
}
.cart-dropdown.opened { opacity: 1; visibility: visible; }
.cart-dropdown-items { max-height: 360px; overflow-y: auto; }
.cart-dropdown-item { display: flex; gap: 18px; padding: 24px 30px; border-bottom: 1px solid #e8e8e8; position: relative; }
.cart-dropdown-item-info .title { display: block; margin-bottom: 6px; }
.cart-dropdown-item .icon-btn { position: absolute; top: 28px; right: 24px; }
.cart-dropdown-item .product-price { position: absolute; top: 34px; right: 70px; }
.cart-empty { padding: 40px; text-align: center; color: #8b8b8b; }
.cart-dropdown-subtotal { height: 60px; display: flex; justify-content: space-between; align-items: center; padding: 0 30px 0 118px; border-top: 1px solid #e8e8e8; border-bottom: 1px solid #e8e8e8; }
.cart-dropdown-subtotal p { color: var(--gm-green); font-weight: 900; }
.cart-dropdown-actions { display: flex; }
.cart-dropdown-actions .button { width: 50%; border-radius: 0; }

.mobile-menu-wrap { display: none; background: var(--gm-green); }
.mobile-menu-control { height: 50px; display: flex; align-items: center; justify-content: center; cursor: pointer; }
.mobile-menu { display: none; border-top: 1px solid var(--gm-green-mid); }
.mobile-menu-item a { display: block; height: 50px; padding: 0 30px; border-bottom: 1px solid var(--gm-green-mid); color: #fff; font-size: 0.75em; line-height: 50px; font-weight: 900; text-transform: uppercase; }

/* Overlay / popups */
.overlay-bg { position: fixed; inset: 0; background: #000; opacity: 0; visibility: hidden; z-index: 90; transition: .3s; }
.overlay-bg.show { opacity: .85; visibility: visible; }
.popup { position: fixed; inset: 0; display: flex; align-items: center; justify-content: center; z-index: 100; opacity: 0; visibility: hidden; pointer-events: none; transition: .3s; }
.popup.show { opacity: 1; visibility: visible; pointer-events: auto; }
.form-popup { width: 430px; background: #fff; position: relative; }
.form-popup.medium { width: 860px; display: flex; }
.form-popup-column { padding: 45px 40px 40px; flex: 1; }
.form-popup-column.centered { text-align: center; }
.form-popup-column.centered .line-separator { margin-left: auto; margin-right: auto; }
.form-popup-column-separator { width: 1px; background: #e8e8e8; margin: 72px 0; }
.close-btn { position: absolute; top: 20px; right: 20px; }
.social-login { margin-top: 12px; display: grid; gap: 8px; }
.flash { max-width: 1170px; width: 95%; margin: 16px auto 0; padding: 14px 18px; border-radius: 4px; font-size: 0.875em; }
.flash.success { background: #e9f8ef; color: #1b7a3d; }
.flash.error { background: #fdecea; color: #c0392b; }

/* Slider */
.main-slider { position: relative; overflow: hidden; background: #111; }
.slide {
  position: absolute; inset: 0; opacity: 0; pointer-events: none;
  transition: opacity .6s ease;
}
.slide.active { position: relative; opacity: 1; z-index: 1; pointer-events: auto; }
.slide-bg { width: 100%; height: auto; display: block; object-fit: cover; }
.slide-1 .slide-bg { object-position: 72% center; }
.slide-2 .slide-bg { object-position: center center; }
.slide-3 .slide-bg { object-position: 62% center; }
.slide:not(.active) .slide-bg { height: 100%; object-fit: cover; }
.slide-scrim { position: absolute; inset: 0; z-index: 1; pointer-events: none; }
.slide-1 .slide-scrim,
.slide-2 .slide-scrim,
.slide-3 .slide-scrim {
  background: linear-gradient(90deg, rgba(0,0,0,.58) 0%, rgba(0,0,0,.32) 38%, rgba(0,0,0,.08) 62%, transparent 82%);
}
.main-slider .slide-content-wrap {
  position: absolute; inset: 0; z-index: 2;
  display: flex; align-items: center; justify-content: flex-start;
  height: auto; max-width: none; width: 100%;
  margin: 0; padding: 0 90px 0 56px;
}
.slide-content {
  margin: 0 auto 0 0;
  text-align: left;
  max-width: 460px;
  padding: 0;
}
.slide-content .button { margin-top: 22px; }
.slide-content .slide-logo {
  width: 210px; height: 210px; object-fit: cover; border-radius: 50%;
  display: block; margin: 0 0 20px 0; box-shadow: 0 10px 28px rgba(0,0,0,.28);
}
.slide-1 .banner-title.main { font-size: 2.35em; }
.banner-title { color: #fff; font-size: 4.4em; font-weight: 900; text-transform: uppercase; line-height: 1; text-shadow: 0 2px 18px rgba(0,0,0,.35); }
.banner-title.main { color: #ff5400; font-size: 3.1em; }
.banner-title.tiny { font-size: 1.5em; }
.banner-title.small { font-size: 2.6em; }
.banner-title.medium { font-size: 3.2em; font-weight: 700; letter-spacing: .08em; }
.banner-title.large { font-size: 4.4em; }
.banner-title.micro { font-size: 1em; }
.banner-title.micro.light { color: #f2f2f2; font-weight: 700; }
.banner-title.dark { color: var(--gm-green); text-shadow: none; }
.banner-title span.highlighted { display: inline-block; padding: 0 14px; color: var(--gm-green); background: #ff5400; text-shadow: none; }
.slider-controls { position: absolute; top: 50%; right: 28px; transform: translateY(-50%); z-index: 10; }
.slider-control { width: 10px; height: 10px; margin-bottom: 14px; border-radius: 50%; border: 2px solid #fff; cursor: pointer; box-shadow: 0 0 8px rgba(0,0,0,.35); }
.slider-control.selected { background: #fff; }

/* Sections */
.section-wrap { background: #fff; }
.section-wrap.gray { background: var(--gm-green-soft); }
.section-wrap.dark { background: var(--gm-green-deep); }
.section, .product-showcase { padding: 100px 0 120px; }
.section > .title, .product-showcase > .title { text-align: center; }
.section > .title + .line-separator { margin: 28px auto 60px; }
.section-description { width: min(770px, 90%); margin: 0 auto; text-align: center; }

.builder-actions { padding: 80px 0 64px; background: #fff; display: grid; grid-template-columns: repeat(3, 1fr); }
.builder-actions-item { text-align: center; border-right: 1px solid #e8e8e8; padding: 0 20px; transition: transform .4s; }
.builder-actions-item:last-child { border-right: none; }
.builder-actions-item:hover { transform: translateY(-32px); }
.builder-actions-item img, .builder-actions-item .thumb {
  width: 160px; height: 160px; margin: 0 auto 28px; object-fit: cover; border-radius: 4px; background: #111;
}
.builder-actions-item .title { margin-bottom: 10px; line-height: 1.25; }
.builder-actions-item p { font-size: 0.875em; line-height: 1.2; }
.builder-actions-item .button { width: 126px; margin: 18px auto 0; opacity: 0; visibility: hidden; transition: .3s; }
.builder-actions-item:hover .button { opacity: 1; visibility: visible; }

.welcome-section-wrap { background: var(--gm-green-soft); }
.welcome-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8%; }
.welcome-section { padding: 90px 0; }
.welcome-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.08fr);
  gap: 56px;
  align-items: center;
}
.welcome-copy .pretitle { text-align: left; margin-bottom: 12px; }
.welcome-copy .title.bigger { text-align: left; font-size: 2em; line-height: 1.15; }
.welcome-copy .line-separator { margin: 22px 0 26px; }
.welcome-copy > p {
  max-width: none;
  width: 100%;
  margin: 18px 0 8px;
  text-align: justify;
  text-justify: inter-word;
  hyphens: auto;
  line-height: 1.75;
}
.welcome-copy .title.medium { margin-bottom: 10px; }
.welcome-copy .button { margin-top: 28px; }
.welcome-photo {
  width: 100%;
  height: 420px;
  object-fit: cover;
  object-position: center;
  border-radius: 6px;
  display: block;
}
.action-poster-wrap {
  background: linear-gradient(90deg, rgba(0,0,0,.55), rgba(0,0,0,.25)), url("https://images.unsplash.com/photo-1558618666-fcd25c85cd64?auto=format&fit=crop&w=1600&q=80") center/cover;
}
.action-poster { min-height: 250px; padding: 90px 40px; display: flex; justify-content: space-between; align-items: center; }
.action-poster .title { color: #fff; font-size: 2.5em; margin-bottom: 10px; }
.action-poster p { color: #ddd; }

.feature-list { margin-top: 70px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 48px 40px; }
.feature-list-item { position: relative; padding-left: 48px; }
.feature-list-item > a { display: block; color: inherit; }
.feature-list-item > a:hover .title { color: #ff5400; }
.feature-list-item .s-icon { color: #ff5400; font-size: 28px; position: absolute; left: 0; top: -6px; }
.feature-list-item .title { margin-bottom: 16px; font-weight: 700; }
.s-icon.icon-paw { width: 1em; height: 1em; }
.s-icon.icon-paw::before {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M12 11.2c-1.8 0-3.6 2.1-3.6 4.1S10.6 19 12 19s3.6-1.6 3.6-3.7-1.8-4.1-3.6-4.1zM6.6 9.6c-1.35 0-2.3 1.05-2.3 2.25 0 1.35 1.35 2.5 2.5 1.75.95-.5 1.15-1.85.65-2.7C7.05 10 6.6 9.6 6.6 9.6zm10.8 0s-.45.4-.85 1.3c-.5.85-.3 2.2.65 2.7 1.15.75 2.5-.4 2.5-1.75 0-1.2-.95-2.25-2.3-2.25zM8.2 5.4c-1.15 0-2.1 1.05-2.1 2.25 0 1.15 1.35 2.05 2.4 1.45.85-.4 1.05-1.65.5-2.45C8.6 5.8 8.2 5.4 8.2 5.4zm7.6 0s-.4.4-.85 1.25c-.55.8-.35 2.05.5 2.45 1.05.6 2.4-.3 2.4-1.45 0-1.2-.95-2.25-2.05-2.25z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M12 11.2c-1.8 0-3.6 2.1-3.6 4.1S10.6 19 12 19s3.6-1.6 3.6-3.7-1.8-4.1-3.6-4.1zM6.6 9.6c-1.35 0-2.3 1.05-2.3 2.25 0 1.35 1.35 2.5 2.5 1.75.95-.5 1.15-1.85.65-2.7C7.05 10 6.6 9.6 6.6 9.6zm10.8 0s-.45.4-.85 1.3c-.5.85-.3 2.2.65 2.7 1.15.75 2.5-.4 2.5-1.75 0-1.2-.95-2.25-2.3-2.25zM8.2 5.4c-1.15 0-2.1 1.05-2.1 2.25 0 1.15 1.35 2.05 2.4 1.45.85-.4 1.05-1.65.5-2.45C8.6 5.8 8.2 5.4 8.2 5.4zm7.6 0s-.4.4-.85 1.25c-.55.8-.35 2.05.5 2.45 1.05.6 2.4-.3 2.4-1.45 0-1.2-.95-2.25-2.05-2.25z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.service-banners { display: grid; grid-template-columns: repeat(3, 1fr); }
.service-banner { height: 436px; text-align: center; padding-top: 108px; color: #fff; transition: transform .4s; }
.service-banner:hover { transform: translateY(-16px); }
.service-banner .s-icon { display: block; margin-bottom: 30px; color: #fff; font-size: 48px; }
.service-banner .title { color: #fff; }
.service-banner .line-separator { background: #fff; margin: 18px auto 20px; }
.service-banner p { width: 80%; margin: 0 auto; color: #fff; opacity: 0; transition: .3s; }
.service-banner:hover p { opacity: 1; }
.service-banner.main { background: #ff5400; }
.service-banner.secondary { background: #ff7200; }
.service-banner.tertiary { background: var(--gm-green); }

.step-list-item { display: flex; justify-content: space-between; align-items: center; margin-bottom: 80px; gap: 40px; }
.step-list-item.right { flex-direction: row-reverse; text-align: right; }
.step-list-item-info { width: 48%; }
.step-list-item-info .title.large { font-size: 2.875em; line-height: 1.15; }
.step-list-item-info .title.small { margin: 10px 0 24px; font-size: 1.25em; font-weight: 700; text-transform: none; }
.step-thumb { width: 48%; height: 280px; object-fit: cover; background: #111; border-radius: 4px; }

.promo-banners { display: grid; grid-template-columns: 1fr 1fr; }
.promo-banner { min-height: 430px; padding: 60px 20px; text-align: center; color: #fff; }
.promo-banner .title, .promo-banner p { color: #fff; }
.promo-wrap { display: flex; justify-content: center; align-items: flex-start; gap: 8px; }
.title-promo { font-size: 7.25em; }
.title-percent { font-size: 71px; line-height: .5; margin-top: 25px; }
.title-percent .title-unit { font-size: 33px; }
.title-extra { margin: 14px 0 0 5px; font-size: 42px; line-height: .95; text-align: left; }
.title-extra.center { text-align: center; float: none; margin: 12px auto 0; }
.title-promo.banner-word { font-size: 3.1em; line-height: 1.05; }
.title-description { margin: 30px 0 16px; font-size: 1.25em; }
.promo-banner p { font-size: 0.6875em; font-weight: 700; }
.promo-banner .button { margin: 40px auto 0; }
.promo-banner.main { background: #ff5400; }
.promo-banner.dark { background: var(--gm-green); }

.widget-form-wrap { background: #ff5400; }
.widget-form { padding: 66px 0; display: flex; justify-content: space-between; align-items: center; gap: 30px; }
.widget-form .title, .widget-form p { color: #fff; }
.widget-form .title { font-size: 1.625em; margin-bottom: 10px; }
.widget-form-input { width: 500px; position: relative; }
.widget-form-input .nl-submit { position: absolute; right: 10px; top: 10px; background: none; border: 0; cursor: pointer; }
.widget-form-input .s-icon { color: var(--gm-green); font-size: 22px; }

.product-list { display: grid; gap: 30px 30px; }
.product-list.cols-4 { grid-template-columns: repeat(4, 1fr); }
.product-list.cols-3 { grid-template-columns: repeat(3, 1fr); }
.product-list-item-preview { position: relative; overflow: hidden; background: #0f0f0f; }
.product-list-item-preview .product-img { width: 100%; height: 290px; object-fit: cover; display: block; transition: transform .35s; }
.product-list-item-preview:hover .product-img { transform: scale(1.03); }
.product-details-btn {
  display: block;
  width: 100%;
  height: 42px;
  line-height: 42px;
  margin: 0;
  border-radius: 0;
  font-size: 0.68em;
}
.product-list-item-actions {
  position: absolute; inset: 0; background: rgba(0,0,0,.8); display: flex; align-items: center; justify-content: center;
  opacity: 0; visibility: hidden; transition: .3s; pointer-events: none; z-index: 2;
}
.product-list-item-preview:hover .product-list-item-actions { opacity: 1; visibility: visible; pointer-events: auto; }
.product-list-item-info { padding-top: 18px; text-align: center; }
.product-list-item.is-list .product-details-btn { max-width: 270px; }
.product-list-item-info .title { display: inline-block; }
.product-list-item-info .product-description { margin: 12px 0 16px; }
.product-list-item-price { display: flex; justify-content: center; align-items: center; gap: 12px; }
.product-list-item.is-list { display: grid; grid-template-columns: 270px 1fr; gap: 24px; text-align: left; }
.product-list-item.is-list .product-list-item-info { text-align: left; padding-top: 12px; }
.product-list.list { grid-template-columns: 1fr; }

.section-navigation-wrap { border-top: 1px solid #e8e8e8; background: var(--gm-green-soft); }
.section-navigation { height: 60px; display: flex; align-items: center; font-size: 0.75em; color: #8b8b8b; }
.section-navigation a { color: #8b8b8b; }
.section-navigation .current { color: var(--gm-green); font-weight: 700; }
.crumb { margin-right: 8px; }

.shop-layout { display: grid; grid-template-columns: 270px 1fr; gap: 30px; }
.shop-layout.full { grid-template-columns: 1fr; }
.sidebar .widget { margin-bottom: 50px; }
.sidebar .widget .title { margin-bottom: 6px; }
.filter-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 40px; flex-wrap: wrap; gap: 16px; }
.filter-header select { width: auto; min-width: 160px; height: 42px; padding: 0 12px; }
.view-selectors { display: flex; gap: 8px; }
.view-selectors a { width: 32px; height: 32px; display: grid; place-items: center; color: #b2b2b2; border: 1px solid #e8e8e8; }
.view-selectors a.on { color: #ff5400; border-color: #ff5400; }
.pagination { display: flex; justify-content: center; gap: 8px; margin-top: 40px; }
.pagination a, .pagination span {
  min-width: 36px; height: 36px; display: grid; place-items: center; border: 1px solid #e8e8e8;
  font-size: 0.75em; font-weight: 900; color: var(--gm-green);
}
.pagination .on { background: #ff5400; color: #fff; border-color: #ff5400; }

/* Product page */
.product-view { display: grid; grid-template-columns: 110px 460px 1fr; gap: 30px; min-height: 494px; }
.product-img-list-item { width: 100px; height: 100px; margin-bottom: 10px; cursor: pointer; border: 4px solid transparent; overflow: hidden; }
.product-img-list-item img { width: 100%; height: 100%; object-fit: cover; }
.product-img-list-item.selected, .product-img-list-item:hover { border-color: #dedede; }
.product-main-img { width: 100%; height: 494px; object-fit: cover; background: #111; }
.product-details { position: relative; padding-top: 10px; }
.product-details .title { margin-bottom: 8px; }
.product-details .product-price { position: absolute; top: 10px; right: 0; font-size: 1.75em; }
.product-details form { margin: 28px 0 40px; display: flex; gap: 12px; flex-wrap: wrap; align-items: flex-end; }
.product-details label.select-block { width: 180px; }
.quantity-input { display: flex; align-items: center; border: 1px solid #e8e8e8; border-radius: 4px; height: 47px; }
.quantity-input button { width: 36px; height: 47px; color: #ff5400; font-size: 18px; }
.quantity-input input { width: 50px; text-align: center; border: none; padding: 0; }
.product-details-actions { display: flex; gap: 12px; align-items: center; }
.tabbed-content { margin-top: 80px; }
.tab-headers { display: flex; gap: 60px; border-bottom: 1px solid #e8e8e8; padding-bottom: 20px; justify-content: center; }
.tab-headers button { font-size: 1.125em; font-weight: 900; text-transform: uppercase; color: var(--gm-green); background: none; }
.tab-headers button.selected { color: #ff5400; }
.tab-panel { padding: 70px 40px; display: none; }
.tab-panel.show { display: block; }
.tab-panel h2 { font-size: 1.75em; margin: 0 0 18px; }
.review-item { padding: 24px 0; border-bottom: 1px solid #e8e8e8; }
.review-item .title { margin-bottom: 8px; }
.timestamp { color: #b2b2b2; font-size: 0.875em; }

/* Cart table */
.product-table { width: 100%; }
.product-table-header, .product-table-row {
  display: grid; grid-template-columns: 120px 1.4fr .8fr .8fr .8fr 40px; align-items: center; gap: 10px;
}
.product-table-header { height: 50px; border-bottom: 1px solid #e8e8e8; font-size: 0.75em; }
.product-table-row { min-height: 140px; padding: 18px 0; border-bottom: 1px solid #e8e8e8; }
.cart-summary { max-width: 370px; margin-left: auto; margin-top: 40px; }
.summary-row { display: flex; justify-content: space-between; padding: 14px 0; border-bottom: 1px solid #e8e8e8; }
.summary-row.total .title, .summary-row.total span { font-size: 1.25em; color: var(--gm-green); }
.coupon-row { display: flex; gap: 8px; margin: 18px 0; }
.coupon-row input { flex: 1; }

/* Checkout */
.checkout-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 50px; }
.steps { display: flex; justify-content: center; gap: 40px; margin-bottom: 50px; }
.steps span { font-size: 0.75em; font-weight: 900; text-transform: uppercase; color: #b2b2b2; }
.steps span.on { color: #ff5400; }
.section-message { text-align: center; }
.section-message .deco { font-size: 120px; color: #ebebeb; }
.section-message .title.medium { margin: 10px 0 16px; font-size: 2.375em; }

/* Builder */
.product-builder-wrap { background: #f1f1f1; position: relative; }
.product-builder { min-height: 770px; display: grid; grid-template-columns: 1fr 470px; }
.builder-stage { position: relative; padding: 80px 20px; }
.builder-preview {
  width: 420px; height: 480px; margin: 60px auto 0; object-fit: contain; filter: drop-shadow(0 20px 30px rgba(0,0,0,.25));
  background: transparent;
}
.builder-preview.tint { border-radius: 50%; }
.product-builder-actions { background: #fff; padding: 50px 36px; }
.option-group { margin-bottom: 28px; }
.option-group .title { margin-bottom: 12px; }
.option-list label { display: flex; justify-content: space-between; padding: 8px 0; cursor: pointer; border-bottom: 1px solid #f1f1f1; }
.color-dots { display: flex; gap: 10px; margin-top: 10px; }
.color-dots button { width: 28px; height: 28px; border-radius: 50%; border: 2px solid #fff; box-shadow: 0 0 0 1px #ddd; }
.color-dots button.on { box-shadow: 0 0 0 2px #ff5400; }
.builder-price { font-size: 1.75em; margin: 20px 0; }

/* Blog / about / contact */
.post-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.post-card img { width: 100%; height: 230px; object-fit: cover; }
.post-card .title { margin: 20px 0 10px; }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; }
.map-box { height: 280px; background: #f1f1f1; display: grid; place-items: center; color: #8b8b8b; }

/* Footer */
.footer-wrap { background: var(--gm-green); }
.footer-top { padding: 84px 0 50px; display: grid; grid-template-columns: 270px 180px 1fr; gap: 40px; }
.aboutus-preview .logo { width: 140px; height: 140px; margin-bottom: 24px; }
.aboutus-preview .description { margin-bottom: 24px; color: #666; font-size: 0.875em; line-height: 24px; }
.contactus-list-item { padding-left: 32px; margin-bottom: 18px; position: relative; }
.contactus-list-item .s-icon { position: absolute; left: 0; top: 0; color: #fff; font-size: 18px; }
.contactus-list-item p { line-height: 1.3; color: #666; }
.quick-contact-form input, .quick-contact-form textarea { margin-bottom: 12px; }
.quick-contact-form textarea { height: 90px; }
.footer-bottom { height: 90px; border-top: 1px solid var(--gm-green-mid); display: flex; align-items: center; gap: 16px; }
.payment-list { display: flex; gap: 10px; }
.payment-list-item span {
  display: inline-block; min-width: 46px; padding: 6px 8px; border: 1px solid var(--gm-green-mid); color: #8b8b8b;
  font-size: 0.65em; font-weight: 900; letter-spacing: .08em;
}
.copyright { color: #666; font-size: 0.8125em; line-height: 50px; }
.copyright a { color: #fff; font-weight: 700; }
.copyright a:hover { color: #ff5400; }

.checkbox { display: flex; align-items: center; gap: 8px; cursor: pointer; font-size: 0.8125em; }
.checkbox input { width: auto; }

/* Admin extras reused */
.account-grid { display: grid; grid-template-columns: 220px 1fr; gap: 40px; }
.account-nav a { display: block; padding: 12px 0; border-bottom: 1px solid #e8e8e8; font-size: 0.75em; font-weight: 900; text-transform: uppercase; color: #8b8b8b; }
.account-nav a.on, .account-nav a:hover { color: #ff5400; }
.table { width: 100%; border-collapse: collapse; font-size: 0.875em; }
.table th, .table td { padding: 14px 10px; border-bottom: 1px solid #e8e8e8; text-align: left; }
.badge { display: inline-block; padding: 4px 8px; border-radius: 3px; font-size: 0.7em; font-weight: 900; text-transform: uppercase; background: #f1f1f1; }
.badge.pending { background: #fff3e0; color: #e65100; }
.badge.processing { background: #e3f2fd; color: #1565c0; }
.badge.shipped, .badge.delivered, .badge.paid { background: #e8f5e9; color: #2e7d32; }
.badge.cancelled { background: #ffebee; color: #c62828; }

@media (max-width: 1260px) {
  .main-menu, .widget-line-1 { display: none; }
  .mobile-menu-wrap { display: block; }
  .navigation { padding-left: 16px; width: 100%; max-width: 100%; }
  .main-slider { height: auto; }
  .banner-title, .banner-title.large { font-size: 2.6em; }
  .banner-title.main { font-size: 2em; }
  .main-slider .slide-content-wrap {
    padding: 0 16px 56px; justify-content: flex-start;
  }
  .slide-1 .slide-content, .slide-2 .slide-content, .slide-3 .slide-content {
    float: none; width: 100%; max-width: 100%; margin: 0; padding: 24px 16px 0; text-align: left;
  }
  .slide-content .slide-logo {
    width: 148px; height: 148px; margin: 0 0 14px 0;
  }
  .slide-1 .slide-scrim, .slide-2 .slide-scrim, .slide-3 .slide-scrim {
    background: linear-gradient(180deg, rgba(0,0,0,.15) 20%, rgba(0,0,0,.55) 100%);
  }
  .slider-controls { top: auto; bottom: 30px; right: auto; left: 50%; transform: translateX(-50%); display: flex; gap: 14px; }
  .slider-control { margin: 0; }
  .builder-actions, .service-banners, .promo-banners, .welcome-grid, .welcome-layout, .post-grid, .feature-list { grid-template-columns: 1fr; }
  .welcome-photo { height: 280px; }
  .welcome-copy .pretitle, .welcome-copy .title.bigger { text-align: left; }
  .product-list.cols-4, .product-list.cols-3 { grid-template-columns: repeat(2, 1fr); }
  .shop-layout, .checkout-grid, .contact-grid, .account-grid, .product-builder { grid-template-columns: 1fr; }
  .product-view { grid-template-columns: 1fr; }
  .product-img-list { display: flex; gap: 10px; }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .form-popup.medium { width: 430px; flex-direction: column; }
  .form-popup-column-separator { display: none; }
  .step-list-item, .step-list-item.right { flex-direction: column; text-align: center; }
  .step-list-item-info, .step-thumb { width: 100%; }
  .action-poster, .widget-form { flex-direction: column; text-align: center; }
  .widget-form-input { width: 100%; }
  .cart-dropdown { width: min(500px, 100vw); }
}
@media (max-width: 680px) {
  .product-list.cols-4, .product-list.cols-3 { grid-template-columns: 1fr; }
  .product-list-item.is-list { grid-template-columns: 1fr; }
  .product-table-header { display: none; }
  .product-table-row { grid-template-columns: 80px 1fr; }
  .banner-title, .banner-title.large, .title-promo { font-size: 2em; }
  .banner-title.main { font-size: 1.55em; }
  .footer-top { grid-template-columns: 1fr; }
  .cart-dropdown-control { width: 60px; height: 60px; }
  .navigation { height: 70px; }
  .navigation .logo { width: 54px; height: 54px; }
}
