/** Shopify CDN: Minification failed

Line 1316:0 Expected "}" to go with "{"

**/
/* ==========================================================
   BZ PDP — Layout System (AUTHORITATIVE)
   Clean editorial grid + conversion hierarchy
========================================================== */

.bz-pdp {
  width: 100%;
  margin-top: 40px;
}

.bz-pdp__wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 28px 24px;
}

@media (max-width: 768px) {
  .bz-pdp__wrap {
    padding: 18px 16px;
  }
}

/* --- HERO GRID --- */
.bz-pdp-hero {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 40px;
  align-items: start;
}

@media (max-width: 990px) {
  .bz-pdp-hero {
    grid-template-columns: 1fr;
    gap: 22px;
  }
}

/* Sticky behavior (desktop) */
.bz-pdp-hero__media {
  position: sticky;
  top: 18px;
}

@media (max-width: 990px) {
  .bz-pdp-hero__media {
    position: relative;
    top: auto;
  }
}

.bz-pdp-hero__buy {
  padding-top: 6px;
}

/* --- TYPE SYSTEM --- */
.bz-pdp-title {
  font-size: 28px;
  line-height: 1.15;
  letter-spacing: -0.01em;
  margin: 0 0 10px;
}

@media (max-width: 768px) {
  .bz-pdp-title {
    font-size: 24px;
  }
}

.bz-pdp-subcopy {
  font-size: 14px;
  line-height: 1.55;
  margin: 0 0 16px;
  opacity: 0.82;
}

/* --- PRICE AREA --- */
.bz-pdp-price-row {
  margin: 0 0 12px;
}

.bz-pdp-underprice {
  font-size: 12px;
  line-height: 1.45;
  margin: 8px 0 0;
  opacity: 0.78;
}

/* --- PURCHASE STACK --- */
.bz-pdp-purchase-stack {
  display: grid;
  gap: 14px;
  margin-top: 12px;
}

.bz-pdp-divider {
  height: 1px;
  width: 100%;
  background: rgba(0,0,0,0.08);
  margin: 14px 0;
}

.bz-pdp__layout{
  display:grid;
  grid-template-columns: 1.2fr 0.7fr;
  gap:48px;
  align-items:start;
}

.bz-pdp__media{
  width:100%;
}

.bz-pdp__buybox{
  position:sticky;
  top:120px;
}

/* --- TRUST ROW --- */
.bz-trust {
  display: grid;
  gap: 8px;
  padding: 10px 0 2px;
}

.bz-trust__row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  font-size: 12px;
  line-height: 1.35;
  opacity: 0.82;
}

.bz-trust__pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.bz-dot {
  width: 4px;
  height: 4px;
  border-radius: 999px;
  background: rgba(0,0,0,0.35);
  display: inline-block;
}

/* --- REVIEW SNIPPET (ABOVE FOLD) --- */
.bz-review-snippet {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 6px;
  font-size: 12px;
  line-height: 1.35;
  opacity: 0.86;
}

.bz-stars {
  letter-spacing: 0.14em;
  font-size: 12px;
  opacity: 0.85;
}

.bz-review-link {
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* --- STORY BLOCK --- */
.bz-pdp-story {
  margin-top: 46px;
}

.bz-pdp-story__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 26px;
  align-items: center;
}

@media (max-width: 990px) {
  .bz-pdp-story__grid {
    grid-template-columns: 1fr;
  }
}

.bz-pdp-story__media {
  border-radius: 0;
  overflow: hidden;
  background: rgba(0,0,0,0.03);
}

.bz-pdp-story__media img {
  width: 100%;
  height: auto;
  display: block;
}

.bz-pdp-story__headline {
  font-size: 22px;
  line-height: 1.2;
  margin: 0 0 10px;
}

.bz-pdp-story__copy {
  font-size: 14px;
  line-height: 1.7;
  margin: 0;
  opacity: 0.85;
}

/* --- SECTION TITLES --- */
.bz-pdp-section-title {
  font-size: 16px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin: 0 0 16px;
  opacity: 0.78;
}

/* --- COMPLETE LOOKS --- */
.bz-cl {
  margin-top: 46px;
}

.bz-cl__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

