.product-details-desc>div{border-radius:5px;padding:10px;font-size:13px;background:#f7f7f7;min-height:100px}.product-template__container{margin-bottom:50px}.cstSlioder .ever-product-gallery{display:grid;gap:14px}.cstSlioder .ever-product-media{width:100%;margin:0;overflow:hidden;background:#f1f1ee}.cstSlioder .ever-product-media img{display:block;width:100%;max-width:100%;height:auto;object-fit:contain}.cstSlioder .ever-product-media picture{display:block;width:100%}.cstSlioder .ever-mobile-gallery-dots{display:none}@media(min-width:768px){.Product-Page--repeat .ever-product-gallery{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.Product-Page--repeat .ever-product-media{display:flex;align-items:center;justify-content:center;aspect-ratio:var(--ever-primary-aspect-ratio,1.5)}.Product-Page--repeat .ever-product-media:nth-child(1),.Product-Page--repeat .ever-product-media:nth-child(4),.Product-Page--repeat .ever-product-media:nth-child(n+5){grid-column:1 / -1}.Product-Page--repeat .ever-product-gallery:not(.is-expanded) .ever-product-media--extra{display:none}.Product-Page--repeat .ever-product-media img{width:100%;height:100%;object-fit:contain;object-position:center}.Product-Page--repeat .ever-product-media picture{width:100%;height:100%}}.Product-Page--repeat .ever-product-media__zoom{position:relative;display:block;width:100%;height:100%;margin:0;padding:0;border:0;background:transparent;color:#111;cursor:zoom-in}.Product-Page--repeat .ever-product-media__zoom-icon{position:absolute;right:14px;bottom:14px;display:grid;place-items:center;width:38px;height:38px;border:1px solid rgba(17,17,17,.14);border-radius:50%;background:#ffffffeb;opacity:0;box-shadow:0 5px 18px #1111111a;transform:translateY(4px);transition:opacity .18s ease,transform .18s ease,background .18s ease}.Product-Page--repeat .ever-product-media__zoom:hover .ever-product-media__zoom-icon,.Product-Page--repeat .ever-product-media__zoom:focus-visible .ever-product-media__zoom-icon{opacity:1;transform:translateY(0)}.Product-Page--repeat .ever-product-media__zoom:focus-visible{outline:2px solid #111;outline-offset:-3px}.Product-Page--repeat .ever-gallery-more{grid-column:1 / -1;display:inline-flex;align-items:center;justify-content:center;gap:9px;width:100%;min-height:52px;padding:12px 20px;border:1px solid #d8d8d3;border-radius:4px;background:#fff;color:#111;cursor:pointer;font:inherit;font-size:14px;font-weight:650;transition:border-color .18s ease,background .18s ease}.Product-Page--repeat .ever-gallery-more:hover,.Product-Page--repeat .ever-gallery-more:focus-visible{border-color:#111;background:#fafaf7}.Product-Page--repeat .ever-gallery-more__count{display:inline-grid;min-width:25px;height:25px;padding:0 7px;place-items:center;border-radius:999px;background:#efff28;font-size:12px}html.ever-gallery-lightbox-open{overflow:hidden}.Product-Page--repeat .ever-gallery-lightbox{width:100vw;max-width:none;height:100dvh;max-height:none;margin:0;padding:0;border:0;background:#f5f5f1fa;color:#111;overflow:hidden}.Product-Page--repeat .ever-gallery-lightbox[open]{animation:ever-gallery-dialog-in .24s cubic-bezier(.22,1,.36,1) both}.Product-Page--repeat .ever-gallery-lightbox::backdrop{background:#1111117a;animation:ever-gallery-backdrop-in .24s ease-out both}.Product-Page--repeat .ever-gallery-lightbox__stage{display:grid;width:100%;height:100%;margin:0;padding:42px 80px;place-items:center;animation:ever-gallery-stage-in .38s cubic-bezier(.22,1,.36,1) both}.Product-Page--repeat .ever-gallery-lightbox__stage img{display:block;width:auto;max-width:100%;height:auto;max-height:calc(100dvh - 84px);object-fit:contain;will-change:opacity,transform}.Product-Page--repeat .ever-gallery-lightbox__close,.Product-Page--repeat .ever-gallery-lightbox__nav{position:absolute;z-index:2;display:grid;width:44px;height:44px;padding:0;place-items:center;border:1px solid rgba(17,17,17,.12);border-radius:50%;background:#ffffffe0;color:#111;cursor:pointer;box-shadow:0 10px 30px #1111111a;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);transition:transform .2s ease,background-color .2s ease,border-color .2s ease,box-shadow .2s ease}.Product-Page--repeat .ever-gallery-lightbox__close:hover,.Product-Page--repeat .ever-gallery-lightbox__nav:hover{border-color:#11111138;background:#fff;box-shadow:0 12px 34px #11111129;transform:scale(1.06)}.Product-Page--repeat .ever-gallery-lightbox__close:focus-visible,.Product-Page--repeat .ever-gallery-lightbox__nav:focus-visible{outline:2px solid #111;outline-offset:3px}.Product-Page--repeat .ever-gallery-lightbox__icon{display:block;width:20px;height:20px}.Product-Page--repeat .ever-gallery-lightbox__close{top:18px;right:20px}.Product-Page--repeat .ever-gallery-lightbox__nav{top:50%;transform:translateY(-50%)}.Product-Page--repeat .ever-gallery-lightbox__nav:hover{transform:translateY(-50%) scale(1.06)}.Product-Page--repeat .ever-gallery-lightbox__nav--next .ever-gallery-lightbox__icon{transform:rotate(180deg)}.Product-Page--repeat .ever-gallery-lightbox__nav--prev{left:20px}.Product-Page--repeat .ever-gallery-lightbox__nav--next{right:20px}@keyframes ever-gallery-dialog-in{0%{opacity:0}to{opacity:1}}@keyframes ever-gallery-backdrop-in{0%{background:#1110}to{background:#1111117a}}@keyframes ever-gallery-stage-in{0%{opacity:0;transform:scale(.965)}to{opacity:1;transform:scale(1)}}@media(prefers-reduced-motion:reduce){.Product-Page--repeat .ever-gallery-lightbox[open],.Product-Page--repeat .ever-gallery-lightbox::backdrop,.Product-Page--repeat .ever-gallery-lightbox__stage{animation:none}.Product-Page--repeat .ever-gallery-lightbox__close,.Product-Page--repeat .ever-gallery-lightbox__nav{transition:none}}@media(max-width:767px){.Product-Page.product-template__container.Product-Page--repeat .cstSlioder .ever-product-gallery{display:flex!important;align-items:flex-start;gap:10px;width:100%;height:var(--ever-mobile-gallery-height,auto);margin:0;overflow-x:auto;overflow-y:clip;scroll-snap-type:x mandatory;scrollbar-width:none;overscroll-behavior-inline:contain;transition:height .22s ease}.Product-Page--repeat .ever-product-gallery::-webkit-scrollbar{display:none}.Product-Page--repeat .ever-product-media,.Product-Page--repeat .ever-product-gallery:not(.is-expanded) .ever-product-media--extra{display:block;flex:0 0 100%;width:100%;height:auto;align-self:flex-start;scroll-snap-align:start}.Product-Page--repeat .ever-product-media picture{width:100%;height:auto}.Product-Page--repeat .ever-product-media img{width:100%;height:auto!important}.Product-Page--repeat .ever-gallery-more{display:none}.Product-Page--repeat .ever-product-media__zoom{height:auto}.Product-Page--repeat .ever-mobile-gallery-dots{display:flex;align-items:center;justify-content:center;gap:10px;min-height:34px;margin:0;padding:10px 18px 6px;overflow-x:auto;scrollbar-width:none}.Product-Page--repeat .ever-mobile-gallery-dots::-webkit-scrollbar{display:none}.Product-Page--repeat .ever-mobile-gallery-dot{width:8px;height:8px;min-width:8px;margin:0;padding:0;border:0;border-radius:50%;background:#c7c7c3;box-shadow:none;cursor:pointer;transition:background-color .2s ease,transform .2s ease}.Product-Page--repeat .ever-mobile-gallery-dot.is-active{background:#111;transform:scale(1.08)}.Product-Page--repeat .ever-mobile-gallery-dot:focus-visible{outline:2px solid #111;outline-offset:3px}.Product-Page--repeat .ever-product-media__zoom-icon{right:10px;bottom:10px;width:34px;height:34px;opacity:1;transform:none}.Product-Page--repeat .ever-gallery-lightbox__stage{padding:58px 14px 14px}.Product-Page--repeat .ever-gallery-lightbox__stage img{max-height:calc(100dvh - 72px)}.Product-Page--repeat .ever-gallery-lightbox__close,.Product-Page--repeat .ever-gallery-lightbox__nav{width:40px;height:40px}.Product-Page--repeat .ever-gallery-lightbox__close{top:10px;right:12px}.Product-Page--repeat .ever-gallery-lightbox__nav--prev{left:8px}.Product-Page--repeat .ever-gallery-lightbox__nav--next{right:8px}}.price-item{margin-right:4px}.qtyminus,.qtyplus{width:35px;height:35px;border-radius:50%;border:1.5px solid #2c2c2c;padding:4px;vertical-align:middle;margin-left:10px;cursor:pointer}.price-roll{font-size:13px!important;line-height:31px}.product-form__cart-submit{height:50px;font-family:Proxima Nova,Helvetica,Arial,sans-serif;margin-top:5px}.price__regular-rolls{font-weight:700;display:none}.product-images-itemsd{background:#f7eee7;margin-top:15px;border-radius:5px;padding:10px;font-size:14px}.share-pinterest{position:absolute;right:4%;bottom:2%;z-index:9;border:none;margin:0}.share-pinterest>svg{width:25px!important;height:25px!important}.payment-and-delivery-icons ul li:hover{box-shadow:0 0 8px -1px #00000029}.payment-and-delivery-icons ul li:nth-child(1) p,.payment-and-delivery-icons ul li:nth-child(3) p{border-bottom:1px solid #000}.product-form__controls-color{margin-bottom:25px}.tooltip-sq{font-size:16px;padding-left:10px}.variant-colors{display:inline-block;position:relative;margin-right:3px}.variant-colors img{width:80px;height:40px;border-radius:5px;vertical-align:middle;padding:2px}.variant-colors>input{position:absolute;width:100%;height:100%;left:0;right:0;top:0;bottom:0;opacity:0;cursor:pointer}.variant-colors input:checked+label{border:1.5px solid #000;border-radius:4px}.globo-formbuilder-none{display:none;position:fixed;top:50%;left:50%;width:95%;max-width:600px;transform:translate(-50%,-50%)}.globo-formbuilder-fade{position:absolute;right:5px;top:35px;width:30px;height:30px}.variant-sizes{display:flex;justify-content:space-between}.variant-sizes input{display:none}.variant-sizes label{width:24%;text-align:center;position:relative;font-size:14px}.variant-sizes label:last-child{margin-right:0%}.variant-sizes input:checked+label{padding:4px;background:#f7eee7}.variant-sizes input:checked+label:before{content:"";border-right:18px solid transparent;border-left:18px solid transparent;border-top:18px solid #f7eee7;position:absolute;left:50%;bottom:-10px;-moz-transform:translateX(-50%);-o-transform:translateX(-50%);-ms-transform:translateX(-50%);-webkit-transform:translateX(-50%);transform:translate(-50%)}.variant-swatches{display:flex}.variant-swatches input{display:none}.variant-swatches label{max-height:40px;margin-right:3%}.variant-swatches label:last-child{margin-right:0%}.variant-swatches img{height:36px;width:37px}.variant-swatches input:checked+label{border:2px solid black}.repeat-input-cm{display:none}.option-size-repeat{margin-bottom:20px}.repeat-input-size span{border-radius:5px;transition:.3s ease-out;background-color:#f0f0f0;cursor:pointer;padding:5px;width:100px;display:inline-block;text-align:center;font-size:14px}.repeat-input-size span:nth-child(2){margin-left:-7px}.repeat-input-size .active{background:#bfdcf4!important}.repeat-input-leo>p>span{color:#f22b2f}.repeat-input-size{margin:0 0 20px}.repeat-input-leo input{height:35px;min-height:35px;text-align:center;max-width:105px;width:100%;margin:0 10px 0 0;border:1px solid #d7d7d7;border-radius:8px;box-shadow:0 2px 4px #a0a0a07f}.repeat-input-leo>p{min-width:180px;font-size:16px;margin-bottom:0}.repeat-input-leo>p>img{width:20px;height:20px;margin-left:10px}.repeat-input-leo{margin-top:15px;align-items:center}.repeat-input-cm{max-width:130px}.product-form__item label span{color:#f22b2f}.repeat-final-price{margin:20px 0}.product-form__cart-submit-ture{display:none!important}.product-form__cart-submit-false{cursor:pointer;font-weight:700;text-transform:capitalize;letter-spacing:normal;font-size:15px;border-radius:4px;display:block;width:100%;line-height:45px;padding-left:5px;padding-right:5px;white-space:normal;margin-top:0;margin-bottom:10px;min-height:44px;text-align:center;background-color:#eaf83f;color:#000;font-family:var(--font-stack-header)}.product-form__cart-submit-false-txt{color:red}@media(min-width:1100px){.product-single__media-group-leo-left{width:65%!important}.product-single__media-group-leo-right{width:35%!important}.cstSlioder-leo .product-Image-slider .owl-item img{height:588px!important}}@media(max-width:767px){.grid-view-item__title{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1}.product-Image-slider .owl-item img{height:420px!important}}@media(max-width:415px){.product-Image-slider .owl-item img{height:270px!important}}@media(max-width:375px){.product-Image-slider .owl-item img{height:245px!important}}.product__price{margin-top:0!important}.Product-Page .price__regular-span{font-size:23px}.product_fr-shing{margin-top:15px}.product_fr-shing>img{width:34px;height:27px;vertical-align:middle;margin-right:5px}.Product-Page .price__regular-span{font-size:20px!important}.product-form{border-top:1.5px solid #e9e9e9;padding:0;width:100%!important;margin-top:1.5rem}.variant-sizes img{width:100%}.CSTproduct-form__item{background:#f7f7f7;border:1.5px solid #ebebeb;border-radius:4px;display:flex;align-items:center;justify-content:space-between;padding:8px 20px}.CSTproduct-form__item>div:nth-child(1){display:flex;align-items:center}.CSTproduct-form__item>div:nth-child(1)>input{padding:0;border:0;width:20px;background:#f7f7f7}.CSTproduct-form__item>div:nth-child(2)>input{padding:0;min-height:100%;width:40px;height:40px;border-radius:50%;cursor:pointer;margin-left:10px}.product-form__cart-submit{background:#eaf83f;border:none;color:#000}.product-form__cart-submit:hover{background-color:#eaf83f!important;color:#000!important}.product-details-desc{margin:10px 0 20px}.prodsuct-ssl{display:flex;align-items:center;color:#000}
/*# sourceMappingURL=/cdn/shop/t/71/assets/product-repeat.css.map */
