/* Product purchase layout: clean gallery + concise buying panel, while retaining
   all existing Game of Bones information below the primary purchase controls. */
.detail{grid-template-columns:minmax(0,1.08fr) minmax(360px,.92fr);gap:clamp(34px,5vw,76px);max-width:1260px;padding-top:34px}
.gallery{gap:12px;padding:0;background:transparent;overflow:visible}
.main-product-image{aspect-ratio:1;background:#f7f5ef;border:1px solid var(--line)}
.main-product-image img,.main-product-image video{background:#fffdf8}
.thumbs{gap:9px}.thumb{border-radius:2px;background:#fffdf8}.thumb.active{border-color:var(--gold)}
.gallery-notes{margin-top:2px;background:#fffdf8}.gallery-notes>p{padding:11px}.gallery-notes>div{padding:10px}
.product-info{max-width:510px;padding-top:8px}.product-info .eyebrow{margin-bottom:10px}.product-info h1{font-size:clamp(42px,4.4vw,62px);line-height:.96;margin:5px 0 12px}.rating{margin:0 0 20px}.price{margin:0 0 15px;font-size:29px}.product-info .lead{margin:0 0 18px;font-size:15px;line-height:1.55}.chip-row{margin:14px 0 22px}.option-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));margin:10px 0 20px}.option{min-width:0;min-height:72px}.pack-value{margin:-6px 0 18px}.buy-row{min-height:52px}.buy-row .button{min-height:52px}.delivery{margin-top:16px}.pincode-checker{margin-top:16px}
@media(max-width:900px){.detail{grid-template-columns:1fr;max-width:720px;padding-top:24px}.gallery{position:static;display:grid;grid-template-columns:74px minmax(0,1fr)}.gallery .thumbs{grid-column:1;grid-row:1}.gallery .main-product-image{grid-column:2;grid-row:1}.gallery .media-count{grid-column:2;grid-row:2}.gallery .gallery-notes{grid-column:1/-1;grid-row:3}.product-info{max-width:none;padding-top:4px}}
@media(max-width:560px){
  .detail{display:block;padding:14px 16px 32px}.gallery{display:flex;flex-direction:column;gap:8px;margin:0!important}.gallery .main-product-image{order:0;width:100%;aspect-ratio:1}.gallery .thumbs{order:1;display:flex;grid-template-columns:none;gap:8px;overflow-x:auto;padding:2px 0 4px}.gallery .thumb{flex:0 0 56px;width:56px;height:56px;min-height:56px;max-height:56px}.gallery .media-count{order:2;margin:0;font-size:10px}.gallery .gallery-notes{order:3;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));width:100%;margin:0}.gallery-notes>p{display:none}.gallery-notes>div{padding:9px 7px;border-left:0;border-right:1px solid var(--line)}.gallery-notes>div:last-child{display:flex;border-right:0}.gallery-notes strong{font-size:17px}.gallery-notes span{font-size:9px;line-height:1.2}.product-info{margin-top:22px!important;padding:0 0 96px}.product-info h1{font-size:38px;margin:6px 0 10px}.rating{margin-bottom:14px;font-size:13px}.price{margin-bottom:13px;font-size:27px}.product-info .lead{font-size:15px;line-height:1.5}.chip-row{margin:12px 0 19px}.product-info>.eyebrow[style]{margin-top:20px!important}.option{min-height:68px}.pack-value{margin:-4px 0 15px}.buy-assurance{margin-top:10px}.delivery{font-size:12px}.pincode-checker{margin-top:14px}.mobile-purchase-bar{z-index:52}
}