@media (max-width: 990px) {
  .bz-cl__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.bz-cl__card {
  border: 1px solid rgba(0,0,0,0.08);
  padding: 12px;
}

.bz-cl__img {
  width: 100%;
  aspect-ratio: 1/1;
  background: rgba(0,0,0,0.03);
  overflow: hidden;
}

.bz-cl__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.bz-cl__name {
  font-size: 13px;
  margin: 10px 0 0;
  line-height: 1.35;
}

/* --- REVIEWS SECTION --- */
.bz-reviews {
  margin-top: 46px;
  padding-top: 22px;
  border-top: 1px solid rgba(0,0,0,0.08);
}

.bz-reviews__mount {
  min-height: 40px;
}

.bz-buybox {
  max-width:420px;
}

.bz-product-meta {
  margin-bottom:28px;
}

.bz-collection {
  font-size:12px;
  letter-spacing:.06em;
  text-transform:uppercase;
  color:#777;
  margin-bottom:8px;
}

.bz-title {
  font-size:26px;
  letter-spacing:.04em;
  margin-bottom:6px;
}

.bz-subtitle {
  color:#555;
  font-size:14px;
  margin-bottom:16px;
}

.bz-price {
  font-size:20px;
  margin-bottom:28px;
}

.bz-addtocart {
  width:100%;
  height:48px;
  background:#000;
  color:#fff;
  border:none;
  letter-spacing:.08em;
  margin-top:18px;
}

.bz-secondary {
  width:100%;
  height:44px;
  border:1px solid #000;
  background:#fff;
  margin-top:12px;
}

.bz-trust {
  margin-top:24px;
  font-size:13px;
  color:#666;
  line-height:1.6;
}

.bz-pdp-buy {
  max-width: 420px;
}

.bz-pdp-accordions{
  margin-top:40px;
  border-top:1px solid #eee;
}

.bz-accordion{
  border-bottom:1px solid #eee;
}

.bz-pdp-accordions details {
  border-bottom:1px solid #eee;
}

.bz-pdp-accordions summary {
  cursor:pointer;
  font-weight:500;
  padding:18px 0;
  list-style:none;
}

.bz-pdp-accordions summary::-webkit-details-marker {
  display:none;
}

.bz-accordion-content {
  padding-bottom:18px;
  line-height:1.6;
}

.bz-option-group{
  margin-bottom:20px;
}

.bz-option-label{
  font-size:13px;
  margin-bottom:8px;
  font-weight:500;
}

.bz-option-buttons{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
}

.bz-option-btn{
  border:1px solid #ddd;
  background:white;
  padding:8px 14px;
  font-size:13px;
  cursor:pointer;
}

.bz-option-btn:hover{
  border-color:black;
}

.bz-option-btn.active{
  border-color:black;
  background:black;
  color:white;
}

/* Trust row spacing under Add to Cart */
.bz-buy-reassurance{
  margin-top: 14px;
  font-size: 13px;
  color: #6b6b6b;
  display: flex;
  align-items: center;
  gap: 6px;
}

.bz-rating{
  margin-top:6px;
  margin-bottom:12px;
  font-size:13px;
  letter-spacing:.04em;
  color:#111;
}

.bz-rating-count{
  color:#777;
  margin-left:6px;
}

/* Variant buttons */

.bz-option-buttons{
  display:flex;
  gap:8px;
}

.bz-option-btn{
  padding:8px 14px;
  border:1px solid #dcdcdc;
  background:#fff;
  font-size:13px;
  cursor:pointer;
  transition:all .2s ease;
}

.bz-option-btn:hover{
  border-color:#000;
}

.bz-option-btn.active{
  background:#000;
  color:#fff;
  border-color:#000;
}

.bz-installments{
  font-size:13px;
  color:#666;
  margin-top:12px;
  margin-bottom:18px;
}

.bz-subtitle{
  font-size:14px;
  color:#6b6b6b;
  margin-top:6px;
  margin-bottom:10px;
  line-height:1.4;
  letter-spacing:0.02em;
}

.bz-accordion-item .bz-accordion-content{
  display:none;
}

.bz-accordion-item.active .bz-accordion-content{
  display:block;
}

.bz-dimension-list{
  padding-left:18px;
  margin-top:10px;
}

.bz-dimension-list li{
  margin-bottom:6px;
  font-size:14px;
  line-height:1.5;
  color:#444;
}

/* ===== Complete the Look layout isolation ===== */

.bz-cl {
  width: 100%;
  margin-top: 80px;
}

.bz-cl-inner {
  max-width: none;
  width: 100%;
  padding: 0 48px;
}

.bz-cl-rail {
  display: flex;
  gap: 28px;
  overflow-x: auto;
  width: 100%;

  scroll-behavior: smooth;
}

.bz-cl-rail::-webkit-scrollbar {
  display: none;
}

.bz-cl-card {
  flex: 0 0 420px;
}

.bz-cl-card img {
  width: 100%;
  height: auto;
  display: block;
}

/* ===============================
   Banglez Complete the Look Rail
   =============================== */

.bz-cl-rail {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  margin-top: 18px;
}

.bz-cl-rail::-webkit-scrollbar {
  display: none;
}

.bz-cl-rail .resource-list__carousel {
  display: flex;
  gap: 18px;
  scroll-snap-type: x mandatory;
}

.bz-cl-rail .resource-list__item {
  flex: 0 0 auto;
  width: clamp(180px, 22vw, 260px);
  scroll-snap-align: start;
}

.bz-cl-rail img {
  width: 100%;
  height: auto;
  display: block;
}

/* Complete Look rail */

.bz-cl-rail {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  padding: 0 var(--page-padding);
}

.bz-cl-rail::-webkit-scrollbar {
  display: none;
}

.bz-cl-rail .resource-list__carousel {
  display: flex;
  gap: 24px;
}

.bz-cl-rail .resource-list__item {
  flex: 0 0 auto;
  width: clamp(260px, 20vw, 360px);
}

.bz-cl-rail img {
  width: 100%;
  height: auto;
  display: block;
}

/* BZ PDP Loyalty */

.bz-pdp-loyalty{
  margin-top:100px;
  padding:60px 0;

  background:linear-gradient(
    135deg,
    #f4e6c4 0%,
    #e8d6a6 25%,
    #ddc58c 50%,
    #e6d39f 75%,
    #f3e8cc 100%
  );
}

/* Layout grid */

.bz-pdp-loyalty-inner{
  display:grid;
  grid-template-columns:1fr 1fr;
  align-items:center;
  gap:140px;
}

/* Left column */

.bz-pdp-loyalty-left{
  padding-left:40px;
  max-width:520px;
}

.bz-pdp-loyalty-text{
  margin-top:16px;
  color:#555;
  line-height:1.7;
}

/* Right column */

.bz-pdp-loyalty-right{
  padding-right:80px;
  padding-left:100px;
}

/* Accordion items */

.bz-loyalty-item{
  border-bottom:1px solid rgba(255,255,255,.6);
  padding:10px 0;
}

.bz-loyalty-item:first-child{
  border-top:1px solid rgba(255,255,255,.6);
}

/* Accordion summary */

.bz-loyalty-item summary{
  font-weight:500;
  cursor:pointer;
  list-style:none;
  padding:6px 0;
  display:flex;
  justify-content:space-between;
  align-items:center;
}

/* Custom arrow */

.bz-loyalty-item summary::after{
  content:"▾";
  font-size:14px;
  transition:transform .25s ease;
}

/* Rotate arrow when open */

.bz-loyalty-item[open] summary::after{
  transform:rotate(180deg);
}

.bz-loyalty-item p{
  margin-top:6px;
  font-size:14px;
  color:#444;
}

/* PDP Reviews */

.bz-pdp-reviews{
  padding:100px 0;
  background:#fff;
}

.bz-pdp-reviews-header{
  max-width:520px;
  margin-bottom:50px;
}

.bz-pdp-reviews-sub{
  margin-top:14px;
  color:#666;
  line-height:1.6;
}

.bz-pdp-reviews-widget{
  margin-top:20px;
}

/* ===============================
   PDP REVIEWS
================================ */

.bz-pdp-reviews{
  padding:100px 0;
  background:#fff;
}

.bz-pdp-reviews-header{
  max-width:520px;
  margin-bottom:50px;
}

.bz-pdp-reviews-sub{
  margin-top:14px;
  color:#666;
  line-height:1.6;
}

/* remove weird yotpo spacing */
.yotpo-main-widget{
  margin-top:30px;
}

/* tighten star row spacing */
.yotpo .yotpo-bottomline{
  margin-bottom:20px;
}

.bz-price {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 22px;
  margin-bottom: 14px;
}

.bz-price-sale {
  color: #000;
  font-weight: 500;
}

.bz-price-regular {
  color: #000;
  font-weight: 500;
}

.bz-price-compare {
  color: #999;
  text-decoration: line-through;
  font-size: 18px;
}

.bz-price{
  display:flex;
  align-items:baseline;
  gap:10px;
}

.bz-price-compare{
  display:inline-block;
  text-decoration:line-through;
  opacity:0.75;
  font-size:0.95em;
}

/* Luxury default: subtle, not “Walmart red” */
.bz-price-compare{
  color: rgba(0,0,0,0.55);
}

/* Optional “sale emphasis” without shouting */
.bz-price-sale{
  font-weight:600;
}

/* PDP Loyalty Button */

.bz-pdp-loyalty-button{
  margin-top: 28px;
}

.bz-pdp-loyalty-cta{
  display: inline-block;
  padding: 10px 30px;

  background: #000;
  color: #fff;

  text-decoration: none;
  font-size: 12px;
  letter-spacing: 0.06em;

  border-radius: 6px;
  transition: opacity .2s ease;
}

.bz-pdp-loyalty-cta:hover{
  opacity: .85;
}

/* =========================================================
   BANGLEZ MOBILE PDP — DAVID YURMAN STYLE
   ========================================================= */

@media screen and (max-width: 768px) {

/* =========================
   Portrait swipe gallery
   ========================= */

.media-gallery,
.product-gallery,
.product__media-list {

  display:flex !important;
  overflow-x:auto;
  scroll-snap-type:x mandatory;
  gap:12px;
  padding-bottom:12px;

}

.media-gallery > *,
.product-gallery > *,
.product__media-list > * {

  flex:0 0 88%;
  scroll-snap-align:center;

}

.media-gallery img,
.product-gallery img,
.product__media-list img {

  width:100%;
  height:auto;
  object-fit:contain;

}

/* Hide vertical grid behaviour */

.media-gallery.grid,
.product__media-list.grid {
  display:flex !important;
}

/* =========================
   Title / price compression
   ========================= */

.product__title {
  font-size:22px;
  line-height:1.25;
  margin-bottom:6px;
}

.price {
  font-size:18px;
  margin-bottom:10px;
}

/* =========================
   Purchase block tightening
   ========================= */

.product-form__buttons {
  margin-top:8px;
}

.product-form__buttons button {
  width:100%;
}

/* =========================
   Trust signals
   ========================= */

.pdp-trust {
  font-size:13px;
  opacity:.85;
  margin-top:8px;
  line-height:1.5;
}

/* =========================
   Accordion sections
   ========================= */

.pdp-accordion {
  border-top:1px solid #eee;
  padding:14px 0;
}

.pdp-accordion summary {
  font-weight:500;
  cursor:pointer;
}

/* Prevent page content from hiding behind sticky ATC */
body.has-sticky-atc {
  padding-bottom:70px;
}

@media (max-width:768px){

  .bz-pdp__layout{
    display:flex;
    flex-direction:column;
  }

  .bz-pdp__media{
    width:100%;
  }

  .bz-pdp__buybox{
    width:100%;
    max-width:100%;
    padding:24px 16px;
  }

}

/* Hard reset Horizon button styling */

.bz-reset{
  all:unset;
  box-sizing:border-box;
}

/* Custom Banglez ATC */

.bz-add-to-cart{

  display:flex;
  align-items:center;
  justify-content:center;

  width:100%;
  height:56px;

  padding:0 28px;

  background:#000;
  color:#fff;

  border-radius:999px;
  border:none;

  font-size:14px;
  font-weight:600;
  letter-spacing:.08em;
  text-transform:uppercase;

  cursor:pointer;

}

/* control the ATC layout container */

.bz-pdp .product-form-buttons{
  width:100%;
  display:flex;
}

/* style the button Horizon renders */

.bz-pdp .product-form-buttons button{

  width:100%;
  height:56px;

  background:#000;
  color:#fff;

  border:none;
  border-radius:999px;

  font-size:14px;
  font-weight:600;
  letter-spacing:.08em;
  text-transform:uppercase;

  display:flex;
  align-items:center;
  justify-content:center;

}

/* Fix Horizon ATC internal layout */
.bz-add-to-cart span{
  display:inline-block;
  height:auto;
}

.bz-add-to-cart{
  position:relative;
  overflow:hidden;
  height:56px;
}

/* lock ATC click area */
.bz-add-to-cart{
  display:block;
  height:56px;
  line-height:56px;
  overflow:hidden;
}

.bz-add-to-cart span{
  display:inline;
}

/* VARIANT BUTTONS */

.bz-option-btn {
  border: 2px solid #000;
  background: #fff;
  transition: border .15s ease;
}

/* selected */

.bz-option-btn.is-selected {
  border: 3px solid #000;
}

/* sold out */

.bz-option-btn.is-soldout {
  border: 1px solid #ccc;
  opacity: .4;
  cursor: not-allowed;
}

/* FIX MOBILE ATC CLICK */

.bz-add-to-cart {
  position: relative;
  z-index: 10;
}

.product-form-buttons {
  position: relative;
  z-index: 10;
}

/* ===============================
Sticky ATC
================================ */

.bz-sticky-atc{
position:fixed;
bottom:0;
left:0;
right:0;
background:#fff;
border-top:1px solid #e5e5e5;
padding:14px 16px;
z-index:999;
transform:translateY(100%);
transition:transform .25s ease;
}

.bz-sticky-visible{
transform:translateY(0);
}

.bz-sticky-inner{
display:flex;
align-items:center;
justify-content:space-between;
gap:16px;
max-width:1200px;
margin:auto;
}

.bz-sticky-product{
display:flex;
flex-direction:column;
font-size:13px;
}

.bz-sticky-name{
font-weight:500;
}

.bz-sticky-price{
font-size:12px;
opacity:.7;
}

.bz-sticky-button{
background:#000;
color:#fff;
border:none;
height:48px;
padding:0 28px;
font-size:13px;
letter-spacing:.08em;
text-transform:uppercase;
cursor:pointer;
}

@media(min-width:769px){
.bz-sticky-atc{
display:none;
}
}

/* ================================
   Loyalty Mobile Layout
================================ */

/* Loyalty Section Layout */

.bz-loyalty-layout{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap:80px;
  align-items:center;
}

/* Mobile layout */

@media (max-width:768px){

  .bz-loyalty-layout{
    grid-template-columns:1fr;
    gap:40px;
  }

}

/* Loyalty mobile layout */

@media (max-width: 768px){

  .bz-pdp-loyalty-inner{
    display:block;
  }

  .bz-pdp-loyalty-left{
    margin-bottom:40px;
  }

}

@media (max-width:768px){

  .bz-pdp-loyalty-right{
    margin-left:40px;
    padding-left:0;
    max-width:100%;
  }

}

/* =========================================
   Sticky ATC — Device Control
   ========================================= */

.bz-mobile-only {
  display: none;
}

@media (max-width: 768px) {
  .bz-mobile-only {
    display: block;
  }
}

/* =========================================
   Sticky ATC — Core Behavior
   ========================================= */

.bz-sticky-atc {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background: #ffffff;
  border-top: 1px solid #e5e5e5;
}

/* inner layout */
.bz-sticky-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 16px;
  gap: 12px;
}

/* product info */
.bz-sticky-product {
  display: flex;
  flex-direction: column;
  font-size: 12px;
  line-height: 1.2;
}

.bz-sticky-name {
  font-weight: 500;
}

.bz-sticky-price {
  opacity: 0.7;
}

/* button */
.bz-sticky-button {
  background: #000;
  color: #fff;
  border: none;
  padding: 12px 18px;
  font-size: 12px;
  letter-spacing: 0.05em;
  cursor: pointer;
}

/* =========================================
   Sticky ATC — Device Visibility
   ========================================= */

.bz-sticky-atc {
  display: none;
}

@media (max-width: 768px) {
  .bz-sticky-atc {
    display: block;
  }
}

/* =========================================
   SHIPPING LINK — SUBTLE CTA
   ========================================= */

.bz-returns-link {
  margin-top: 10px;
}

.bz-returns-link a {
  font-size: 12px;
  color: #111;
  text-decoration: underline;
  text-underline-offset: 2px;
  opacity: 0.7;
  transition: opacity 0.2s ease;
}

.bz-returns-link a:hover {
  opacity: 1;
}

/* =========================================
   SHIPPING LINK — CLEAN + VISIBLE
   ========================================= */

.bz-accordion-content .bz-returns-link {
  margin-top: 8px;
}

.bz-accordion-content .bz-returns-link a {
  color: #000;
  text-decoration: underline;
  text-underline-offset: 3px;
  font-weight: 500;
  opacity: 1;
}

.bz-accordion-content .bz-returns-link a:hover {
  opacity: 0.7;
}

/* =========================================
   INLINE LINK INSIDE BULLET LIST (FIXED)
   ========================================= */

.bz-accordion-content ul li a.bz-inline-link {
  color: #000;
  text-decoration: underline;
  text-underline-offset: 3px;
  font-weight: 500;
}

.bz-accordion-content ul li a.bz-inline-link:hover {
  opacity: 0.7;
}

/* Remove the entire Yotpo "Other top rated products" block */
.bz-pdp-reviews .yotpo.yotpo-main-widget .promoted-products-box {
  display: none !important;
}

/* Yotpo promoted products — exact removal */
.bz-pdp-reviews .promoted-products-box,
.bz-pdp-reviews .promoted-products-box .yotpo-main-title,
.bz-pdp-reviews .promoted-products-box .yotpo-promoted-products,
.bz-pdp-reviews .promoted-products-box .yotpo-pager,
.bz-pdp-reviews .promoted-products-box .sr-only {
  display: none !important;
}

.bz-pdp-reviews .yotpo.yotpo-main-widget .promoted-products-box {
  display: none !important;
}

.promoted-products-box {
  display: none !important;
}

