/* Secret Solder — generic page + WooCommerce styles (catalog, product, cart, checkout, account). */
.ss-page { padding-block: 48px 64px; }
.ss-page__title { margin-bottom: 32px; }
.ss-rte { font-size: 14px; line-height: 1.6; }
.ss-rte p + p { margin-top: 12px; }
.ss-rte a { text-decoration: underline; }
.ss-404 { text-align: center; }
.ss-404 p { margin-top: 12px; }

/* ---------- catalog / collections / search (Shopify Horizon collection) ---------- */
.pl-head { padding-top: 0; }
.pl-head .t-h1 { padding-bottom: 16px; }
.pl-head--search { padding-block: 40px 52px; }
.pl-head--search .t-h1 { padding-bottom: 28px; }
.pl-desc { max-width: 720px; margin: -4px 0 12px; font-size: 14px; line-height: 1.5; color: var(--fg-70); }
.pl-search { display: flex; align-items: center; gap: 16px; width: 680px; max-width: 100%; height: 56px; padding: 0 18px; border: 2px solid #fff; }
.pl-search svg { width: 18px; height: 18px; flex: 0 0 18px; }
.pl-search input { flex: 1; height: 100%; background: none; border: 0; color: #fff; font-size: 14px; }
.pl-search input:focus { outline: none; }
.pl-search input::-webkit-search-cancel-button { display: none; }
.pl-search__clear svg { width: 18px; height: 18px; }
.pl { padding-bottom: 48px; }
.pl-bar { display: flex; align-items: center; justify-content: space-between; min-height: 68px; gap: 16px; }
.pl-facets { display: flex; align-items: center; gap: 18px; }
.pl-facet { position: relative; }
.pl-facet > button { display: inline-flex; align-items: center; gap: 6px; height: 40px; font-size: 14px; color: #fff; }
.pl-facet > button svg { width: 10px; height: 10px; transition: transform .125s ease-in-out; }
.pl-facet > button[aria-expanded="true"] svg { transform: rotate(180deg); }
.pl-pop { top: calc(100% + 4px); bottom: auto; left: 0; right: auto; min-width: 220px; padding: 14px 16px; background: #fff; color: #000; border-radius: 4px; box-shadow: 0 4px 20px rgba(0, 0, 0, .15); }
.pl-bar__right .pl-pop { left: auto; right: 0; }
.pl-pop a { color: #000; padding: 4px 0; font-size: 14px; background: none !important; }
.pl-check { display: flex !important; align-items: center; gap: 12px; }
.pl-box { width: 16px; height: 16px; border: 1px solid rgba(0, 0, 0, .45); border-radius: 5px; flex: 0 0 16px; display: inline-flex; align-items: center; justify-content: center; }
.pl-check.is-on .pl-box { background: #000; border-color: #000; }
.pl-check.is-on .pl-box::after { content: ''; width: 8px; height: 4px; border: 2px solid #fff; border-top: 0; border-right: 0; transform: rotate(-45deg) translate(1px, -1px); }
.pl-sort { min-width: 200px; }
.pl-sort a { display: block; padding: 4px 0; }
.pl-sort a.is-on { font-weight: 500; text-decoration: underline; text-underline-offset: 3px; }
.pl-price { width: 360px; }
.pl-price__row { display: flex; align-items: center; gap: 14px; }
.pl-price label { flex: 1; display: flex; align-items: center; gap: 8px; height: 45px; padding: 0 12px; background: rgba(0, 0, 0, .05); color: rgba(0, 0, 0, .6); }
.pl-price input { width: 100%; border: 0; background: none; color: #000; font-size: 14px; height: 100%; }
.pl-price input:focus { outline: none; }
.pl-price p { margin: 14px 0 12px; font-size: 14px; }
.pl-price .btn { width: 100%; min-height: 44px; padding: 10px; }
.pl-clear { font-size: 13px; text-decoration: underline; opacity: .7; }
.pl-bar__right { display: flex; align-items: center; gap: 20px; margin-left: auto; }
.pl-count { font-size: 14px; color: var(--fg-60); }
.pl-cols { display: flex; gap: 4px; }
.pl-cols button { width: 28px; height: 28px; display: inline-flex; align-items: center; justify-content: center; border-radius: 4px; color: rgba(255, 255, 255, .6); transition: background .125s, color .125s; }
.pl-cols button svg { width: 16px; height: 16px; }
.pl-cols button.is-on { background: rgba(255, 255, 255, .12); color: #fff; }
.pl-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px 16px; }
.pl-grid[data-cols="4"] { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.pl-more { display: flex; justify-content: center; padding: 40px 0 0; }
.pl-more.is-loading a { opacity: .5; pointer-events: none; }
.pl-empty { padding: 60px 0; display: flex; flex-direction: column; align-items: flex-start; gap: 18px; }

.pc { position: relative; display: flex; flex-direction: column; min-width: 0; }
.pc__media { position: relative; aspect-ratio: 4 / 5; overflow: hidden; background: var(--bg); }
.pc__slides { display: flex; width: 100%; height: 100%; overflow-x: auto; scroll-snap-type: x mandatory; scroll-behavior: smooth; scrollbar-width: none; }
.pc__slides::-webkit-scrollbar { display: none; }
.pc__slides > img { flex: 0 0 100%; width: 100%; height: 100%; object-fit: cover; scroll-snap-align: start; transition: transform .9s var(--ease-fade); }
.pc:hover .pc__slides > img { transform: scale(1.025); }
.pc__arrow { position: absolute; top: 50%; transform: translateY(-50%); width: 61px; height: 45px; display: inline-flex; align-items: center; justify-content: center; color: #fff; opacity: 0; transition: opacity .125s ease-in-out; z-index: 2; }
.pc__arrow svg { width: 18px; height: 18px; filter: drop-shadow(0 1px 2px rgba(0, 0, 0, .5)); }
.pc__arrow--prev { left: 0; }
.pc__arrow--next { right: 0; }
.pc:hover .pc__arrow { opacity: 1; }
.pc__badge { position: absolute; top: 8px; right: 8px; z-index: 2; background: var(--badge); color: #000; font-family: var(--font-heading); font-weight: 700; font-size: 13px; line-height: 20px; text-transform: uppercase; padding: 1px 10px; border-radius: 2px; }
.pc__add { position: absolute; right: 12px; bottom: 12px; z-index: 2; width: 37px; height: 37px; border-radius: 50px; background: #fff; color: #000; display: inline-flex; align-items: center; justify-content: center; gap: 6px; overflow: hidden; opacity: 0; transform: translateY(4px); transition: opacity .125s ease-in-out, transform .125s ease-in-out, width .2s var(--ease-out); box-shadow: 0 2px 8px rgba(0, 0, 0, .2); }
.pc__add svg { width: 18px; height: 18px; flex: 0 0 18px; }
.pc__add span { display: none; font-size: 13px; }
.pc:hover .pc__add, .pc__add:focus-visible { opacity: 1; transform: none; }
.pc__add:hover { width: 76px; }
.pc__add:hover span { display: inline; }
.pc__add.is-busy { opacity: .6; pointer-events: none; }
.pc__title { margin-top: 12px; font-size: 16px; line-height: 1.4; }
.pc__price { font-size: 14px; line-height: 1.4; letter-spacing: .03em; }
.pc__price del { opacity: .6; margin-right: 6px; }
.pc__price ins { text-decoration: none; }
.pc.is-soldout .pc__slides > img { opacity: .85; }

@media (max-width: 749px) {
  .pl-head .t-h1 { padding-bottom: 16px; }
  .pl-bar { min-height: 52px; }
  .pl-filter-btn { font-size: 14px; color: #fff; padding: 0 0 0 0; }
  .pl-grid, .pl-grid[data-cols="4"] { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin-inline: calc(var(--margin) * -1); }
  .pc__title, .pc__price { padding-inline: 8px; }
  .pc__arrow, .pc__add { display: none; }
  .pl-search { height: 52px; }
}
.pl-filters__body { display: flex; flex-direction: column; gap: 6px; padding-top: 12px; }
.pl-filters__h { font-size: 12px; letter-spacing: .06em; text-transform: uppercase; color: #666; margin: 14px 0 6px; }
.pl-filters a { color: #000; font-size: 15px; padding: 6px 0; }
.pl-radio.is-on { font-weight: 700; }

.pl-head--desc { display: flex; align-items: flex-end; justify-content: space-between; gap: 32px; }
.pl-head--desc .pl-desc { margin: 0 0 20px; color: #fff; font-size: 14px; text-align: right; max-width: 520px; }
.pc__title { text-wrap: balance; }
.pl-filter-btn { display: inline-flex !important; align-items: center; gap: 8px; }
.pl-filter-btn svg { width: 16px; height: 16px; }
@media (max-width: 749px) {
  .pl-count { display: none; }
  .pl-head--desc { display: block; }
  .pl-head--desc .pl-desc { text-align: left; margin: -6px 0 10px; }
  .pl-grid[data-cols="1"] { grid-template-columns: 1fr; }
  .pl-cols.ss-mobile-only { display: inline-flex !important; }
}

/* ---------- star ratings (fractional) ---------- */
.ss-rstars { --size: 16px; --r: 5; --on: #fff; --off: rgba(255, 255, 255, .25); display: inline-block; flex: 0 0 auto; width: calc(var(--size) * 6); height: var(--size); vertical-align: middle;
  background: linear-gradient(90deg, var(--on) calc(var(--r) / 5 * 100%), var(--off) 0);
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 20'%3E%3Cpath d='m10 .8 2.8 5.8 6.4.9-4.6 4.5 1.1 6.3L10 15.3l-5.7 3 1.1-6.3L.8 7.5l6.4-.9Z'/%3E%3C/svg%3E") left / calc(var(--size) * 1.2) var(--size) repeat-x;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 20'%3E%3Cpath d='m10 .8 2.8 5.8 6.4.9-4.6 4.5 1.1 6.3L10 15.3l-5.7 3 1.1-6.3L.8 7.5l6.4-.9Z'/%3E%3C/svg%3E") left / calc(var(--size) * 1.2) var(--size) repeat-x; }
.ss-rstars--teal { --on: #13a18c; --off: rgba(19, 161, 140, .3); }
.ss-rstars--sm { --size: 14px; }

/* ---------- product page ---------- */
.pp { display: grid; grid-template-columns: minmax(0, 910fr) minmax(0, 443fr); column-gap: 47px; padding-right: var(--margin); align-items: start; }
.pp__slides { display: grid; grid-template-columns: 1fr 1fr; }
.pp__media { margin: 0; position: relative; aspect-ratio: 4 / 5; overflow: hidden; background: var(--bg); }
.pp__media--lead { grid-column: 1 / -1; }
.pp__media img, .pp__media video { width: 100%; height: 100%; object-fit: cover; }
.pp__zoom { display: block; width: 100%; height: 100%; cursor: zoom-in; }
.pp__zoom img { transition: transform 1s var(--ease-fade); }
.pp__zoom:hover img { transform: scale(1.02); }
.pp__info { padding-top: 118px; min-width: 0; }
.pp__title { font-family: var(--font-heading); font-weight: 700; font-size: 32px; line-height: 1; letter-spacing: -.03em; text-transform: uppercase; text-wrap: balance; }
.pp__pricerow { display: flex; justify-content: space-between; align-items: center; gap: 16px; margin-top: 34px; }
.pp__price { font-size: 14px; line-height: 1.3; }
.pp__price del { opacity: .6; margin-right: 6px; } .pp__price ins { text-decoration: none; }
.pp__ship { font-size: 11.9px; color: var(--fg-70); margin-top: 1px; }
.pp__urgency { display: flex; align-items: center; gap: 14px; max-width: 200px; color: #ff4a4a; font-size: 16px; font-weight: 700; line-height: 1.3; text-align: center; }
.pp__dot { position: relative; flex: 0 0 10px; width: 10px; height: 10px; border-radius: 50%; background: #e3242b; box-shadow: 0 0 0 4px rgba(227, 36, 43, .25); animation: ss-pulse 1.6s ease-out infinite; }
@keyframes ss-pulse { 0% { box-shadow: 0 0 0 0 rgba(227, 36, 43, .55); } 70% { box-shadow: 0 0 0 10px rgba(227, 36, 43, 0); } 100% { box-shadow: 0 0 0 0 rgba(227, 36, 43, 0); } }
.bx { margin-top: 40px; display: flex; flex-direction: column; gap: 12px; }
.bx__head { display: flex; align-items: center; gap: 10px; font-size: 14px; font-weight: 700; color: #fdfafa; text-align: center; margin-bottom: 2px; }
.bx__head::before, .bx__head::after { content: ''; flex: 1; height: 1px; background: rgba(255, 255, 255, .35); }
.bx__tier { position: relative; background: #505050; border: 1px solid #838282; border-radius: 6px; padding: 18px 18px 18px 17px; cursor: pointer; transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out; outline: none; }
.bx__tier.is-on { border-color: #fff; box-shadow: inset 0 0 0 1px #fff; }
.bx__tier:focus-visible { box-shadow: 0 0 0 2px #fff; }
.bx__badge { position: absolute; top: -12px; right: 14px; background: #fdfcfc; color: #505050; font-family: Arial, Helvetica, sans-serif; font-weight: 700; font-size: 12px; line-height: 24px; padding: 0 8px; border-radius: 0 6px 0 6px; }
.bx__row { display: flex; align-items: center; gap: 18px; }
.bx__radio { flex: 0 0 22px; width: 22px; height: 22px; border-radius: 50%; background: #fff; box-shadow: inset 0 0 0 2px #fff; transition: box-shadow .15s; }
.bx__tier.is-on .bx__radio { box-shadow: inset 0 0 0 2px #fff; }
.bx__label { display: flex; flex-direction: column; flex: 1; min-width: 0; }
.bx__name { font-size: 20px; line-height: 1.4; color: #fdfafa; }
.bx__sub { font-size: 14px; line-height: 1.4; color: #c8c8c8; }
.bx__prices { display: flex; flex-direction: column; align-items: flex-end; }
.bx__price { font-size: 20px; line-height: 1.4; color: #fffbfb; }
.bx__compare { font-size: 14px; color: #c8c8c8; }
.bx__free { display: flex; align-items: center; gap: 12px; margin-top: 14px; padding-left: 0; font-size: 16px; color: #fffafa; }
.bx__free svg { width: 14px; height: 14px; }
.bx__items { display: none; flex-direction: column; gap: 10px; margin-top: 16px; }
.bx__tier.is-on .bx__items { display: flex; animation: ss-faq-open .25s var(--ease-fade); }
.bx__item { display: flex; align-items: center; gap: 16px; font-size: 16px; color: #fdfafa; }
.bx__thumb { flex: 0 0 40px; width: 40px; height: 40px; background: #2f2f2f; display: inline-flex; overflow: hidden; }
.bx__thumb img { width: 100%; height: 100%; object-fit: cover; }
.bx__plus { flex: 0 0 40px; width: 40px; height: 40px; background: #fff; color: #000; display: inline-flex; align-items: center; justify-content: center; }
.bx__plus svg { width: 22px; height: 22px; padding: 4px; border-radius: 50%; background: #000; color: #fff; }
.bx__choose { background: #000; color: #fff; font-size: 12px; line-height: 1; padding: 9px 16px; border-radius: 6px; transition: background .125s; }
.bx__choose:hover { background: #222; }
.bx__item--pick.is-picked .bx__plus { display: none; }
.pp__buttons { display: grid; grid-template-columns: 1fr 1fr; gap: 11px; margin-top: 32px; }
.pp__buttons .btn { min-height: 52px; }
.pp__buttons .btn svg { width: 18px; height: 18px; }
.pp__buttons .btn.is-busy { opacity: .6; pointer-events: none; }
.pp__buttons .btn:only-child { grid-column: 1 / -1; }
.pp__custom { margin-top: 32px; display: flex; flex-direction: column; gap: 16px; }
.pp__secure { margin-top: 26px; text-align: center; }
.pp__secure p { font-family: 'Lato', Geist, sans-serif; font-size: 16px; margin-bottom: 12px; }
.pp__cards { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px; }
.pay-ic { display: inline-flex; width: 58px; height: 38px; border-radius: 5px; overflow: hidden; box-shadow: 0 1px 3px rgba(0, 0, 0, .35); }
.pay-ic svg { width: 100%; height: 100%; }
.pp__desc { margin-top: 44px; font-size: 14px; line-height: 1.4; }
.pp__desc p { margin: 0 0 14px; }
.pp__desc h2, .pp__desc h3, .pp__desc h4 { font-family: var(--font-body); font-size: 14px; font-weight: 400; margin: 0 0 14px; }
.pp__desc ul { margin: 0 0 14px; padding-left: 0; list-style: none; }
.pp__desc li::before { content: '• '; }
.pp__rating { display: flex; align-items: center; justify-content: center; gap: 10px; margin: 44px auto 0; font-size: 14px; color: #13a18c; }
.pp-faq { padding-block: 48px; }

.rvw { max-width: 1200px; margin: 0 auto; padding: 48px var(--margin) 40px; }
.rvw__head { display: flex; justify-content: space-between; align-items: flex-end; gap: 20px; padding-bottom: 28px; }
.rvw__title { font-size: 20px; line-height: 1.3; color: #fbf9f9; }
.rvw__score { display: flex; align-items: center; gap: 8px; margin-top: 8px; font-size: 12px; color: #fbf9f9; }
.rvw__score strong { font-size: 20px; }
.rvw__verified { display: inline-flex; align-items: center; gap: 4px; background: #d2f2ec; color: #000; border-radius: 99px; padding: 2px 8px 2px 6px; font-size: 12px; }
.rvw__verified svg { width: 12px; height: 12px; color: #108474; }
.rvw__write { width: 248px; height: 34px; border-radius: 8px; background: #108474; border: 1px solid #108474; color: #fff; font-size: 16px; transition: background .125s; }
.rvw__write:hover { background: #0c6d60; }
.rvw__list { border-top: 1px solid rgba(255, 255, 255, .15); }
.rvw__item { padding: 24px 0; border-bottom: 1px solid rgba(255, 255, 255, .15); }
.rvw__item .ss-rstars { --size: 24px; }
.rvw__who { display: flex; align-items: center; gap: 12px; margin-top: 16px; }
.rvw__avatar { width: 36px; height: 36px; border-radius: 50%; background: #2f2f2f; display: inline-flex; align-items: center; justify-content: center; font-weight: 700; font-size: 16px; }
.rvw__name { font-weight: 700; font-size: 16px; }
.rvw__badge { display: inline-block; margin-left: 8px; padding: 1px 8px; border: 1px solid rgba(255, 255, 255, .8); border-radius: 99px; font-size: 11px; vertical-align: 2px; }
.rvw__date { font-size: 14px; color: #fcf8f8; opacity: .85; }
.rvw__rtitle { margin-top: 16px; font-weight: 700; font-size: 16px; }
.rvw__text { margin-top: 12px; font-size: 16px; line-height: 1.4; }
.rvw__media { display: flex; gap: 10px; margin-top: 14px; flex-wrap: wrap; }
.rvw__media img, .rvw__media video { width: 110px; height: 110px; object-fit: cover; border-radius: 4px; background: #111; }

.pp-banner { padding-block: 24px; }
.pp-banner img { width: 100%; height: auto; aspect-ratio: 1; object-fit: cover; }

.speak { padding: 56px 0 40px; text-align: center; overflow: hidden; }
.speak .t-h1 { max-width: 864px; margin: 0 auto; }
.speak__meta { display: flex; align-items: center; justify-content: center; gap: 8px; margin-top: 12px; font-size: 14px; }
.speak__meta svg { width: 16px; height: 16px; color: #13a18c; }
.speak__from { color: #dd6a5e; }
.speak__track { display: flex; gap: 0; overflow-x: auto; scroll-snap-type: x mandatory; scroll-behavior: smooth; scrollbar-width: none; margin-top: 44px; padding-inline: 13px; }
.speak__track::-webkit-scrollbar { display: none; }
.speak__card { flex: 0 0 287.5px; display: flex; gap: 16px; text-align: left; scroll-snap-align: start; padding-right: 16px; }
.speak__thumb { flex: 0 0 79px; width: 79px; height: auto; max-height: 109px; object-fit: contain; align-self: center; }
.speak__body { display: flex; flex-direction: column; gap: 8px; min-width: 0; flex: 1; }
.speak__text { font-size: 14px; line-height: 1.4; }
.speak__name { margin-top: auto; font-size: 14px; font-weight: 600; }
.speak__nav { display: flex; justify-content: center; gap: 22px; margin-top: 24px; }
.speak__nav button { width: 32px; height: 32px; color: #fff; display: inline-flex; align-items: center; justify-content: center; }
.speak__nav svg { width: 22px; height: 22px; }

.pp-related .t-h3 { margin-bottom: 24px; }
.pc--small .pc__title { font-size: 14px; }

.pp-sticky { visibility: hidden; position: fixed; left: 50%; bottom: 16px; z-index: 60; width: 600px; max-width: calc(100vw - 32px); height: 74px; display: flex; align-items: center; gap: 14px; padding: 11px; background: #fff; color: #000; box-shadow: 0 4px 20px rgba(0, 0, 0, .15); transform: translate(-50%, 130%); opacity: 0; pointer-events: none; transition: transform .3s cubic-bezier(.32, .72, 0, 1), opacity .3s cubic-bezier(.32, .72, 0, 1), visibility 0s linear .3s; }
.pp-sticky.is-on { transform: translate(-50%, 0); opacity: 1; pointer-events: auto; visibility: visible; }
.pp-sticky__thumb { flex: 0 0 52px; width: 52px; height: 52px; background: #202020; overflow: hidden; }
.pp-sticky__thumb img { width: 100%; height: 100%; object-fit: cover; }
.pp-sticky__title { flex: 1; min-width: 0; font-family: var(--font-heading); font-weight: 700; font-size: 14px; letter-spacing: -.03em; text-transform: uppercase; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.pp-sticky__price { font-size: 14px; }
.pp-sticky__btn { min-height: 52px; padding: 0 16px; }
.pp-sticky__btn svg { width: 18px; height: 18px; }

.pp-zoom { position: fixed; inset: 0; z-index: 130; background: var(--bg); display: grid; grid-template-columns: 1fr 96px; opacity: 0; visibility: hidden; transition: opacity .125s ease-in-out, visibility 0s linear .125s; }
.pp-zoom.is-open { opacity: 1; visibility: visible; transition: opacity .125s ease-in-out; }
.pp-zoom__track { overflow-y: auto; scroll-behavior: smooth; }
.pp-zoom__track figure { margin: 0; }
.pp-zoom__track img { width: 100%; height: auto; }
.pp-zoom__thumbs { display: flex; flex-direction: column; gap: 10px; padding: 70px 16px 16px 0; overflow-y: auto; }
.pp-zoom__thumbs img { width: 80px; height: 80px; object-fit: cover; opacity: .7; transition: opacity .125s; }
.pp-zoom__thumbs button:hover img { opacity: 1; }
.pp-zoom__close { position: absolute; top: 14px; right: 14px; z-index: 2; }

.pp-picker__panel { width: min(760px, 100%); padding: 22px; }
.pp-picker__head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 16px; }
.pp-picker__head h3 { font-family: var(--font-heading); font-weight: 700; font-size: 20px; text-transform: uppercase; }
.pp-picker__grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.pp-picker__item { display: flex; flex-direction: column; gap: 6px; text-align: left; font-size: 13px; color: #000; }
.pp-picker__item img { width: 100%; aspect-ratio: 1; object-fit: cover; background: #202020; transition: transform .3s var(--ease-fade); }
.pp-picker__item:hover img { transform: scale(1.03); }

.rvw-form__form { display: flex; flex-direction: column; gap: 8px; padding-bottom: 24px; }
.rvw-form__form input:not([type=radio]), .rvw-form__form textarea { width: 100%; padding: 12px; border: 1px solid #bbb; background: #fff; color: #000; font-size: 14px; }
.rvw-form__label { font-size: 13px; color: #333; margin-top: 8px; }
.rvw-form__stars { display: flex; gap: 6px; flex-direction: row-reverse; justify-content: flex-end; }
.rvw-form__stars input { position: absolute; opacity: 0; }
.rvw-form__stars span { color: #ccc; cursor: pointer; display: inline-flex; }
.rvw-form__stars span svg { width: 28px; height: 28px; }
.rvw-form__stars label:hover span, .rvw-form__stars label:hover ~ label span, .rvw-form__stars input:checked + span, .rvw-form__stars label:has(input:checked) ~ label span { color: #108474; }
.rvw-form .ss-form__note.is-ok { color: #0c6d60; }

@media (max-width: 989px) {
  .pp { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); column-gap: 32px; }
}
@media (max-width: 749px) {
  .pp { display: block; padding-right: 0; }
  .pp__gallery { position: relative; }
  .pp__slides { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .pp__slides::-webkit-scrollbar { display: none; }
  .pp__media, .pp__media--lead { flex: 0 0 100%; scroll-snap-align: start; aspect-ratio: 390 / 488; }
  .pp__dots { position: absolute; left: 0; right: 0; bottom: 22px; display: flex !important; justify-content: center; gap: 1px; }
  .pp__dots button { width: 18px; height: 18px; display: inline-flex; align-items: center; justify-content: center; }
  .pp__dots button::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: rgba(255, 255, 255, .45); transition: background .2s, transform .2s; }
  .pp__dots button.is-on::before { background: #fff; transform: scale(1.2); }
  .pp__info { padding: 33px var(--margin) 0; }
  .pp__pricerow { flex-direction: column; align-items: stretch; margin-top: 16px; }
  .pp__urgency { justify-content: center; max-width: none; margin-top: 16px; }
  .pp__buttons { grid-template-columns: 1fr; }
  .rvw__head { flex-direction: column; align-items: flex-start; }
  .rvw__write { width: 100%; }
  .speak__card { flex-basis: 85vw; }
  .pp-sticky { left: 0; right: 0; bottom: 0; width: 100%; max-width: 100%; transform: translateY(130%); }
  .pp-sticky.is-on { transform: none; }
  .pp-zoom { grid-template-columns: 1fr; }
  .pp-zoom__thumbs { display: none; }
  .pp-picker__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

/* Shopify's product header overlays the gallery (gallery starts at 0, title at 118px) */
body.single-product .ss-header { position: absolute; top: 0; left: 0; right: 0; }
body.single-product .ss-header:not(.is-pinned) .ss-header__bar { background: transparent; }
@media (max-width: 749px) { body.single-product .ss-header { position: relative; } }

/* ---------- content-only pages (Information, Privacy choices) ---------- */
.ss-blank { padding-block: 40px 24px; }

/* ---------- contact ---------- */
.ct { padding-block: 64px 64px; display: flex; flex-direction: column; align-items: center; gap: 34px; }
.ct__text { width: 100%; max-width: 672px; }
.ct__text .t-h1 { margin-bottom: 40px; }
.ct__rte { font-size: 14px; line-height: 1.4; }
.ct__rte h2 { font-family: var(--font-heading); font-weight: 700; font-size: var(--h-xl); line-height: 1.1; text-transform: uppercase; margin: 0 0 30px; }
.ct__rte h2 strong { font-weight: 700; }
.ct__rte p { margin: 0 0 20px; }
.ct__rte h6 { font-family: var(--font-body); font-size: 14px; font-weight: 400; line-height: 1.1; margin: 0 0 16px; }
.ct__rte a { text-decoration: underline; }
.ct__form { max-width: 816px; }

/* ---------- customizer page ---------- */
.cz { padding-block: 64px 24px; display: flex; flex-direction: column; align-items: center; text-align: center; }
.cz__intro h1, .cz__intro h2 { font-family: var(--font-heading); font-weight: 700; font-size: var(--h-xl); line-height: 1.1; text-transform: uppercase; }
.cz__intro p { max-width: 455px; margin: 40px auto 0; font-size: 14px; line-height: 1.4; }
.cz__art { display: block; width: 100%; margin-top: 40px; }
.cz__art img { aspect-ratio: 1; object-fit: cover; }
.cz__art img { width: 100%; height: auto; transition: transform .8s var(--ease-fade); }
.cz__art:hover img { transform: translateY(-6px); }
.cz__btn { margin-top: 36px; width: 222px; }
.cz__only { margin-top: 30px; font-size: 12px; line-height: 1.5; }
.cz__secure { margin-top: 14px; }
.cz__banner img { aspect-ratio: 1; }
.cz__reviews { padding: 24px var(--margin) 0; }
.cz__reviews .rv { --u: calc(min(100vw - var(--margin) * 2, var(--page)) / 100); padding: 0; }
.cz__reviews .s-reviews__list { gap: calc(min(100vw - var(--margin) * 2, var(--page)) / 100 * 3.333 * 2 + 12px); }

/* ---------- wholesale ---------- */
.ws-band { padding: 62px var(--margin) 76px; text-align: center; }
.ws { padding-block: 48px; }
.ws__inner { max-width: 586px; margin: 0 auto; padding-inline: var(--margin); box-sizing: content-box; }
.ws .ss-form__note { margin-top: 10px; }
.ws .ss-form__note.is-ok { color: #0c6d60; }
.ws .ss-form__note.is-err { color: #b3261e; }

/* ---------- all reviews (white, Judge.me gallery layout) ---------- */
.arv { padding-block: 80px 70px; }
.arv__inner { max-width: 670px; margin: 0 auto; padding-inline: 16px; box-sizing: content-box; text-align: center; }
.arv__title { font-size: 18px; font-weight: 400; }
.arv__stats { display: flex; align-items: center; justify-content: center; gap: 6px; margin-top: 8px; font-size: 14px; }
.arv__stats svg { width: 15px; height: 15px; }
.arv__ver { display: inline-flex; align-items: center; gap: 4px; margin-left: 4px; font-size: 11px; }
.arv__ver svg { width: 12px; height: 12px; color: #108474; }
.arv__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 18px; }
.arv__tile { position: relative; aspect-ratio: 1; overflow: hidden; border-radius: 6px; background: #000; color: #fff; display: flex; align-items: center; justify-content: center; padding: 0; }
.arv__tile.is-more { display: none; }
.arv.show-all .arv__tile.is-more { display: flex; animation: ss-faq-open .35s var(--ease-fade); }
.arv__tile img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--ease-fade); }
.arv__tile:hover img { transform: scale(1.04); }
.arv__tile.has-media::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(0, 0, 0, .55)); }
.arv__quote { position: relative; padding: 0 22px 60px; font-size: 12px; line-height: 1.45; }
.arv__play { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 40px; height: 40px; border-radius: 50%; background: rgba(0, 0, 0, .45); display: inline-flex; align-items: center; justify-content: center; z-index: 1; }
.arv__play svg { width: 14px; height: 14px; color: #fff; margin-left: 2px; }
.arv__foot { position: absolute; left: 0; right: 0; bottom: 16px; z-index: 1; display: flex; flex-direction: column; align-items: center; gap: 8px; }
.arv__name { display: inline-flex; align-items: center; gap: 5px; font-weight: 700; font-size: 14px; text-shadow: 0 1px 2px rgba(0, 0, 0, .45); }
.arv__name svg { width: 15px; height: 15px; }
.arv__more { display: inline-flex; align-items: center; gap: 8px; margin-top: 26px; font-weight: 700; font-size: 14px; color: #000; }
.arv__more svg { width: 10px; height: 10px; }
.arv-modal__panel { width: min(720px, 100%); padding: 26px; text-align: left; color: #000; }
.arv-modal__close { position: absolute; top: 8px; right: 8px; color: #000; }
.arv-modal__media { display: flex; gap: 10px; overflow-x: auto; margin-bottom: 16px; }
.arv-modal__media img, .arv-modal__media video { max-height: 60vh; max-width: 100%; border-radius: 6px; background: #000; }
.arv-modal__name { font-weight: 700; font-size: 16px; margin-top: 10px; }
.arv-modal__meta { font-size: 13px; color: #555; }
.arv-modal__text { margin-top: 12px; font-size: 15px; line-height: 1.5; }

/* ---------- shop by collection (white; titles made legible) ---------- */
.cl { padding-block: 60px 60px; }
.cl__title { color: #000; margin-bottom: 44px; }
.cl__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; background: #fff; }
.cl__tile { position: relative; aspect-ratio: 453 / 566; overflow: hidden; background: #202020; display: block; }
.cl__tile img { width: 100%; height: 100%; object-fit: cover; transition: transform 1s var(--ease-fade); }
.cl__tile:hover img { transform: scale(1.04); }
.cl__tile::before { content: ''; position: absolute; inset: 0 0 auto; height: 55%; z-index: 1; background: linear-gradient(180deg, rgba(0, 0, 0, .55), transparent); }
.cl__name { position: absolute; top: 22px; left: 18px; right: 18px; z-index: 2; font-family: var(--font-heading); font-weight: 700; font-size: clamp(28px, 3.6vw, 52px); line-height: 1.1; letter-spacing: .02em; text-transform: uppercase; color: #fff; }

@media (max-width: 749px) {
  .ct { padding-block: 40px; }
  .cz { padding-block: 40px 16px; }
  .ws-band { padding-block: 40px 48px; }
  .arv { padding-block: 48px; }
  .cl__grid { grid-template-columns: 1fr; }
}

@media (max-width: 749px) { .cz__art { width: 254px; } }
.ws h2 { font-family: var(--font-heading); font-weight: 700; text-transform: uppercase; letter-spacing: 0; }
.ct__rte p { max-width: 455px; }

/* ---------- policies (white, Shopify policy layout) ---------- */
.pol { padding-block: 20px 60px; }
.pol__inner { max-width: 603px; margin: 0 auto; padding: 0 20px; }
.pol__title { font-family: var(--font-heading); font-weight: 700; font-size: 72px; line-height: 1; letter-spacing: -.03em; text-transform: uppercase; color: #000; margin: 0 0 18px; }
.pol__body { font-size: 14px; line-height: 1.4; color: #000; }
.pol__body h2 { font-family: var(--font-heading); font-weight: 700; font-size: 48px; line-height: 1.1; text-transform: uppercase; margin: 40px 0 20px; }
.pol__body h3 { font-family: var(--font-heading); font-weight: 700; font-size: 32px; line-height: 1; letter-spacing: -.03em; text-transform: uppercase; margin: 30px 0 16px; }
.pol__body p { margin: 0 0 14px; }
.pol__body ul, .pol__body ol { margin: 0 0 14px; padding-left: 21px; }
.pol__body li { margin-bottom: 6px; }
.pol__body a { text-decoration: underline; color: #000; }
@media (max-width: 749px) { .pol__title { font-size: 48px; } .pol__body h2 { font-size: 36px; } }

/* ---------- cart page (Shopify layout) ---------- */
.ss-page--wc { padding-top: 40px; }
.cp__title { display: flex; align-items: center; gap: 12px; font-family: var(--font-heading); font-weight: 700; font-size: 32px; letter-spacing: -.03em; text-transform: uppercase; margin: 32px 0 20px; }
.cp__title .cd-count { background: rgba(255, 255, 255, .25); color: #fff; }
.cp__grid { display: grid; grid-template-columns: minmax(0, 1fr) 304px; gap: 96px; align-items: start; }
.cp-line { display: grid; grid-template-columns: 120px minmax(0, 1fr) auto 120px; gap: 16px 20px; align-items: start; padding-bottom: 24px; }
.cp-line__img img { width: 120px; height: 120px; object-fit: cover; background: #1a1a1a; }
.cp-line__title { font-size: 16px; line-height: 1.4; }
.cp-line__unit { font-size: 14px; color: var(--fg-70); margin-top: 4px; }
.cp-line__unit del { opacity: .7; margin-right: 4px; }
.cp-line__info .variation { font-size: 12px; color: var(--fg-70); margin-top: 6px; }
.cp-line__info .variation dt, .cp-line__info .variation dd { display: inline; margin: 0; }
.cp-line__info .variation dd p { display: inline; }
.cp-line__qty { display: flex; align-items: center; gap: 22px; }
.qty--dark { background: transparent; box-shadow: inset 0 0 0 2px #fff; height: 48px; }
.qty--dark button { color: #fff; }
.cp-line__remove svg { width: 16px; height: 16px; }
.cp-line__remove:hover { opacity: .6; }
.cp-line__total { text-align: right; font-size: 14px; }
.cp[data-busy] .cp__lines { opacity: .55; pointer-events: none; }
.cp__side { display: flex; flex-direction: column; }
.cp__discount { border-top: 0; border-bottom: 1px solid rgba(255, 255, 255, .15); }
.cp__discount input { background: transparent; border: 1px solid rgba(255, 255, 255, .5); color: #fff; }
.cp__discount button[type=submit] { background: #fff; color: #000; }
.cp__discount .cd-codes button { background: rgba(255, 255, 255, .12); color: #fff; }
.cp__row { display: flex; justify-content: space-between; padding: 18px 0 0; font-size: 14px; }
.cp__total { font-size: 14px; padding-top: 22px; }
.cp__note { font-size: 12px; margin: 26px 0 30px; color: var(--fg-70); }
.cp__note a strong { color: #fff; }
.cp__checkout { min-height: 52px; }
.cp-empty { padding: 110px 0 40px; display: flex; flex-direction: column; align-items: center; text-align: center; gap: 12px; }
.cp-empty__title { font-size: 32px; }
.cp-empty p a { text-decoration: underline; }
.cp-empty__btn { margin-top: 16px; min-width: 184px; }
.cp-also { position: relative; padding: 80px 0 40px; }
.cp-also__head { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 26px; }
.cp-also__head .t-h1 { font-size: 32px; letter-spacing: -.03em; }
.cp-also__head a { font-size: 14px; }
.cp-also__track { display: flex; gap: 0; overflow-x: auto; scroll-snap-type: x mandatory; scroll-behavior: smooth; scrollbar-width: none; margin-right: calc(var(--margin) * -1); }
.cp-also__track::-webkit-scrollbar { display: none; }
.cp-also__track > .pc { flex: 0 0 330px; scroll-snap-align: start; }
.pc--big .pc__title { font-size: 24px; line-height: 1.1; text-transform: uppercase; margin-top: 16px; padding-right: 28px; overflow-wrap: anywhere; }
.cp-also__next { position: absolute; right: 12px; top: 50%; width: 44px; height: 44px; display: inline-flex; align-items: center; justify-content: center; color: #fff; }
.cp-also__next svg { width: 18px; height: 18px; }

/* ---------- notices ---------- */
.woocommerce-notices-wrapper:empty { display: none; }
.woocommerce-message, .woocommerce-info, .woocommerce-error { list-style: none; margin: 0 0 20px; padding: 14px 18px; background: #2a2a2a; border-left: 3px solid #fff; font-size: 14px; }
.woocommerce-error { border-left-color: #ff6b6b; }
.woocommerce-message .button, .woocommerce-info .button { float: right; text-decoration: underline; }

/* ---------- checkout (classic, dark) ---------- */
.woocommerce-checkout .ss-page { padding-top: 40px; }
form.checkout { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr); gap: 0 56px; align-items: start; }
form.checkout #customer_details { grid-column: 1; }
form.checkout #order_review_heading, form.checkout #order_review { grid-column: 2; }
form.checkout #order_review_heading { grid-row: 1; margin-top: 0; }
form.checkout #order_review { grid-row: 1 / span 3; margin-top: 44px; background: #262626; padding: 24px; }
.woocommerce-checkout h3 { font-family: var(--font-heading); font-weight: 700; font-size: 20px; text-transform: uppercase; margin: 0 0 16px; }
.woocommerce-checkout .col2-set .col-1, .woocommerce-checkout .col2-set .col-2 { width: 100%; float: none; }
.woocommerce form .form-row { margin: 0 0 14px; }
.woocommerce form .form-row label { display: block; font-size: 13px; color: var(--fg-70); margin-bottom: 6px; }
.woocommerce form .form-row .required { color: var(--fg-70); text-decoration: none; }
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .woocommerce form .form-row select, .select2-container .select2-selection--single {
  width: 100%; min-height: 48px; padding: 12px 14px; background: var(--surface); color: #fff; border: 1px solid rgba(255, 255, 255, .45); border-radius: 0; font-size: 14px; }
.woocommerce form .form-row input.input-text:focus, .woocommerce form .form-row textarea:focus, .woocommerce form .form-row select:focus { outline: none; border-color: #fff; box-shadow: 0 0 0 1px #fff; }
.select2-container .select2-selection--single .select2-selection__rendered { color: #fff; line-height: 24px; padding: 0; }
.select2-container .select2-selection--single .select2-selection__arrow { top: 10px; right: 8px; }
.select2-dropdown { background: #fff; color: #000; }
.woocommerce form .form-row-first, .woocommerce form .form-row-last { width: calc(50% - 7px); display: inline-block; vertical-align: top; }
.woocommerce form .form-row-first { margin-right: 10px; }
.woocommerce-checkout-review-order-table { width: 100%; border-collapse: collapse; font-size: 14px; }
.woocommerce-checkout-review-order-table th, .woocommerce-checkout-review-order-table td { padding: 10px 0; border-bottom: 1px solid rgba(255, 255, 255, .12); text-align: left; }
.woocommerce-checkout-review-order-table td:last-child, .woocommerce-checkout-review-order-table th:last-child { text-align: right; }
.woocommerce-checkout-review-order-table .order-total th, .woocommerce-checkout-review-order-table .order-total td { font-size: 18px; border-bottom: 0; padding-top: 16px; }
#shipping_method { list-style: none; margin: 0; padding: 0; }
.woocommerce-checkout #payment { margin-top: 20px; }
.woocommerce-checkout #payment ul.payment_methods { list-style: none; margin: 0 0 16px; padding: 0; }
.woocommerce-checkout #payment .payment_box { background: #1c1c1c; padding: 12px; font-size: 13px; }
#place_order { width: 100%; min-height: 54px; background: #fff; color: #000; font-size: 15px; font-weight: 700; margin-top: 12px; cursor: pointer; }
#place_order:hover { background: #dedede; }
.woocommerce-terms-and-conditions-wrapper { font-size: 12px; color: var(--fg-70); }
.woocommerce-terms-and-conditions-wrapper a { text-decoration: underline; }
.woocommerce-form-coupon-toggle .woocommerce-info { background: transparent; border: 1px solid rgba(255, 255, 255, .2); }
.woocommerce-form-coupon-toggle a { text-decoration: underline; }
form.checkout_coupon { display: flex; gap: 8px; margin-bottom: 20px; }
form.checkout_coupon .form-row { margin: 0; }
form.checkout_coupon button { min-height: 48px; padding: 0 18px; background: #fff; color: #000; }
.woocommerce-order { max-width: 760px; }
.woocommerce-order h2, .woocommerce-order-received h1 { font-family: var(--font-heading); font-weight: 700; text-transform: uppercase; }
.woocommerce-order-overview { list-style: none; padding: 0; display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); gap: 14px; }
.woocommerce-order-overview li { background: #262626; padding: 14px; font-size: 12px; text-transform: uppercase; }
.woocommerce-order-overview li strong { display: block; font-size: 15px; text-transform: none; margin-top: 4px; }
.woocommerce table.shop_table { width: 100%; border-collapse: collapse; font-size: 14px; }
.woocommerce table.shop_table th, .woocommerce table.shop_table td { padding: 10px 8px; border-bottom: 1px solid rgba(255, 255, 255, .12); text-align: left; }

/* ---------- my account ---------- */
.woocommerce-account .woocommerce { display: grid; grid-template-columns: 220px minmax(0, 1fr); gap: 40px; }
.woocommerce-MyAccount-navigation ul { list-style: none; margin: 0; padding: 0; }
.woocommerce-MyAccount-navigation a { display: block; padding: 10px 0; border-bottom: 1px solid rgba(255, 255, 255, .1); font-size: 14px; }
.woocommerce-MyAccount-navigation .is-active a { font-weight: 700; }
.woocommerce-account:not(.logged-in) .woocommerce { display: block; max-width: 460px; }
.woocommerce form.login, .woocommerce form.register, .woocommerce form.lost_reset_password { display: flex; flex-direction: column; gap: 4px; }
.woocommerce form.login .button, .woocommerce form.register .button, .woocommerce-Button, .woocommerce .button.alt, .woocommerce button.button { background: #fff; color: #000; min-height: 48px; padding: 12px 22px; font-size: 14px; cursor: pointer; border: 0; }
.woocommerce-form-login__rememberme { font-size: 13px; }
.woocommerce-LostPassword a { font-size: 13px; text-decoration: underline; }

@media (max-width: 989px) {
  .cp__grid { grid-template-columns: 1fr; gap: 32px; }
  form.checkout { grid-template-columns: 1fr; }
  form.checkout #order_review_heading, form.checkout #order_review { grid-column: 1; grid-row: auto; }
}
@media (max-width: 749px) {
  .cp-line { grid-template-columns: 90px minmax(0, 1fr) auto; }
  .cp-line__img img { width: 90px; height: 90px; }
  .cp-line__qty { grid-column: 2; }
  .cp-line__total { grid-column: 3; grid-row: 1; }
  .cp-also__track > .pc { flex-basis: 70vw; }
  .woocommerce-account .woocommerce { grid-template-columns: 1fr; }
  .woocommerce form .form-row-first, .woocommerce form .form-row-last { width: 100%; margin-right: 0; }
}
.arv__quote { display: -webkit-box; -webkit-line-clamp: 8; -webkit-box-orient: vertical; overflow: hidden; margin-bottom: 58px; padding-bottom: 0; }
@media (max-width: 749px) {
  .pp-related .ss-grid--scroll { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px 12px; margin-inline: 0; padding-inline: 0; overflow: visible; }
  .pp-related .ss-grid--scroll > * { flex: none; }
  .cl__grid { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; gap: 1px; margin-inline: calc(var(--margin) * -1); padding-inline: var(--margin); scrollbar-width: none; background: transparent; }
  .cl__grid::-webkit-scrollbar { display: none; }
  .cl__tile { flex: 0 0 234px; aspect-ratio: 234 / 294; scroll-snap-align: start; }
  .cl__name { font-size: 26px; top: 14px; left: 12px; }
  .arv__quote { -webkit-line-clamp: 6; padding-inline: 12px; font-size: 11px; margin-bottom: 52px; }
}


.arv__shop { display: inline-flex; align-items: center; justify-content: center; min-height: 40px; margin-top: 14px; padding: 8px 22px; border: 2px solid #000; border-radius: 8px; font-size: 14px; color: #000; transition: background .125s, color .125s; }
.arv__shop:hover { background: #000; color: #fff; }
