.boost-commerce-single-product{max-width:1100px;margin:0 auto;padding:20px;box-sizing:border-box}.boost-commerce-single-product.alignwide{width:auto;max-width:1100px;margin-left:auto;margin-right:auto}.boost-commerce-single-product .boost-commerce-single-product__inner{display:grid;grid-template-columns:1fr 1fr;gap:40px}.boost-commerce-single-product .boost-commerce-single-product__gallery{position:relative}.boost-commerce-single-product .boost-commerce-single-product__main-img{width:100%;height:auto;border-radius:4px;display:block}.boost-commerce-single-product__thumbs{display:flex;gap:8px;margin-top:12px}.boost-commerce-single-product__thumbs--grid{display:grid;gap:8px;margin-top:12px}.boost-commerce-single-product__thumbs--cols-2{grid-template-columns:repeat(2,1fr)}.boost-commerce-single-product__thumbs--cols-3{grid-template-columns:repeat(3,1fr)}.boost-commerce-single-product__thumbs--cols-4{grid-template-columns:repeat(4,1fr)}.boost-commerce-single-product__thumbs--cols-5{grid-template-columns:repeat(5,1fr)}.boost-commerce-single-product__thumbs--cols-6{grid-template-columns:repeat(6,1fr)}.boost-commerce-gallery-thumb{width:60px;height:60px;object-fit:cover;border:2px solid transparent;border-radius:3px;cursor:pointer;transition:border-color .2s}.boost-commerce-gallery-thumb:hover,.boost-commerce-gallery-thumb--active{border-color:var(--boost-ui-primary-hover)}.boost-commerce-single-product__title{font-size:28px;font-weight:700;margin:0 0 8px;line-height:1.2}.boost-commerce-single-product__price{font-size:22px;font-weight:700;margin-bottom:12px}.boost-commerce-single-product__price del{color:var(--boost-ui-text-muted);font-weight:400;margin-right:8px}.boost-commerce-single-product__price ins{text-decoration:none;color:var(--boost-ui-error)}.boost-commerce-single-product__excerpt{margin-bottom:16px;color:var(--boost-ui-text-muted);line-height:1.6}.boost-commerce-single-product__sku{margin-top:12px;color:var(--boost-ui-text-muted);font-size:13px}.boost-commerce-stock--instock,.boost-commerce-stock-status--instock{color:var(--boost-ui-success);font-weight:600;font-size:14px;margin:8px 0}.boost-commerce-stock--outofstock,.boost-commerce-stock-status--outofstock{color:var(--boost-ui-error);font-weight:600;font-size:14px;margin:8px 0}.boost-commerce-stock--onbackorder,.boost-commerce-stock-status--onbackorder{color:var(--boost-ui-warning);font-weight:600;font-size:14px;margin:8px 0}.boost-commerce-price--regular{text-decoration:line-through;color:var(--boost-ui-text-muted);font-weight:400;margin-right:6px}.boost-commerce-price--old{text-decoration:line-through;color:var(--boost-ui-text-muted);font-size:0.9em;margin-right:6px}.boost-commerce-price--sale{color:var(--boost-ui-error);font-weight:700}.boost-commerce-add-to-cart{margin-top:16px}.boost-commerce-add-to-cart__row{display:flex;gap:12px;align-items:center;margin-top:12px}.boost-commerce-add-to-cart input[type="number"]{width:60px;padding:8px;text-align:center;border:1px solid var(--boost-ui-border);border-radius:3px;font-size:14px}.boost-commerce-variant-field{margin-bottom:12px}.boost-commerce-variant-field label{display:block;font-weight:600;margin-bottom:4px;font-size:13px}.boost-commerce-variant-select{width:100%;max-width:250px;padding:8px 12px;border:1px solid var(--boost-ui-border);border-radius:3px;font-size:14px}.boost-commerce-variant-select:focus{border-color:var(--boost-ui-primary-hover);outline:none;box-shadow:0 0 0 1px var(--boost-ui-primary-hover)}.boost-commerce-badge{position:absolute;top:12px;left:12px;z-index:2;padding:4px 12px;border-radius:3px;font-size:12px;font-weight:600;color:var(--boost-ui-text-inverse)}.boost-commerce-badge--sale{background:var(--boost-ui-error)}.boost-commerce-badge--new{background:var(--boost-ui-success)}.boost-commerce-badge--soldout{background:var(--boost-ui-text-muted)}.boost-commerce-single-product__description{grid-column:1 / -1;margin-top:40px;padding-top:40px;border-top:1px solid var(--boost-ui-border)}.boost-commerce-related-products{margin-top:40px;padding-top:40px;border-top:1px solid var(--boost-ui-border)}.boost-commerce-single-product__description h2{font-size:20px;margin-bottom:16px}.boost-commerce-notice{position:fixed;top:20px;right:20px;z-index:9999;padding:12px 20px;border-radius:4px;font-size:14px;max-width:350px;animation:boost-commerce-slidein .3s ease}.boost-commerce-notice--info{background:var(--boost-ui-bg-alt);color:var(--boost-ui-success);border:1px solid var(--boost-ui-success)}.boost-commerce-notice--error{background:var(--boost-ui-bg-alt);color:var(--boost-ui-error);border:1px solid var(--boost-ui-error)}.boost-commerce-alert{padding:12px 16px;border-radius:4px;margin:0 0 16px;font-size:14px}.boost-commerce-alert--success{background:var(--boost-ui-bg-alt);color:var(--boost-ui-success);border:1px solid var(--boost-ui-success)}.boost-commerce-alert--error{background:var(--boost-ui-bg-alt);color:var(--boost-ui-error);border:1px solid var(--boost-ui-error)}@keyframes boost-commerce-slidein{from{transform:translateX(100%);opacity:0}to{transform:translateX(0);opacity:1}}.boost-commerce-product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;padding:20px 0}.boost-commerce-product-card{position:relative;border:1px solid var(--boost-ui-border);border-radius:4px;overflow:hidden;transition:box-shadow .2s}.boost-commerce-product-card:hover{box-shadow:0 4px 12px color-mix(in srgb,CanvasText 8%,transparent)}.boost-commerce-product-card__image{aspect-ratio:1;overflow:hidden}.boost-commerce-product-card__image img,.boost-commerce-product-card__img{width:100%;aspect-ratio:1;height:auto;object-fit:cover;display:block}.boost-commerce-product-card__info{padding:16px}.boost-commerce-product-card__title{font-size:15px;font-weight:600;margin:0 0 4px}.boost-commerce-product-card__title a{color:inherit;text-decoration:none}.boost-commerce-product-card__title a:hover{text-decoration:underline}.boost-commerce-product-card__price{font-size:16px;font-weight:700}.boost-commerce-stars{display:inline-flex;gap:2px;vertical-align:middle}.boost-commerce-star{cursor:default}.boost-commerce-star path{stroke:var(--boost-ui-warning);stroke-width:1.5;transition:fill .15s}.boost-commerce-star--full path{fill:var(--boost-ui-warning)}.boost-commerce-star--half path{fill:url(#boost-commerce-half-star-grad)}.boost-commerce-star--empty path{fill:var(--boost-ui-border)}.boost-commerce-star-selector{display:flex;gap:4px;margin:4px 0 12px;cursor:pointer}.boost-commerce-star-select{cursor:pointer;transition:transform .15s}.boost-commerce-star-select:hover{transform:scale(1.2)}.boost-commerce-star-select path{stroke:var(--boost-ui-warning);stroke-width:1.5;transition:fill .15s}.boost-commerce-star-select.boost-commerce-star--full path{fill:var(--boost-ui-warning)}.boost-commerce-star-select.boost-commerce-star--empty path{fill:var(--boost-ui-border)}.boost-commerce-reviews{grid-column:1 / -1;margin-top:40px;padding-top:40px;border-top:1px solid var(--boost-ui-border)}.boost-commerce-reviews__heading{font-size:20px;margin:0 0 20px;display:flex;align-items:center;gap:12px;flex-wrap:wrap}.boost-commerce-reviews__summary{display:inline-flex;align-items:center;gap:8px;font-size:14px}.boost-commerce-reviews__avg{font-size:18px;font-weight:700}.boost-commerce-reviews__count{font-size:14px;color:var(--boost-ui-text-muted);font-weight:400}.boost-commerce-reviews__empty{color:var(--boost-ui-text-muted);font-style:italic}.boost-commerce-reviews__list{margin-bottom:32px}.boost-commerce-review{padding:20px 0;border-bottom:1px solid var(--boost-ui-border)}.boost-commerce-review:last-child{border-bottom:0}.boost-commerce-review__header{display:flex;align-items:center;gap:10px;margin-bottom:8px}.boost-commerce-review__title{font-size:15px}.boost-commerce-review__content{line-height:1.6;color:var(--boost-ui-primary-hover);margin-bottom:8px}.boost-commerce-review__meta{font-size:13px;color:var(--boost-ui-text-muted);display:flex;gap:12px}.boost-commerce-review__author{font-weight:600;color:var(--boost-ui-text-muted)}.boost-commerce-review-form{margin-top:32px;padding:24px;background:var(--boost-ui-bg-alt);border-top:1px solid var(--boost-ui-border);border-radius:4px;max-width:600px}.boost-commerce-review-form h3{margin:0 0 16px;font-size:18px}.boost-commerce-review-form .boost-commerce-field{margin-bottom:12px}.boost-commerce-review-form .boost-commerce-field label{display:block;font-weight:600;margin-bottom:4px;font-size:13px}.boost-commerce-review-form .boost-commerce-field input,.boost-commerce-review-form .boost-commerce-field textarea{width:100%;padding:10px 12px;border:1px solid var(--boost-ui-border);border-radius:3px;font-size:14px}.boost-commerce-review-form .boost-commerce-field input:focus,.boost-commerce-review-form .boost-commerce-field textarea:focus{border-color:var(--boost-ui-primary-hover);outline:none;box-shadow:0 0 0 1px var(--boost-ui-primary-hover)}.boost-commerce-single-product__sale-end{display:inline-block;font-size:13px;color:var(--boost-ui-error);background:var(--boost-ui-bg-alt);padding:4px 10px;border-radius:4px;margin-bottom:12px;font-weight:500}.boost-commerce-urgency{display:inline-block;font-size:13px;font-weight:600;padding:6px 12px;border-radius:4px;margin-bottom:10px;line-height:1.4}.boost-commerce-urgency--sale{background:var(--boost-ui-bg-alt);color:var(--boost-ui-text);border:1px solid var(--boost-ui-warning)}.boost-commerce-urgency--stock{background:var(--boost-ui-bg-alt);color:var(--boost-ui-error);border:1px solid var(--boost-ui-error)}@media (max-width:768px){.boost-commerce-single-product .boost-commerce-single-product__inner{grid-template-columns:1fr;gap:20px}}.boost-commerce-btn--primary,.boost-commerce-co__btn--primary{display:inline-block;padding:12px 28px;background:var(--boost-ui-primary);color:var(--boost-ui-primary-contrast);border:none;border-radius:6px;font-size:15px;font-weight:600;cursor:pointer;text-decoration:none;line-height:1.4;text-align:center;box-sizing:border-box;transition:opacity .2s ease}.boost-commerce-btn--primary:hover,.boost-commerce-co__btn--primary:hover{background:var(--boost-ui-primary-hover);opacity:0.9}.boost-commerce-lightbox{display:none;position:fixed;top:0;left:0;right:0;bottom:0;z-index:999999;align-items:center;justify-content:center}.boost-commerce-lightbox--open{display:flex}.boost-commerce-lightbox__backdrop{position:absolute;inset:0;background:color-mix(in srgb,CanvasText 92%,transparent)}.boost-commerce-lightbox__img{position:relative;max-width:90vw;max-height:85vh;object-fit:contain;border-radius:4px;user-select:none;-webkit-user-select:none}.boost-commerce-lightbox__close{position:absolute;top:16px;right:20px;background:none;border:none;color:var(--boost-ui-text-inverse);font-size:36px;line-height:1;cursor:pointer;z-index:2;opacity:.8;transition:opacity .2s}.boost-commerce-lightbox__close:hover{opacity:1}.boost-commerce-lightbox__prev,.boost-commerce-lightbox__next{position:absolute;top:50%;transform:translateY(-50%);background:color-mix(in srgb,Canvas 15%,transparent);border:none;color:var(--boost-ui-text-inverse);font-size:40px;line-height:1;padding:12px 16px;cursor:pointer;z-index:2;border-radius:4px;opacity:.7;transition:opacity .2s,background .2s}.boost-commerce-lightbox__prev:hover,.boost-commerce-lightbox__next:hover{opacity:1;background:color-mix(in srgb,Canvas 25%,transparent)}.boost-commerce-lightbox__prev{left:16px}.boost-commerce-lightbox__next{right:16px}.boost-commerce-lightbox__counter{position:absolute;bottom:20px;left:50%;transform:translateX(-50%);color:var(--boost-ui-text-inverse);font-size:14px;z-index:2}@media (max-width:768px){.boost-commerce-lightbox__prev,.boost-commerce-lightbox__next{display:none}.boost-commerce-lightbox__img{max-width:96vw;max-height:80vh}}
