.shop-product-section{width:100vw;overflow-x:hidden;margin-left:calc((100vw - 100%)/-2);position:relative}.shop-product-inner-container{width:100%;max-width:100%;margin:0 auto;padding:0}.shop-product-layout{display:flex;flex-direction:column;gap:20px}@media(min-width:768px){.shop-product-layout{flex-direction:row;gap:40px}}.shop-carousel-container{position:relative}@media(min-width:768px){.shop-carousel-container{flex:0 0 50%;max-width:50%}}.shop-product-carousel{position:relative;width:100%}.shop-main-image-wrapper{position:relative;width:100%;margin-bottom:10px}.shop-image-container{position:relative;width:100%;overflow:hidden;border-radius:8px;background:#f8f8f8;aspect-ratio:1;display:flex;align-items:center;justify-content:center}.shop-image-nav-button{position:absolute;top:50%;transform:translateY(-50%);width:44px;height:44px;border-radius:var(--arrow-border-radius, 50%);background-color:var(--desktop-arrow-bg, #ffffff);border:1px solid var(--desktop-arrow-border, #e0e0e0);display:flex;align-items:center;justify-content:center;opacity:var(--arrow-opacity, .9);cursor:pointer;transition:all .2s ease;z-index:10;padding:0;margin:0}.shop-image-nav-button:hover{background-color:var(--desktop-arrow-hover-bg, #f5f5f5);border-color:var(--desktop-arrow-hover-border, #d0d0d0);opacity:1}.shop-image-nav-button svg{width:20px;height:20px;stroke:var(--desktop-arrow-icon, #000000);pointer-events:none}.shop-image-nav-prev{left:12px}.shop-image-nav-next{right:12px}.shop-image-zoom-wrapper{display:none;width:100%;height:100%;position:relative}.shop-image-zoom-wrapper.active{display:flex;justify-content:center}.shop-image-container:not(.shop-square-container) .shop-image-zoom-wrapper img{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;object-position:center;display:block}.shop-image-container.shop-square-container .shop-image-zoom-wrapper img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}.shop-thumbnails-outer{position:relative;width:100%}.shop-thumbnails-wrapper{width:100%;margin-bottom:10px}.shop-thumbnails{display:flex;gap:4px;width:100%}.shop-thumbnails.mobile-2x2-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:4px}.shop-thumbnails-carousel{width:100%}.shop-thumbnails-carousel .item{padding:0}.shop-thumbnails-carousel .shop-thumbnail{width:100%;margin:0}.shop-thumbnail{position:relative;cursor:pointer;border-radius:4px;overflow:hidden;transition:all .2s ease}.shop-thumbnail:hover{opacity:.8}.shop-thumbnail.active{opacity:1}.shop-thumbnail .thumb-square{width:100%;padding-bottom:100%;position:relative;background:#f8f8f8;border-radius:4px;overflow:hidden}.shop-thumbnail .thumb-square img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;display:block}.shop-thumbnail .thumb-placeholder{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:24px;height:24px;color:#999}.shop-thumbnail .thumb-placeholder svg{width:100%;height:100%}.shop-mobile-arrows{display:none;align-items:center;justify-content:space-between;position:absolute;top:0;left:0;right:0;bottom:0;pointer-events:none;z-index:5}@media screen and (max-width:767px){.shop-product-section[data-show-mobile-arrows=true] .shop-mobile-arrows{display:flex}}.shop-mobile-arrow{width:40px;height:40px;border-radius:var(--arrow-border-radius, 50%);background-color:var(--desktop-arrow-bg, #ffffff);border:1px solid var(--desktop-arrow-border, #e0e0e0);display:flex;align-items:center;justify-content:center;opacity:var(--arrow-opacity, .9);pointer-events:auto;cursor:pointer;transition:all .2s ease;margin:0 10px}.shop-mobile-arrow:hover{background-color:var(--desktop-arrow-hover-bg, #f5f5f5);border-color:var(--desktop-arrow-hover-border, #d0d0d0)}.shop-mobile-arrow svg{width:20px;height:20px;fill:var(--desktop-arrow-icon, #000000)}.shop-product-info{width:100%;display:flex;flex-direction:column}@media(min-width:768px){.shop-product-info{flex:1}}.shop-product-title{font-family:var(--font-heading-family);font-weight:var(--font-weight-bold);letter-spacing:var(--letter-spacing-heading);margin:0;padding:0}.custom-text-block-custom_text{font-family:var(--font-body-family);font-weight:var(--font-weight-regular);letter-spacing:var(--letter-spacing-body)}.custom-text-wrapper,.custom-text-content{width:100%}.custom-text-main{display:flex;align-items:center;gap:8px;width:100%}.custom-text-main-text-content{width:100%}.custom-text-main-text-content p{margin:0}.custom-text-main-text-content strong,.custom-text-main-text-content b{font-weight:var(--font-weight-bold)}.imgr-container{display:flex;align-items:center;width:max-content;max-width:none;position:relative;z-index:1;white-space:nowrap;flex-wrap:wrap;gap:8px}.imgr-layout-stars_text_avatars{flex-wrap:wrap}.imgr-stars{display:flex;align-items:center;flex-shrink:0;gap:0px}.imgr-star{flex-shrink:0}.imgr-star-half-container{position:relative;flex-shrink:0}.imgr-star-half-wrapper{position:absolute;top:0;left:0;width:50%;height:100%;overflow:hidden}.imgr-rating-text-container{display:flex;align-items:center;flex-shrink:0;white-space:nowrap;gap:3px}.imgr-rating-text{font-weight:var(--font-weight-semibold);line-height:1;white-space:nowrap;margin-right:2px}.imgr-rating-text p{margin:0;display:inline}.imgr-rating-value{font-weight:var(--font-weight-regular);line-height:1;white-space:nowrap}.imgr-rating-value p{margin:0;display:inline}.imgr-rating-value p strong,.imgr-rating-value p b{font-weight:var(--font-weight-bold)}.imgr-avatar-group{display:flex;align-items:center;flex-shrink:0}.imgr-avatar{width:24px;height:24px;border-radius:50%;border:1.5px solid white;margin-right:calc(-24px * .4);overflow:hidden;position:relative;background:#e0e0e0}.imgr-avatar:nth-child(1){z-index:5}.imgr-avatar:nth-child(2){z-index:4}.imgr-avatar:nth-child(3){z-index:3}.imgr-avatar:nth-child(4){z-index:2}.imgr-avatar:nth-child(5){z-index:1}.imgr-avatar img{width:100%;height:100%;object-fit:cover}.product-labels-container{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;width:100%}.product-labels-container .labels-wrapper{display:flex;gap:16px;width:100%;max-width:1200px;margin:0 auto;padding-left:0;flex-wrap:wrap}.product-labels-container .product-label{background-color:#fff;border-radius:8px;padding:2px 8px;display:flex;font-weight:var(--font-weight-bold);align-items:center;gap:4px;border:1px solid #e0e0e0;min-width:0;flex-shrink:0}.product-labels-container .product-content{display:flex;flex-direction:column;gap:0;flex:1}.product-labels-container .icon{width:28px;height:28px;background:transparent;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:17px;flex-shrink:0;overflow:hidden}.product-labels-container .icon svg{width:100%;height:100%}.product-labels-container .product-name{font-weight:var(--font-weight-bold);color:#17433c;font-size:12px}.product-labels-container .serving-info{color:#666;font-size:11px}.product-labels-container .serving-count{font-weight:500}.shop-product-price-container{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.shop-product-price-block{font-weight:600;color:#17433c}.shop-product-price-block.on-sale{color:#17433c}.shop-compare-price{text-decoration:line-through;color:#999}.shop-save-price{display:inline-flex;align-items:center;gap:4px;background-color:#ffe6e7;color:#ef4a65;padding:3px 6px;border-radius:4px;font-size:12px;font-weight:600}.shop-save-price .tag-icon{flex-shrink:0}.product-divider-container{width:100%;clear:both}.product-divider-line{width:100%;border:none;border-top:1px solid #e0e0e0;margin:0;padding:0}.shop-add-to-cart-button{font-family:var(--font-body-family);cursor:pointer;transition:all .2s ease;border:none;display:inline-block;text-align:center;text-decoration:none}.shop-add-to-cart-button:hover{opacity:.9}.shop-add-to-cart-button .button-text{display:inline-block}@media(max-width:767px){.imgr-container{width:100%;max-width:100%}.imgr-avatar-group{margin-left:10.2px}.imgr-avatar{width:20.4px;height:20.4px;border:1px solid white;margin-right:-8.16px}.imgr-rating-text-container{margin-right:10.2px;margin-left:3.4px}.product-labels-container .labels-wrapper{gap:11px;padding:0 10px}.product-labels-container .product-label{padding:8px;gap:6px}.product-labels-container .icon{width:25px;height:25px;font-size:15px}.product-labels-container .product-name{font-size:12px}.product-labels-container .serving-info{font-size:10px}}@media(max-width:480px){.product-labels-container .labels-wrapper{gap:8px;padding:0 5px}.product-labels-container .product-label{padding:7px 10px;gap:4px}.product-labels-container .icon{width:24px;height:24px;font-size:14px}.product-labels-container .product-name{font-size:11px}.product-labels-container .serving-info{font-size:9px}}.page-fade-in{opacity:0;transform:translateY(20px);animation:fadeInUp .6s ease-out forwards}@keyframes fadeInUp{to{opacity:1;transform:translateY(0)}}
/*# sourceMappingURL=/cdn/shop/t/1/assets/wb-product-advanced.css.map */
