/*!***************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[3]!./src/app/p/[slug]/pdp.module.css ***!
  \***************************************************************************************************************************************************************************************************************************************************************************/
/* pdp.module.css */

/* ---------- Wrapper + page sizing ---------- */
.pdp_pdpWrapper__mkEl4 {
  padding: 24px 20px;
  background: #fff;
  color: #111;
  box-sizing: border-box;
}

/* keep page content centered and constrained */
.pdp_pdpInner__dvl0e {
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}

/* Breadcrumbs */
.pdp_breadcrumbs__UUJIn {
  font-size: 13px;
  color: #666;
  margin-bottom: 18px;
}
.pdp_breadcrumbs__UUJIn a { color: #333; text-decoration: none; }
.pdp_breadcrumbs__UUJIn a:hover { text-decoration: underline; }
.pdp_breadcrumbs__UUJIn span { margin: 0 6px; }

/* ---------- Two-column grid (stable widths) ---------- */
/* left column grows, right column is fixed width for product info like your reference */
.pdp_pdpContainer__XC9LA {
  display: grid;
  grid-template-columns: 1fr 420px;
  grid-gap: 36px;
  gap: 36px;
  align-items: start;
}

/* ---------- Gallery (left) ---------- */
.pdp_gallery__Fsgq9 {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  justify-content: flex-start;
}

/* vertical thumbnails on left */
.pdp_thumbnailList__9vhXc {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 88px;
  flex: 0 0 88px;
  box-sizing: border-box;
}

/* clickable small thumbnails */
.pdp_thumbnail__h2YY6 {
  width: 88px;
  height: 88px;
  object-fit: cover;
  border: 1px solid #eee;
  border-radius: 6px;
  cursor: pointer;
  transition: transform .12s ease, border-color .12s ease;
  display: block;
}

.pdp_thumbnail__h2YY6:hover {
  transform: translateY(-2px);
  border-color: #111;
}

/* main image area */
.pdp_mainImageContainer__bZ90q {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 420px;
}

.pdp_mainImage__Zj7Mc {
  width: 100%;
  max-width: 760px; /* cap width so it doesn't overflow */
  height: auto;
  object-fit: contain;
  border-radius: 6px;
  display: block;
}

/* ---------- Info column (right) ---------- */
.pdp_info__GY3ZJ {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* brand (kept as smaller uppercase) */
.pdp_brand__z_eoh {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

/* product title as H1 (user requested) */
.pdp_productTitle__UHIsM {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  color: #111;
  line-height: 1.25;
}

/* Pricing row */
.pdp_priceRow__hqTog {
  display: flex;
  align-items: baseline;
  gap: 10px;
  flex-wrap: wrap;
}

.pdp_finalPrice__m3KYN {
  font-size: 20px;
  font-weight: 700;
  color: #111;
}

.pdp_oldPrice__01XeQ {
  text-decoration: line-through;
  color: #888;
  font-size: 15px;
}

.pdp_discount__JutPH {
  font-size: 14px;
  font-weight: 700;
  color: #e53935;
}

/* ---------- Variants: colors and sizes ---------- */
.pdp_variantBlock__vcUHJ { margin-top: 6px; }

.pdp_variantLabel__SuNwk {
  display: block;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 8px;
  color: #111;
}

/* color swatch row */
.pdp_swatchGroup__CDkQ5 {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

/* swatch must show variant thumbnail (image) */
.pdp_colorSwatchLink__gTDsL {
  display: inline-block;
  width: 50px;
  height: 64px;
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid transparent;
  transition: border .12s ease;
}
.pdp_colorSwatchLink__gTDsL:hover { border-color: #111; }

.pdp_colorSwatch__PkwTe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* size selector */
.pdp_sizeHeader__7WlA_ {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 6px;
}

.pdp_sizeGuide__V21Hz {
  font-size: 13px;
  color: #666;
  cursor: pointer;
}

/* size buttons */
.pdp_sizeGroup__YhgZN {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

/* ensure text color isn't inherited white */
.pdp_sizeButton__PWEkP,
.pdp_outOfStockSize__VEuiQ {
  border: 1px solid #d0d0d0;
  border-radius: 6px;
  padding: 6px 12px;
  font-size: 13px;
  font-weight: 600;
  min-width: 44px;
  background: #fff;
  color: #111; /* fix: make in-stock text visible */
  cursor: pointer;
  transition: background .12s ease, border-color .12s ease;
}

/* hover/active states */
.pdp_sizeButton__PWEkP:hover { border-color: #111; background: #fafafa; }
.pdp_sizeButton__PWEkP.pdp_active__Lk_DP { border-color: #111; background: #fff; }

/* out of stock styles */
.pdp_outOfStockSize__VEuiQ {
  color: #9a9a9a;
  border-color: #e6e6e6;
  background: #fafafa;
  text-decoration: line-through;
  cursor: not-allowed;
}

/* ---------- Notify / Delivery ---------- */
.pdp_notifyButton__NkK7Z {
  margin-top: 12px;
  background: #111;
  color: #fff;
  border: none;
  padding: 10px 14px;
  border-radius: 6px;
  font-weight: 700;
  cursor: pointer;
}

.pdp_delivery__Ej35_ {
  margin-top: 12px;
}
.pdp_delivery__Ej35_ label { display:block; font-weight:700; margin-bottom:6px; font-size:13px; }
.pdp_deliveryCheck__D7wUg { display:flex; gap:8px; align-items:center; margin-bottom:6px; }
.pdp_deliveryCheck__D7wUg input { flex:1 1; padding:8px; border:1px solid #dcdcdc; border-radius:6px; }
.pdp_deliveryCheck__D7wUg button { padding:8px 10px; border-radius:6px; background:#444; color:#fff; border:none; cursor:pointer; }
.pdp_outOfStock__5RM5O { color: #e53935; font-weight:600; }

/* ---------- Offers + Accordions ---------- */
.pdp_offers__BZ1OI { margin-top: 12px; }
.pdp_offerCard__CgAia {
  background: #fafafa;
  border: 1px dashed #e5e5e5;
  padding: 10px;
  border-radius: 6px;
  margin-bottom: 8px;
}
.pdp_accordions__aJ900 { margin-top: 12px; border-top: 1px solid #eee; padding-top: 10px; }
.pdp_accordions__aJ900 details { padding: 8px 0; border-bottom: 1px solid #f3f3f3; }
.pdp_accordions__aJ900 summary { font-weight: 700; cursor:pointer; }

/* ---------- Helpful safety (prevent overflow) ---------- */
.pdp_pdpContainer__XC9LA, .pdp_mainImageContainer__bZ90q, .pdp_thumbnailList__9vhXc, .pdp_info__GY3ZJ { box-sizing: border-box; }

/* ---------- Responsive adjustments ---------- */
@media (max-width: 1100px) {
  .pdp_pdpContainer__XC9LA { grid-template-columns: 1fr 380px; gap: 28px; }
}
@media (max-width: 900px) {
  .pdp_pdpContainer__XC9LA { grid-template-columns: 1fr;}
  .pdp_gallery__Fsgq9 {flex-direction: column;}
  .pdp_thumbnailList__9vhXc { flex-direction: row; width: 100%; gap: 8px; height: auto; }
  .pdp_thumbnail__h2YY6 { width: 64px; height: 64px; }
  .pdp_mainImageContainer__bZ90q { min-height: 320px; }
  .pdp_mainImage__Zj7Mc {width: 92vw; }
  .pdp_info__GY3ZJ { margin-top: 10px; }
  .pdp_pdpInner__dvl0e { padding: 0 12px; }
}

.pdp_accordions__aJ900 {
  margin-top: 24px;
  border-radius: 6px;
  border: 1px solid #ddd;
  background: #fafafa;
  overflow: hidden;
}

.pdp_accordions__aJ900 details {
  border-top: 1px solid #e5e5e5;
  padding: 12px 16px;
  background-color: white;
}

.pdp_accordions__aJ900 details:first-child {
  border-top: none;
}

.pdp_accordions__aJ900 summary {
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
  list-style: none;
}

.pdp_accordions__aJ900 summary::-webkit-details-marker {
  display: none;
}

.pdp_accordions__aJ900 p {
  font-size: 13px;
  color: #444;
  margin-top: 6px;
  line-height: 1.5;
}

.pdp_detailsSection__LIAFM h4 {
  margin-top: 10px;
  margin-bottom: 4px;
  font-size: 13px;
  font-weight: 600;
}

/* ---------- CTA Buttons ---------- */
.pdp_ctaContainer__d4APZ {
  display: flex;
  gap: 12px;
  margin-top: 20px;
}

.pdp_addToCartButton__4oMjE,
.pdp_shopNowButton__Fjpot {
  flex: 1 1;
  padding: 14px 0;
  font-size: 14px;
  font-weight: 600;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.2s ease;
}

/* Primary CTA - Black background */
.pdp_addToCartButton__4oMjE {
  background-color: #000;
  color: #fff;
  border: 1px solid #000;
}

.pdp_addToCartButton__4oMjE:hover {
  opacity: 0.9;
}

/* Secondary CTA - Outlined */
.pdp_shopNowButton__Fjpot {
  background-color: transparent;
  border: 1px solid #000;
  color: #000;
}

.pdp_shopNowButton__Fjpot:hover {
  background-color: #000;
  color: #fff;
}

/* Responsive */
@media (max-width: 600px) {
  .pdp_ctaContainer__d4APZ {
    flex-direction: column;
  }
}
/* ---------- PDP Page Layout ---------- */
.pdp_pdpWrapper__mkEl4 {
  max-width: 1440px;
  margin: 0 auto; /* centers the PDP */
  padding: 0 40px; /* horizontal spacing */
  box-sizing: border-box;
}

/* Reduce padding on smaller screens */
@media (max-width: 1024px) {
  .pdp_pdpWrapper__mkEl4 {
    padding: 0 24px;
  }
}

@media (max-width: 768px) {
  .pdp_pdpWrapper__mkEl4 {
    padding: 0 16px;
  }
}

/* Upsell Section */
.pdp_upsellSection__VnNyr {
  margin-top: 60px;
  padding: 0 40px;
}

.pdp_upsellTitle__pB23Y {
    text-align: center;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 16px;
  color: #111;
}

.pdp_upsellScroll__PuPvf {
  display: flex;
  overflow-x: auto;
  gap: 16px;
  padding-bottom: 12px;
  scrollbar-width: thin;
  scrollbar-color: #ccc transparent;
}

.pdp_upsellScroll__PuPvf::-webkit-scrollbar {
  height: 6px;
}

.pdp_upsellScroll__PuPvf::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 10px;
}

.pdp_upsellCard__h9Mr3 {
  min-width: 220px;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 8px;
  flex-shrink: 0;
  text-decoration: none;
  color: inherit;
  transition: box-shadow 0.2s ease;
}

.pdp_upsellCard__h9Mr3:hover {
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
}

.pdp_imageWrapper__NCYvj {
  position: relative;
}

.pdp_upsellImage__3gVZm {
  width: 100%;
  height: 260px;
  object-fit: cover;
  border-bottom: 1px solid #f0f0f0;
}

.pdp_productDetails__WA29y {
  padding: 10px 14px 14px;
}

.pdp_productDetails__WA29y .pdp_brand__z_eoh {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  color: #111;
}

.pdp_productName__Y7EEk {
  font-size: 14px;
  color: #333;
  line-height: 1.35;
  margin: 4px 0;
  height: 38px;
  overflow: hidden;
}

.pdp_offerText__FRLfx {
  font-size: 13px;
  color: #777;
  margin-top: 2px;
}

.pdp_upsellGrid__V28_6 {
  display: flex;
  gap: 20px;
  overflow-x: auto; /* ✅ horizontal scroll */
  padding-bottom: 10px;
  scroll-behavior: smooth;
}

.pdp_upsellGrid__V28_6::-webkit-scrollbar {
  height: 8px;
}

.pdp_upsellGrid__V28_6::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 4px;
}

.pdp_upsellCard__h9Mr3 {
  flex: 0 0 auto;
  width: 250px;
  text-align: left;
  position: relative;
}

.pdp_upsellImage__3gVZm {
  width: 100%;
  height: auto;
  border-radius: 8px;
  object-fit: cover;
}

.pdp_offerCount__pZZGQ {
  color: #555;
  font-size: 13px;
  margin-top: 4px;
}

.pdp_relatedSection__YMzKQ {
  margin-top: 40px;
  padding: 0 40px;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.pdp_relatedTitle__IPTro {
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 20px;
}

.pdp_relatedGrid__gIbam {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  padding-bottom: 10px;
  scroll-behavior: smooth;
}

.pdp_relatedGrid__gIbam::-webkit-scrollbar {
  height: 8px;
}

.pdp_relatedGrid__gIbam::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 4px;
}

.pdp_relatedCard__hGp7W {
  flex: 0 0 auto;
  width: 250px;
  text-align: left;
  position: relative;
}

.pdp_relatedImage__bWg0Y {
  width: 100%;
  border-radius: 8px;
}

.pdp_addButton__2v8p_ {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  background: black;
  color: white;
  border: none;
  border-radius: 20px;
  padding: 6px 16px;
  font-size: 13px;
}

.pdp_offerCount__pZZGQ {
  font-size: 13px;
  color: #555;
  margin-top: 3px;
}
