.product{display:grid;grid-template-columns:100%;grid-template-areas:"product-heading" "product-rating" "product-vendor" "images" "product-options" "free-gift" "toggle-discount" "sidebar" "additional-suggestions" "product-bullets" "product-accessories" "r-products" "nav" "product-description" "collection-recommended" "recently-viewed" "related-posts" "related-videos";gap:0 2rem}@media all and (min-width: 750px){.product{grid-template-columns:41% calc(59% - 2.7rem);grid-template-areas:"images product-heading" "images product-rating" "images product-vendor" "images toggle-discount" "images product-options" "images free-gift" "images sidebar" "images additional-suggestions" "images product-bullets" "product-accessories product-accessories" "r-products r-products" "nav nav" "product-description product-description" "collection-recommended collection-recommended" "recently-viewed recently-viewed" "related-posts related-posts" "related-videos related-videos";margin-top:1rem}}@media all and (min-width: 990px){.product{grid-template-columns:41% 32% 1fr;grid-template-areas:"images product-heading sidebar" "images product-rating sidebar" "images product-vendor sidebar" "images toggle-discount sidebar" "images product-options sidebar" "images additional-suggestions sidebar" "images free-gift sidebar" "images product-bullets sidebar" "product-accessories product-accessories sidebar" "r-products r-products sidebar" "nav nav sidebar" "product-description product-description sidebar" "collection-recommended collection-recommended sidebar" "recently-viewed recently-viewed sidebar" "related-posts related-posts sidebar" "related-videos related-videos sidebar"}}.product__sidebar-container{grid-area:sidebar}.product__images-container{grid-area:images;position:relative;z-index:3}.product__heading{grid-area:product-heading;display:flex;gap:1.5rem}.product__rating{grid-area:product-rating}.product__vendor{grid-area:product-vendor}.product__options{grid-area:product-options;margin-bottom:2rem}.product-bullets{grid-area:product-bullets}.product__accessories{grid-area:product-accessories;margin:2.5rem -1rem 0}@media (min-width: 750px){.product__accessories{margin:4rem 0 0}}.r-products{grid-area:r-products}.product__nav-container{grid-area:nav}.product__description{grid-area:product-description}.product .collection-recommended{grid-area:collection-recommended}.product .recently-viewed{grid-area:recently-viewed}.product__toggle-discount{grid-area:toggle-discount;display:flex;flex-direction:column;gap:1.5rem;margin-bottom:1.5rem}@media (min-width: 750px){.product__toggle-discount{gap:1rem;margin-bottom:1rem}}.product__related-posts{grid-area:related-posts}.product__related-videos{grid-area:related-videos}.product__images-container-inner{position:sticky;top:10rem}.product__image{position:relative;cursor:pointer}@media all and (max-width: 749px){.product__image{display:none}}.product__image.is-video:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:8rem;height:8rem;background-image:url("data:image/svg+xml,%3Csvg class='svg-icon' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 496.158 496.158' style='enable-background:new 0 0 496.158 496.158;' xml:space='preserve'%3E%3Cpath style='fill:%23ffa500;' d='M496.158,248.085c0-137.021-111.07-248.082-248.076-248.082C111.07,0.002,0,111.062,0,248.085 c0,137.002,111.07,248.071,248.083,248.071C385.088,496.155,496.158,385.086,496.158,248.085z'/%3E%3Cpath style='fill:%23FFFFFF;' d='M370.805,235.242L195.856,127.818c-4.776-2.934-11.061-3.061-15.951-0.322 c-4.979,2.785-8.071,8.059-8.071,13.762v214c0,5.693,3.083,10.963,8.046,13.752c2.353,1.32,5.024,2.02,7.725,2.02 c2.897,0,5.734-0.797,8.205-2.303l174.947-106.576c4.657-2.836,7.556-7.986,7.565-13.44 C378.332,243.258,375.452,238.096,370.805,235.242z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;background-size:contain;z-index:1}.product__image img{width:100%!important;height:auto!important;object-fit:contain}.product__thumbnail-images{position:relative;margin-top:1rem}@media (max-width: 749px){.product__thumbnail-images{margin-bottom:.5rem}.product__thumbnail-images .icon-arrow.circle{width:2.8rem;height:2.8rem}}@media (min-width: 750px){.product__thumbnail-images.desktop-hidden{display:none}.product__thumbnail-images .swiper-pagination-bullets{display:none!important}}@media all and (max-width: 749px){.product__thumbnail-images img{max-width:33rem}}.product__thumbnail-images img{width:100%;height:auto;aspect-ratio:1;object-fit:contain}.product__thumbnail-image-wrap{text-align:center}.product__thumbnail-image-wrap .icon-wrap{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;align-items:center;justify-content:center;width:6rem;height:6rem;border-radius:50%;background-color:var(--color-orange);pointer-events:none;z-index:1}.product__thumbnail-image-wrap .icon-wrap .icon{width:100%;max-width:2rem}@media all and (min-width: 750px){.product__thumbnail-images .swiper-container:not(.swiper-container-initialized) .swiper-slide{min-width:calc(25% - 1rem)!important;max-width:calc(25% - 1rem)!important;margin-right:1rem}.product__thumbnail-images img{position:absolute;top:.5rem;left:.5rem;width:calc(100% - 1rem);height:calc(100% - 1rem);object-fit:contain;box-sizing:border-box;cursor:pointer}.product__thumbnail-image-wrap{position:relative;border:.1rem solid var(--color-border);border-radius:.4rem}.product__thumbnail-image-wrap:before{content:"";display:block;padding-top:100%}.product__thumbnail-image-wrap .icon-wrap{width:4rem;height:4rem}.product__thumbnail-image-wrap .icon-wrap .icon{max-width:1.5rem}}.product__images-container a,.product__images-container img{outline:none}.product__title{flex:1;font-size:1.8rem;font-weight:600;text-transform:none;margin:0 0 1rem}@media all and (min-width: 990px){.product__title{font-size:2.4rem}}.product__vendor{display:flex;align-items:center;gap:1.4rem;font-size:1.6rem}@media (min-width: 750px){.product__vendor{margin-bottom:1rem}.product__vendor--mobile{display:none}}@media screen and (max-width: 989px){.product__vendor{font-size:1.2rem}.product__vendor--desktop .product__vendor-inner{display:none}}.product__vendor-name{color:var(--color-accent)}.product .product__badge{z-index:1}.product__sidebar{margin-bottom:2rem}@media all and (max-width: 749px){.product__sidebar{display:flex;flex-direction:column}}@media all and (min-width: 990px){.product__sidebar{position:sticky;top:11rem;margin-top:1.5rem}}@media all and (max-width: 412px){.product__sidebar{position:static}}.product__sidebar-inner{border:.1rem solid var(--color-border);border-radius:.6rem;padding:1.5rem 2rem}.product__restock{color:var(--color-orange)}.product__arrives{font-size:1.4rem;color:var(--color-accent)}.product__fast-free-shipping p,.product__ships-from p{margin:0}.product__arrives,.product__restock,.product__sign,.typeform-share{margin-top:.5rem}.product__coming-soon{font-size:1.2rem;color:var(--color-secondary-text)}.product__coming-soon span{display:block}.product__coming-soon span:first-of-type{margin-bottom:.5rem}.product__coming-soon a{color:var(--color-orange)}.product__notify{flex-direction:column}.product__notify.sent .product__notify-message,.product__notify.sent [type=email],.product__notify.sent .button{display:none}.product__notify #zooomybackinstock{display:flex!important;flex-direction:column;margin:0;padding:0;border:0}.product__notify #zooomybackinstock .zooomystockmsg{text-align:left;margin:0}.product__notify #zooomybackinstock p:empty{display:none}.product__notify #zooomybackinstock .zbackinstock__headings .zooomyh3{display:none!important}.product__notify #zooomybackinstock form{display:flex;padding:.5rem 0}.product__notify #zooomybackinstock #zooomyalertemail{text-align:left;font-size:1.6rem;min-height:4rem;padding:0 1rem;margin:0 1.5rem 0 0;border:.1rem solid #EAEAEA;box-shadow:none}.product__notify #zooomybackinstock #zooomyalertemail::placeholder{color:var(--color-secondary-text)}.product__notify #zooomybackinstock #zooomyalertbtn{display:flex;align-items:center;justify-content:center;width:auto;min-width:10.7rem;min-height:4rem;font-size:1.6rem;font-weight:400;white-space:nowrap;border-radius:1rem;padding:0 1.5rem;margin:0}@media all and (max-width: 749px){.product__price-wrap,.product__free-shipping,.product__fast-free-shipping{order:1}.product__arrives,.product__restock,.product__sign{order:0}.product__restock{margin-top:.5rem}.product__social-sharing{display:none}}.product__price-wrap{display:flex;justify-content:space-between;margin-bottom:1rem}.product__price,.product__compare-price{font-size:2.4rem;font-weight:600;margin-right:1rem}.product__price-inner{display:flex;flex-direction:column}.product__compare-price{font-size:1.6rem;font-weight:400;text-decoration:line-through;color:#616161}.product__free-shipping,.product__fast-free-shipping,.product__ships-from,.product__restock,.product__sign{color:var(--color-secondary-text);font-size:1.2rem;margin-bottom:.5rem}.product-quantity{width:100%;margin-top:1rem}.product__fast-free-shipping span{display:block}.product__fast-free-shipping span:first-of-type{margin-bottom:.5rem}.product-quantity .quantity__input{flex:1;order:2;max-width:14rem;margin:0 1.5rem}.product-quantity .quantity__button{width:3rem;height:3rem}.product-quantity .quantity__button svg{width:1.2rem;min-width:1.2rem}.product-quantity .quantity__button:first-of-type{order:1;margin:0}.product-quantity .quantity__button:last-of-type{order:3}@media all and (min-width: 750px){.product__purchase .product__atc span{display:block}}.product__purchase .product__atc.fixed{position:fixed;right:1.6rem;bottom:1.6rem;background:var(--color-white);animation:atc-button-show var(--duration-long);width:auto;z-index:3}@keyframes atc-button-show{0%{transform:translateY(20rem)}to{transform:translateY(0)}}.product__quantity-wrap{margin-bottom:2rem}.product .shopify-payment-button div:empty{display:none}.product .shopify-payment-button{width:100%}.shopify-payment-button__button--unbranded{min-width:12rem;min-height:4.5rem;font-size:0!important;line-height:0;font-weight:700!important;background:orange!important;text-transform:uppercase;white-space:nowrap;border-radius:.6rem!important}.shopify-payment-button__button--unbranded.shopify-payment-button__button--hidden{visibility:visible;background:#ccc!important;line-height:0}.product .shopify-payment-button__button div div{flex:0!important;min-height:4rem!important;border-radius:.6rem!important}.shopify-payment-button__more-options,.shopify-payment-button__button--unbranded[disabled=disabled]{display:none!important}.shopify-payment-button__button--unbranded,.shopify-payment-button__more-options{display:flex;justify-content:center;align-items:center;min-width:12rem;min-height:4rem;font-size:0!important;line-height:0;font-weight:700!important;background:var(--color-orange)!important;transition:all var(--duration-short) ease;border-radius:.6rem!important;text-decoration:none}@media screen and (min-width: 990px){.shopify-payment-button__more-options:hover,.shopify-payment-button__more-options:focus{box-shadow:0 .5rem 1.5rem #00000026;text-decoration:none!important}.shopify-payment-button__more-options:active{background:#ff8c00!important}}.shopify-payment-button__button--unbranded+.shopify-payment-button__more-options{display:none}.shopify-payment-button__button--branded{display:none}.back-to-collection-wrap{margin-top:2rem}.back-to-collection{display:inline-flex;align-items:center;margin-top:0;font-weight:700;margin-bottom:1rem;color:var(--color-accent);text-decoration:none}@media all and (min-width: 990px){.back-to-collection{margin-bottom:2rem}}.back-to-collection:hover,.back-to-collection:focus{color:var(--color-base-text)}.back-to-collection span{display:inline-block;width:1rem;margin-right:.5rem}.back-to-collection svg{transform:rotate(180deg);width:100%;height:auto}.back-to-collection path{transition:fill .2s;fill:var(--color-accent)!important}.back-to-collection:hover .back-to-collection path,.back-to-collection:focus .back-to-collection path{fill:var(--color-base-text)}.product__social-sharing{display:flex;justify-content:center;margin-top:2rem}.product__nav-container{position:sticky;top:var(--header-bottom-position, 0);margin:2rem -1.5rem 0;overflow:auto;z-index:3}@media all and (min-width: 990px){.product__nav-container{margin:3rem 0 0}}.product__nav{display:flex;justify-content:space-between;list-style:none;margin:0;padding:0;overflow-x:auto}.product__nav li{flex:1;position:relative;display:flex}.product__nav :is(a,span){display:flex;flex:1;align-items:center;justify-content:center;font-size:1.6rem;line-height:1;font-weight:400;padding:0 2rem;background-color:#f2f2f2;color:var(--color-secondary-text);text-align:center;text-decoration:none;transition:all var(--duration-default)}.product__nav :is(a,span).active{border-color:var(--color-secondary-text);background:var(--color-white)}@media all and (min-width: 750px){.product__nav :is(a,span){font-size:2.4rem;font-weight:600;padding:3rem 2rem;border:.1rem solid transparent}.product__nav li:first-of-type :is(a,span){border-top-left-radius:.6rem;border-bottom-left-radius:.6rem}.product__nav li:last-of-type :is(a,span){border-top-right-radius:.6rem;border-bottom-right-radius:.6rem}.product__nav :is(a,span).active{color:var(--color-base-text)}.product__nav-container.is-sticky :is(a,span){font-size:1.6rem;font-weight:400;padding:1rem 2rem}}@media (hover: hover){.product__nav :is(a,span):hover{color:var(--color-base-text);border-color:var(--color-secondary-text);background:var(--color-white)}.product__nav :is(a,span):hover img{opacity:1}}.product__nav img{max-width:4rem;height:auto;opacity:.6;transition:opacity var(--duration-default)}.product__description{margin:3.5rem 0 0}@media (min-width: 750px){.product__description{margin:6rem 0 0}}#description{display:flex;flex-direction:column;gap:2rem}@media (min-width: 750px){#description{gap:4rem}}.product__description ul{list-style:none;padding:0;margin:0}.product__description ul li+li{margin-top:.5rem}.product__description :is(p,li){font-family:var(--font-body-family)!important;text-align:left!important;font-size:1.4rem!important;line-height:1.2!important;font-weight:400!important;margin:1.5rem 0 0}@media (min-width: 750px){.product__description :is(p,li){font-size:1.6rem!important;margin:2rem 0 0}}.product__description strong:not(.metafield-rich_text_field strong){display:inline-block;font-weight:600!important;margin-bottom:.5rem}.product__description-title{font-size:2.5rem;text-transform:uppercase}.product__default-description-inner div{margin:0!important}.product__description-variant-full-width{display:flex;flex-direction:column;gap:1rem}@media (min-width: 750px){.product__description-variant-full-width{gap:2rem}}.product__description-variant-full-width h3{font-size:1.8rem;font-weight:600;text-transform:none;margin:0}@media (min-width: 750px){.product__description-variant-full-width h3{font-size:2.4rem}}.product__description-variant-full-width img{width:100%;height:auto;margin-top:2rem}.product__description-variant-txt-with-img,.product__description-variant-img-with-text-inner{display:flex;flex-wrap:wrap;gap:2rem}@media (min-width: 750px){.product__description-variant-txt-with-img,.product__description-variant-img-with-text-inner{gap:3rem}}.product__description-variant-img-with-text{margin-top:5rem}@media (min-width: 750px){.product__description-variant-img-with-text{margin-top:6rem}}.product__description-variant-img-with-text h3{font-size:2.4rem;text-transform:none;font-weight:600;margin:0 0 1.5rem}@media (min-width: 750px){.product__description-variant-img-with-text h3{font-size:3.2rem}}.product__description-variant-img-with-text-inner{background-color:#f2f2f2;border-radius:.6rem;padding:1rem 1rem 2rem;margin:0 -1rem}@media (min-width: 750px){.product__description-variant-img-with-text-inner{padding:2.6rem .1rem 2.6rem 2.6rem;margin:0}}.product__description-variant-txt-with-img .desc-wrap{display:flex;flex-wrap:wrap;gap:1rem}.product__description-variant-txt-with-img h3{text-transform:none;margin:0}.product__description-variant-txt-with-img,.product__description-variant-txt-with-img p,.product__description-variant-txt-with-img p strong{color:var(--color-base-text)}.product__description-variant-txt-with-img :is(.desc-wrap,.img-wrap),.product__description-variant-img-with-text :is(.desc-wrap,.img-wrap){width:100%}.product__description-variant-txt-with-img :is(.desc-wrap img,.img-wrap img),.product__description-variant-img-with-text :is(.desc-wrap img,.img-wrap img){width:100%;height:auto}.product__description-variant-img-with-text-inner img{border-radius:1.2rem}@media all and (min-width: 750px){.product__description-variant-txt-with-img .desc-wrap{flex:5}.product__description-variant-txt-with-img .img-wrap,.product__description-variant-img-with-text .desc-wrap{flex:4}.product__description-variant-img-with-text .img-wrap{flex:3}}@media all and (max-width: 749px){.product__description-variant-txt-with-img{flex-direction:column-reverse}}.product__description-variant-items{display:flex;flex-direction:column;gap:1.5rem}@media (min-width: 750px){.product__description-variant-items{gap:2rem;margin-top:1rem}}.product__description-variant-items h3{text-transform:none;margin:0}.product__description-variant-items-list{display:flex;flex-wrap:wrap;gap:3rem;margin:0 .5rem!important}@media (min-width: 750px){.product__description-variant-items-list{gap:1.5rem}}.product__description-variant-item{display:flex;flex-direction:column;gap:2rem;flex:1 1 100%;margin:0!important}.product__description-variant-item .title-wrap{font-size:1.8rem;font-weight:600;margin:0 .5rem}@media (min-width: 750px){.product__description-variant-item .title-wrap{margin:0 2rem}}.product__description-variant-items-list{margin:0 .5rem}@media (min-width: 750px){.product__description-variant-items-list .product__description-variant-item{flex:0 1 calc(50% - .8rem)}}@media all and (min-width: 990px){.product__description-variant-items-list{flex-wrap:nowrap}}.product__description-variant-items summary{position:relative;cursor:pointer}.product__description-variant-items summary:after{content:"Show more";color:var(--color-orange);text-decoration:underline;text-underline-offset:.2rem;font-size:1.6rem!important}.product__description-variant-items details[open] summary:after{content:"Show less"}.product__description-variant-items-list-toggle{margin:1rem auto 0}@media all and (max-width: 989px){.product__description-variant-items-list-toggle{display:none}}.product__description-variant-item{display:flex;flex-direction:column;gap:1rem}@media all and (min-width: 990px){.product__description-variant-item{flex:0 1 calc(50% - .8rem);gap:3rem}.product__description-variant-items:has(.product__description-variant-items-list-toggle:not([open])) .desc-wrap{display:none}.product__description-variant-item-toggle{display:none}}@media all and (max-width: 989px){.product__description-variant-item:has(.product__description-variant-item-toggle:not([open])) .desc-wrap{display:none}}.product__description-variant-item .img-wrap{position:relative;width:100%}.product__description-variant-item .img-wrap img{width:100%;height:100%;object-fit:contain}@media all and (min-width: 990px){.product__description-variant-item .img-wrap:before{content:"";display:block;padding-top:100%}.product__description-variant-item .img-wrap img{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);max-width:100%;max-height:100%}}.product__description-variant-item .desc-wrap p{margin:0}.product__description-variant-item .desc-wrap :is(p+p,p+ul,ul+p){margin-top:1rem}.product__description-variant-spec{display:flex;flex-direction:column;gap:.4rem}@media (max-width: 749px){.product__description-variant-spec{margin:0 -1rem!important}}.product__description-variant-spec li{display:flex;justify-content:space-between;padding:1rem 2rem;margin:0!important}.product__description-variant-spec li:nth-of-type(odd){background-color:#fcfcfc}.product__description-variant-spec .title,.product__description-variant-spec .value{font-size:1.6rem}.product__description-variant-spec .title{color:var(--color-secondary-text);margin-right:1rem;white-space:nowrap}.product__description-variant-spec .value{text-align:right}.js-image-zoom__zoomed-image{border:.1rem solid var(--color-border)}.product__returns-policy{margin-top:2rem}.product__returns-policy-title{display:flex;align-items:center;font-size:1.4rem}.product__returns-policy-title a{color:var(--color-base-text)}.product__returns-policy-icon{display:flex;margin-right:.5rem}.product__returns-policy-icon svg{width:2rem;height:2rem}.product__returns-policy-modal .fancybox__viewport{display:flex;justify-content:center;align-items:center}.product__returns-policy-modal .fancybox__track{position:relative;max-width:90rem;max-height:55rem;margin:4rem;transform:translate(0) scale(1)!important}.product__returns-policy-modal .carousel__button.is-close{top:-4rem;right:-4rem;outline:none}.product__returns-policy-modal .fancybox__slide{padding:0;border-radius:1.6rem;background-color:#fff}.product__returns-policy-modal .fancybox__backdrop{background:none}.product__returns-policy-modal .fancybox__carousel{background-color:#0000004d}.product__returns-policy-modal .fancybox__content{padding:2rem}shopify-payment-terms{display:block;margin-top:1.5rem;color:var(--color-secondary-text);font-size:1.4rem;line-height:1.4}.product__image-mobile-modal .fancybox__content{max-width:100%}.product__image-mobile-modal .fancybox__slide{padding:1.5rem}.product .yotpo-label.yotpo-small-box{display:none}.product .yotpo .yotpo-regular-box{border-top:0;padding:0 0 1.2rem}@media screen and (min-width: 750px){.product .yotpo .yotpo-regular-box{padding:0 0 2.2rem}}.product .yotpo.yotpo-main-widget .yotpo-bottomline .yotpo-stars{margin-right:0}.product .font-color-gray.based-on{color:var(--color-base-text)}.product .yotpo.yotpo-main-widget .yotpo-bottomline .text-m{font-size:1.4rem}.product .yotpo.yotpo-main-widget .yotpo-bottomline.yotpo-bottomline-2-boxes .yotpo-default-button{display:flex!important;align-items:center;justify-content:center;position:static;width:100%;max-width:25rem;height:4.5rem;border:.1rem solid var(--color-border);border-radius:.5rem;background:transparent;font-size:1.6rem;color:var(--color-base-text);margin:0;transition:background var(--duration-default)}.product .yotpo.yotpo-main-widget .yotpo-icon-btn .yotpo-icon-button-text{font-family:Ubuntu,sans-serif;font-size:1.6rem;font-weight:500;color:var(--color-base-text)}.product .yotpo.yotpo-main-widget .yotpo-bottomline.yotpo-bottomline-2-boxes .yotpo-default-button:hover{background:#e7e7e7}.product .yotpo.yotpo-main-widget.yotpo-small .yotpo-icon-btn .yotpo-icon-button-text{display:block!important}@media all and (max-width: 749px){.product .yotpo.yotpo-main-widget .yotpo-bottomline.yotpo-bottomline-2-boxes .yotpo-stars{padding-bottom:.5rem}.product .yotpo.yotpo-main-widget .yotpo-bottomline.yotpo-bottomline-2-boxes .yotpo-default-button{max-width:100%;margin:1rem auto 0}.product .yotpo.yotpo-main-widget .yotpo-bottomline .yotpo-icon-star{font-size:2.6rem}}.product .yotpo.yotpo-main-widget .yotpo-bottomline.yotpo-bottomline-2-boxes .yotpo-stars-and-sum-reviews .yotpo-default-button{display:none!important}.product .yotpo.yotpo-main-widget .yotpo-bottomline .yotpo-icon-star{color:var(--color-orange);margin:0 -.1rem}.product .yotpo.yotpo-main-widget .yotpo-bottomline.yotpo-bottomline-2-boxes{display:flex;align-items:center;justify-content:space-between;height:auto!important;margin:0}@media all and (max-width: 749px){.product .yotpo.yotpo-main-widget .yotpo-bottomline.yotpo-bottomline-2-boxes{flex-direction:column;align-items:flex-start}}.product .yotpo.yotpo-main-widget .yotpo-bottomline.yotpo-bottomline-2-boxes .yotpo-bottomline-box-1{max-width:100%}.product .yotpo .yotpo-icon-write:before,.product .yotpo .yotpo-icon-double-bubble:before{content:"";display:block;width:2rem;height:2rem;background:var(--color-orange);margin-right:1rem;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;-webkit-mask-position:center}.product .yotpo .yotpo-icon-write:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.2034 24.1008H1.20078C0.717435 24.0801 0.321456 23.685 0.300781 23.2008V5.19824C0.321473 4.71489 0.716628 4.31994 1.20078 4.29824H10.2018C10.2287 4.29904 10.2548 4.30085 10.281 4.30185C10.5347 4.3352 10.6004 4.37839 10.7183 4.46116C11.1466 4.7617 11.2107 5.46284 10.8388 5.83446C10.7083 5.96504 10.5391 6.05323 10.3583 6.08457C10.29 6.09723 10.2719 6.09542 10.2016 6.09803H2.10058V22.3006H18.3032V14.1996C18.3032 14.1996 18.2915 14.123 18.3337 13.9665C18.5129 13.296 19.5937 13.0756 19.9824 13.7496C20.0544 13.8737 20.0923 13.943 20.103 14.1996V23.2006C20.0823 23.6839 19.6871 24.0799 19.203 24.1006L19.2034 24.1008ZM19.7307 6.99875L16.7661 4.03415C16.6572 3.91984 16.6347 3.87585 16.5933 3.79107C16.4439 3.4833 16.4889 3.09097 16.7084 2.82437C16.7328 2.79564 16.74 2.78841 16.7661 2.76128L18.5669 0.961284C18.7532 0.783094 19.0035 0.686866 19.267 0.699317C19.4812 0.720009 19.6829 0.811817 19.8394 0.961284L23.4402 4.56128C23.5491 4.67559 23.5716 4.71959 23.613 4.80437C23.7624 5.11314 23.7174 5.50446 23.4979 5.77107C23.4735 5.8008 23.4663 5.80703 23.4402 5.83415L12.6387 16.6357C12.4956 16.7689 12.32 16.8625 12.1302 16.8904C12.0735 16.8985 12.0591 16.8977 12.0024 16.8995H8.4016C8.19548 16.8914 8.16133 16.8715 8.07314 16.8374C7.74006 16.7068 7.51504 16.3667 7.50162 15.9995V12.3986C7.51427 12.0449 7.58539 11.9559 7.76539 11.7624L14.0628 5.46499C14.3419 5.20584 14.4345 5.20222 14.7334 5.20222C14.953 5.21849 15.0114 5.24802 15.1203 5.30568C15.5729 5.54514 15.7368 6.2119 15.4237 6.63578C15.3885 6.68339 15.3768 6.69343 15.3363 6.73743L9.30164 12.7721V15.0994H11.629L19.731 6.99838L19.7307 6.99875ZM18.6758 3.39793L21.0031 5.72528L21.5305 5.19793L19.2031 2.87058C19.0276 3.04616 18.8512 3.22255 18.6758 3.39793Z' fill='%23616161'/%3E%3C/svg%3E%0A");mask-image:url("data:image/svg+xml,%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.2034 24.1008H1.20078C0.717435 24.0801 0.321456 23.685 0.300781 23.2008V5.19824C0.321473 4.71489 0.716628 4.31994 1.20078 4.29824H10.2018C10.2287 4.29904 10.2548 4.30085 10.281 4.30185C10.5347 4.3352 10.6004 4.37839 10.7183 4.46116C11.1466 4.7617 11.2107 5.46284 10.8388 5.83446C10.7083 5.96504 10.5391 6.05323 10.3583 6.08457C10.29 6.09723 10.2719 6.09542 10.2016 6.09803H2.10058V22.3006H18.3032V14.1996C18.3032 14.1996 18.2915 14.123 18.3337 13.9665C18.5129 13.296 19.5937 13.0756 19.9824 13.7496C20.0544 13.8737 20.0923 13.943 20.103 14.1996V23.2006C20.0823 23.6839 19.6871 24.0799 19.203 24.1006L19.2034 24.1008ZM19.7307 6.99875L16.7661 4.03415C16.6572 3.91984 16.6347 3.87585 16.5933 3.79107C16.4439 3.4833 16.4889 3.09097 16.7084 2.82437C16.7328 2.79564 16.74 2.78841 16.7661 2.76128L18.5669 0.961284C18.7532 0.783094 19.0035 0.686866 19.267 0.699317C19.4812 0.720009 19.6829 0.811817 19.8394 0.961284L23.4402 4.56128C23.5491 4.67559 23.5716 4.71959 23.613 4.80437C23.7624 5.11314 23.7174 5.50446 23.4979 5.77107C23.4735 5.8008 23.4663 5.80703 23.4402 5.83415L12.6387 16.6357C12.4956 16.7689 12.32 16.8625 12.1302 16.8904C12.0735 16.8985 12.0591 16.8977 12.0024 16.8995H8.4016C8.19548 16.8914 8.16133 16.8715 8.07314 16.8374C7.74006 16.7068 7.51504 16.3667 7.50162 15.9995V12.3986C7.51427 12.0449 7.58539 11.9559 7.76539 11.7624L14.0628 5.46499C14.3419 5.20584 14.4345 5.20222 14.7334 5.20222C14.953 5.21849 15.0114 5.24802 15.1203 5.30568C15.5729 5.54514 15.7368 6.2119 15.4237 6.63578C15.3885 6.68339 15.3768 6.69343 15.3363 6.73743L9.30164 12.7721V15.0994H11.629L19.731 6.99838L19.7307 6.99875ZM18.6758 3.39793L21.0031 5.72528L21.5305 5.19793L19.2031 2.87058C19.0276 3.04616 18.8512 3.22255 18.6758 3.39793Z' fill='%23616161'/%3E%3C/svg%3E%0A")}.product .yotpo .yotpo-icon-double-bubble:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='27' height='22' viewBox='0 0 27 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.975265 0.439731C0.756199 0.462649 0.553232 0.566298 0.406205 0.730445C0.259177 0.894593 0.178465 1.10746 0.179702 1.32778V17.3118C0.179702 17.5474 0.273232 17.7733 0.439859 17.9397C0.606274 18.1063 0.832159 18.1998 1.06775 18.1998H3.1397V20.2718C3.1397 20.4906 3.22042 20.7019 3.36661 20.8648C3.51279 21.0279 3.7139 21.1311 3.93155 21.1547C4.14917 21.1784 4.36783 21.121 4.5458 20.9934L8.45845 18.1998H25.9314C26.167 18.1998 26.3929 18.1063 26.5593 17.9397C26.7259 17.7732 26.8195 17.5474 26.8195 17.3118V1.32776C26.8195 1.09218 26.7259 0.866294 26.5593 0.699873C26.3929 0.533251 26.167 0.439715 25.9314 0.439715H1.06743C1.03667 0.438064 1.00569 0.438064 0.974932 0.439715L0.975265 0.439731ZM1.95582 2.21584H25.0438V16.4238H8.17182C7.98599 16.4238 7.80492 16.4821 7.65378 16.5905L4.91593 18.5423V17.3119C4.91573 17.0765 4.8222 16.8506 4.65578 16.684C4.48916 16.5176 4.26327 16.4241 4.02789 16.4239H1.95594L1.95582 2.21584ZM11.0393 3.69584C10.8203 3.71876 10.6175 3.8224 10.4705 3.98634C10.3235 4.15049 10.2427 4.36336 10.2438 4.58368V5.76779C10.2405 6.00544 10.3325 6.23462 10.4994 6.40371C10.6664 6.57302 10.8942 6.66841 11.1318 6.66841C11.3695 6.66841 11.5974 6.57302 11.7642 6.40371C11.9311 6.23461 12.0232 6.00542 12.0199 5.76779V5.4717H14.9799V8.38545L12.9262 9.0699C12.7491 9.12834 12.5947 9.24107 12.485 9.39221C12.3754 9.54335 12.3161 9.72505 12.3159 9.91169V10.7997C12.3124 11.0374 12.4045 11.2666 12.5715 11.4359C12.7384 11.605 12.9661 11.7004 13.2037 11.7004C13.4416 11.7004 13.6693 11.605 13.8362 11.4359C14.0032 11.2666 14.0951 11.0374 14.0918 10.7997V10.5499L16.1454 9.86547C16.3228 9.80724 16.477 9.6945 16.5866 9.54336C16.6963 9.39222 16.7555 9.21032 16.7559 9.02367V4.58367C16.7557 4.34829 16.6622 4.12241 16.4958 3.95578C16.3292 3.78937 16.1033 3.69583 15.8679 3.69583H11.1318C11.101 3.69418 11.0701 3.69418 11.0393 3.69583L11.0393 3.69584ZM13.1947 12.5573C12.9574 12.5598 12.7311 12.6571 12.5661 12.8272C12.401 12.9975 12.3109 13.2267 12.3159 13.4638V14.0559C12.3124 14.2936 12.4045 14.5225 12.5715 14.6918C12.7383 14.8611 12.9661 14.9565 13.2037 14.9565C13.4416 14.9565 13.6693 14.8611 13.8362 14.6918C14.0032 14.5225 14.0951 14.2936 14.0918 14.0559V13.4638C14.0967 13.2236 14.0042 12.9916 13.8351 12.8206C13.666 12.6498 13.435 12.5549 13.1947 12.5573H13.1947Z' fill='%23616161'/%3E%3C/svg%3E%0A");mask-image:url("data:image/svg+xml,%3Csvg width='27' height='22' viewBox='0 0 27 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.975265 0.439731C0.756199 0.462649 0.553232 0.566298 0.406205 0.730445C0.259177 0.894593 0.178465 1.10746 0.179702 1.32778V17.3118C0.179702 17.5474 0.273232 17.7733 0.439859 17.9397C0.606274 18.1063 0.832159 18.1998 1.06775 18.1998H3.1397V20.2718C3.1397 20.4906 3.22042 20.7019 3.36661 20.8648C3.51279 21.0279 3.7139 21.1311 3.93155 21.1547C4.14917 21.1784 4.36783 21.121 4.5458 20.9934L8.45845 18.1998H25.9314C26.167 18.1998 26.3929 18.1063 26.5593 17.9397C26.7259 17.7732 26.8195 17.5474 26.8195 17.3118V1.32776C26.8195 1.09218 26.7259 0.866294 26.5593 0.699873C26.3929 0.533251 26.167 0.439715 25.9314 0.439715H1.06743C1.03667 0.438064 1.00569 0.438064 0.974932 0.439715L0.975265 0.439731ZM1.95582 2.21584H25.0438V16.4238H8.17182C7.98599 16.4238 7.80492 16.4821 7.65378 16.5905L4.91593 18.5423V17.3119C4.91573 17.0765 4.8222 16.8506 4.65578 16.684C4.48916 16.5176 4.26327 16.4241 4.02789 16.4239H1.95594L1.95582 2.21584ZM11.0393 3.69584C10.8203 3.71876 10.6175 3.8224 10.4705 3.98634C10.3235 4.15049 10.2427 4.36336 10.2438 4.58368V5.76779C10.2405 6.00544 10.3325 6.23462 10.4994 6.40371C10.6664 6.57302 10.8942 6.66841 11.1318 6.66841C11.3695 6.66841 11.5974 6.57302 11.7642 6.40371C11.9311 6.23461 12.0232 6.00542 12.0199 5.76779V5.4717H14.9799V8.38545L12.9262 9.0699C12.7491 9.12834 12.5947 9.24107 12.485 9.39221C12.3754 9.54335 12.3161 9.72505 12.3159 9.91169V10.7997C12.3124 11.0374 12.4045 11.2666 12.5715 11.4359C12.7384 11.605 12.9661 11.7004 13.2037 11.7004C13.4416 11.7004 13.6693 11.605 13.8362 11.4359C14.0032 11.2666 14.0951 11.0374 14.0918 10.7997V10.5499L16.1454 9.86547C16.3228 9.80724 16.477 9.6945 16.5866 9.54336C16.6963 9.39222 16.7555 9.21032 16.7559 9.02367V4.58367C16.7557 4.34829 16.6622 4.12241 16.4958 3.95578C16.3292 3.78937 16.1033 3.69583 15.8679 3.69583H11.1318C11.101 3.69418 11.0701 3.69418 11.0393 3.69583L11.0393 3.69584ZM13.1947 12.5573C12.9574 12.5598 12.7311 12.6571 12.5661 12.8272C12.401 12.9975 12.3109 13.2267 12.3159 13.4638V14.0559C12.3124 14.2936 12.4045 14.5225 12.5715 14.6918C12.7383 14.8611 12.9661 14.9565 13.2037 14.9565C13.4416 14.9565 13.6693 14.8611 13.8362 14.6918C14.0032 14.5225 14.0951 14.2936 14.0918 14.0559V13.4638C14.0967 13.2236 14.0042 12.9916 13.8351 12.8206C13.666 12.6498 13.435 12.5549 13.1947 12.5573H13.1947Z' fill='%23616161'/%3E%3C/svg%3E%0A")}.product .yotpo .yotpo-nav-content{padding-top:1rem}@media (min-width: 750px){.product .yotpo .yotpo-nav-content{padding-top:3rem}}.product .yotpo .yotpo-header .yotpo-icon-profile{margin-right:1.5rem}.product .yotpo .yotpo-header.yotpo-verified-buyer .yotpo-icon-circle-checkmark,.product .yotpo.yotpo-header.yotpo-verified-user .yotpo-icon-circle-checkmark{display:none}.product .yotpo .yotpo-header .yotpo-header-element .y-label.yotpo-user-name{font-size:1.4rem;color:var(--color-base-text);margin:.4rem 1.5rem 0 0;font-weight:400}.product .yotpo .yotpo-header .yotpo-header-element .y-label.yotpo-user-title{font-size:0}.product .yotpo .yotpo-header .yotpo-header-element .y-label.yotpo-user-title:before{content:"Verifid reviewer";font-size:1rem;color:#797979;padding-left:1.7rem;background-image:url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 0C2.69149 0 0 2.69163 0 6C0 9.30851 2.69152 12 6 12C9.30848 12 12 9.30848 12 6C12 2.69152 9.30848 0 6 0ZM6 10.8493C3.32601 10.8493 1.15068 8.67402 1.15068 6C1.15068 3.32598 3.32598 1.15068 6 1.15068C8.67402 1.15068 10.8493 3.32598 10.8493 6C10.8493 8.67402 8.67402 10.8493 6 10.8493ZM5.25514 6.96223L3.21068 5.37229L2.50435 6.28054L5.39172 8.52602L9.3199 4.18482L8.4669 3.41266L5.25514 6.96223Z' fill='%23797979'/%3E%3C/svg%3E%0A");background-repeat:no-repeat;background-size:1.3rem;background-position:0 50%}.product .yotpo .yotpo-header .yotpo-review-stars .yotpo-icon{font-size:1.6rem;margin:0 -.1rem;color:var(--color-orange)}.product .yotpo .yotpo-main{display:flex;flex-direction:column;margin:1rem 0 0!important}.product .yotpo .yotpo-review-media-wrapper{order:2}.product .yotpo .yotpo-review-wrapper{order:3}.product .yotpo .yotpo-main .yotpo-review-images-wrapper{display:flex;flex-wrap:wrap}.product .yotpo .yotpo-main .yotpo-review-images-wrapper .image-review,.product .yotpo .yotpo-main .yotpo-review-images-wrapper .expandable-image-container .expandable-image{display:block!important;width:7.5rem!important;height:7.5rem!important;border:.1rem solid var(--color-border);border-radius:.5rem;margin:0 1rem 1rem 0}.product .yotpo .yotpo-main .yotpo-review-images-wrapper .expandable-image-container .expandable-num{display:none}.product .yotpo .yotpo-main .yotpo-review-images-wrapper .expandable-image-container{margin:0}.product .yotpo .yotpo-main .content-title{font-size:1.6rem;color:var(--color-base-text);order:1}.product .yotpo .yotpo-main .content-review{display:block!important;font-size:1.4rem;line-height:1.5;color:var(--color-base-text)!important;padding:0;margin-top:0}.product .yotpo .yotpo-header .yotpo-header-element .y-label.yotpo-review-date,.product .yotpo .yotpo-footer{display:none}.product .yotpo .y-label.yotpo-header-title{display:inline-block!important;font-family:Ubuntu,sans-serif;font-size:3rem!important;font-weight:500;text-transform:lowercase;color:var(--color-base-text)}.product .yotpo .yotpo-header-title:first-letter{text-transform:uppercase}@media all and (min-width: 750px){.product .yotpo .yotpo-header-title{font-size:3.6rem!important}}.product .yotpo .write-review-wrapper,.product .yotpo .write-question-wrapper{background:#fcfcfc}.product .yotpo .yotpo-mandatory-explain,.product .yotpo span.yotpo-mandatory-mark{display:none}.product .yotpo .connect-wrapper{padding:0!important}.product .yotpo .write-question-content,.product .yotpo .write-review-content,.product .yotpo .yotpo-footer{max-width:50rem}.product .yotpo input,.yotpo .y-input{border-color:var(--color-border);border-radius:.5rem;margin-top:.5rem!important;margin-bottom:1rem!important;height:4.5rem;background:var(--color-white)}.product .yotpo .y-label{display:flex!important;padding:0}.product .yotpo .submit-button{display:flex!important;flex-direction:column;float:none!important;width:100%;margin-top:2rem}.yotpo .write-review .submit-button .form-input-error{margin:0 0 .5rem}.product .yotpo .primary-color-btn,.product .yotpo input[type=button].primary-color-btn{width:100%;max-width:30rem;height:4.5rem;border:.1rem solid var(--color-border);border-radius:.5rem;background:var(--color-orange)!important;font-family:Ubuntu,sans-serif;font-size:1.6rem;font-weight:700!important;margin-top:0!important;transition:opacity var(--duration-default)}.product .yotpo .primary-color-btn:hover,.product .yotpo input[type=button].primary-color-btn:hover{background:var(--color-orange)!important;border:.1rem solid var(--color-border);opacity:.8}@media all and (max-width: 749px){.product .yotpo .primary-color-btn,.product .yotpo input[type=button].primary-color-btn{max-width:100%}}.product .yotpo .primary-color-btn,.yotpo input[type=button].primary-color-btn:hover{background:#e7e7e7!important}.product .yotpo .content-question{font-size:1.6rem;color:var(--color-base-text)}.product .yotpo .yotpo-comment-box .content-question{font-size:1.4rem;line-height:1.5;font-weight:300}.product .yotpo .yotpo-comments-box{border:0}.product .yotpo .yotpo-first-review .yotpo-first-review-stars .yotpo-icon-star{color:var(--color-orange)}.product .yotpo-question .yotpo-header.yotpo-verified-user .yotpo-icon-circle-checkmark,.product .yotpo .yotpo-comment .yotpo-header.yotpo-store-owner .yotpo-icon-circle-checkmark,.product .yotpo .yotpo-question .yotpo-header.yotpo-store-owner .yotpo-icon-circle-checkmark{display:none}.product .yotpo .yotpo-question .yotpo-header .yotpo-header-element{float:none}@media all and (max-width: 989px){.product .yotpo .yotpo-question .yotpo-header .yotpo-header-element,.yotpo .yotpo-review .yotpo-header .yotpo-header-element{display:flex;flex-direction:column}}.product .yotpo .yotpo-question .yotpo-header .yotpo-header-element .question-date:before{content:"Question on";margin-right:.5rem}.product .yotpo .yotpo-question .yotpo-comment .question-date:before{content:"Answered on"!important}.product .yotpo.yotpo-main-widget .yotpo-thank-you{max-width:50rem;border-radius:.5rem;padding:2rem;margin:0 auto 3rem}.product .yotpo.yotpo-main-widget .yotpo-thank-you .yotpo-icon-cross{color:var(--color-orange)}.product .yotpo.yotpo-main-widget .yotpo-thank-you .yotpo-thankyou-header .yotpo-icon-heart:before{content:"";display:block;width:3rem;height:2.6rem;background-image:url("data:image/svg+xml,%3Csvg width='32' height='28' viewBox='0 0 32 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.9992 27.2585C15.7559 27.2585 15.5063 27.226 15.2376 27.1585C15.1398 27.1318 15.0679 27.105 14.9969 27.0746L14.9148 27.0447C14.7934 27.0032 14.6728 26.9576 14.559 26.8969C14.4201 26.8228 0.328125 19.2117 0.328125 10.4672C0.328125 4.92299 4.18481 0.742188 9.29955 0.742188C11.5562 0.742188 14.1349 1.88596 15.9982 3.6591C17.8624 1.88539 20.4406 0.742188 22.6977 0.742188C27.812 0.742188 31.6691 4.92344 31.6691 10.4672C31.6691 19.2114 17.5777 26.8226 17.436 26.8981C17.3235 26.9583 17.2043 27.003 17.0833 27.0445C17.0793 27.0458 17.0173 27.0668 17.0141 27.0686C16.9311 27.1043 16.8592 27.1311 16.7842 27.1516C16.4923 27.2253 16.2427 27.2579 15.999 27.2579L15.9992 27.2585Z' fill='%23FFA500'/%3E%3C/svg%3E%0A");background-repeat:no-repeat;background-position:center;background-size:contain;margin:0 auto}.product .yotpo.yotpo-main-widget .yotpo-thank-you .yotpo-thankyou-header span{font-family:Ubuntu,sans-serif;font-size:1.8rem;font-weight:700;color:var(--color-base-text)}.product .yotpo.yotpo-main-widget .yotpo-thank-you .yotpo-thankyou-header{margin-bottom:1.5rem}.product .yotpo.yotpo-main-widget .yotpo-thank-you .yotpo-thankyou-content{margin-bottom:3rem}.product .yotpo.yotpo-main-widget .yotpo-thank-you .yotpo-thankyou-content span{font-family:Ubuntu,sans-serif;font-size:1.4rem;font-weight:300;color:var(--color-base-text)}.product .yotpo.yotpo-main-widget .yotpo-thankyou-footer .social-link{display:flex;align-items:center;border:.1rem solid var(--color-border);border-radius:.5rem;padding:1rem 1.4rem;margin:0 .5rem}.product .yotpo .yotpo-thankyou-footer .social-link .yotpo-icon-button-text{font-family:Ubuntu,sans-serif;font-size:1.6rem;font-weight:700;color:gray}.product .yotpo .yotpo-default-button.yotpo-icon-btn{background:transparent}.product .yotpo.yotpo-main-widget .yotpo-icon-btn .yotpo-icon{display:flex}.product .yotpo.yotpo-main-widget .yotpo-icon-btn .yotpo-icon-facebook:before,.product .yotpo.yotpo-main-widget .yotpo-icon-btn .yotpo-icon-twitter:before,.product .yotpo.yotpo-main-widget .yotpo-icon-btn .yotpo-icon-linkedin:before{content:"";display:inline-block;width:1.7rem;height:1.7rem;background-repeat:no-repeat;background-position:center;background-size:contain;margin-right:.5rem}.product .yotpo.yotpo-main-widget .yotpo-icon-btn .yotpo-icon-facebook:before{background-image:url("data:image/svg+xml,%3Csvg width='17' height='17' viewBox='0 0 17 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17 8.5C17 3.80508 13.1949 0 8.5 0C3.80508 0 0 3.80508 0 8.5C0 12.7434 3.10781 16.2596 7.17188 16.8971V10.957H5.01367V8.5H7.17188V6.62734C7.17188 4.49736 8.44024 3.32031 10.3826 3.32031C11.3123 3.32031 12.2852 3.48633 12.2852 3.48633V5.57812H11.2127C10.1568 5.57812 9.82812 6.23389 9.82812 6.90625V8.5H12.1855L11.8087 10.957H9.82812V16.8971C13.8922 16.2596 17 12.7434 17 8.5Z' fill='%23F2994A'/%3E%3C/svg%3E%0A")}.product .yotpo.yotpo-main-widget .yotpo-icon-btn .yotpo-icon-twitter:before{background-image:url("data:image/svg+xml,%3Csvg width='17' height='17' viewBox='0 0 17 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.5 0C3.80558 0 0 3.80558 0 8.5C0 13.1944 3.80558 17 8.5 17C13.1944 17 17 13.1944 17 8.5C17 3.80558 13.1944 0 8.5 0ZM4.08057 7.04007H6.00686V12.8278H4.08057V7.04007ZM6.13373 5.24971C6.12123 4.68223 5.71542 4.25 5.05645 4.25C4.39748 4.25 3.96667 4.68223 3.96667 5.24971C3.96667 5.80543 4.38475 6.2501 5.03144 6.2501H5.04375C5.71542 6.2501 6.13373 5.80543 6.13373 5.24971ZM10.7359 6.90417C12.0035 6.90417 12.9538 7.73155 12.9538 9.50928L12.9537 12.8278H11.0275V9.73134C11.0275 8.95359 10.7488 8.42287 10.0514 8.42287C9.51925 8.42287 9.20227 8.78065 9.06305 9.12622C9.01212 9.25006 8.99961 9.42262 8.99961 9.59559V12.8279H7.0731C7.0731 12.8279 7.09849 7.58331 7.0731 7.04023H8.99961V7.86C9.25528 7.46592 9.71317 6.90417 10.7359 6.90417Z' fill='%23F2994A'/%3E%3C/svg%3E%0A")}.product .yotpo.yotpo-main-widget .yotpo-icon-btn .yotpo-icon-linkedin:before{background-image:url("data:image/svg+xml,%3Csvg width='17' height='17' viewBox='0 0 17 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.5 0C3.80558 0 0 3.80558 0 8.5C0 13.1944 3.80558 17 8.5 17C13.1944 17 17 13.1944 17 8.5C17 3.80558 13.1944 0 8.5 0ZM8.26326 7.20303L8.24543 6.90891C8.19192 6.1466 8.66162 5.45032 9.40481 5.18021C9.67831 5.08417 10.1421 5.07216 10.4453 5.1562C10.5642 5.19221 10.7901 5.31226 10.9507 5.4203L11.242 5.61838L11.5631 5.51634C11.7414 5.46232 11.9792 5.37228 12.0863 5.31226C12.1873 5.25824 12.2765 5.22823 12.2765 5.24623C12.2765 5.34827 12.0565 5.69641 11.8722 5.88849C11.6225 6.1586 11.6939 6.18261 12.1992 6.00254C12.5025 5.9005 12.5084 5.9005 12.4489 6.01454C12.4133 6.07457 12.229 6.28465 12.0328 6.47673C11.6998 6.80686 11.682 6.84288 11.682 7.11899C11.682 7.54516 11.4798 8.43352 11.2777 8.91972C10.9031 9.83209 10.1004 10.7745 9.29779 11.2487C8.16813 11.9149 6.6639 12.083 5.3975 11.6928C4.97536 11.5608 4.25 11.2247 4.25 11.1646C4.25 11.1466 4.46999 11.1226 4.73754 11.1166C5.29642 11.1046 5.85531 10.9485 6.33095 10.6724L6.65201 10.4804L6.28339 10.3543C5.76018 10.1742 5.29048 9.76006 5.17156 9.3699C5.13589 9.24385 5.14778 9.23785 5.48073 9.23785L5.82558 9.23185L5.53424 9.09379C5.1894 8.91972 4.87429 8.6256 4.7197 8.32548C4.60673 8.10939 4.46404 7.56317 4.50566 7.52115C4.51755 7.50315 4.64241 7.53916 4.7851 7.58718C5.19535 7.73724 5.24886 7.70123 5.01103 7.44913C4.56512 6.99294 4.42837 6.31467 4.64241 5.67241L4.74348 5.38429L5.13589 5.77445C5.93854 6.56077 6.88389 7.02895 7.96598 7.16701L8.26326 7.20303Z' fill='%23F2994A'/%3E%3C/svg%3E%0A")}.product .yotpo-main .product-link-wrapper{display:none}.product .yotpo .yotpo-first-review-content .yotpo-default-button{height:4.5rem;background:var(--color-orange);border-radius:.5rem;color:var(--color-white);font-family:Ubuntu,sans-serif;font-size:1.6rem;font-weight:700}.product .yotpo .yotpo-pager{margin:1rem 0}@media (min-width: 750px){.product .yotpo .yotpo-pager{margin:2rem 0 0}}.product .yotpo .yotpo-pager a{color:#b8b8b8!important}.product .yotpo .yotpo-pager .yotpo_previous,.product .yotpo .yotpo-pager .yotpo_next,.product .yotpo .yotpo-pager .yotpo-active{color:var(--color-base-text)!important}.product .yotpo .yotpo-pager .yotpo_previous.yotpo-disabled,.product .yotpo .yotpo-pager .yotpo_next.yotpo-disabled{opacity:0}.product .write-review .yotpo-footer .socialize-wrapper{display:none!important}.product .y-label.question-date{flex-direction:row}.yotpo div,.yotpo span,.yotpo p,.yotpo a,.yotpo img,.yotpo i,.yotpo strong,.yotpo sup,.yotpo ul,.yotpo li,.yotpo form,.yotpo label{font-family:var(--font-body-family)!important}.product .yotpo-nav.reviews{padding:0}.yotpo.yotpo-main-widget.yotpo-small .yotpo-nav .transparent-color-btn{display:none!important}.yotpo .yotpo-nav ul{display:flex;width:100%!important}.product .yotpo .yotpo-nav li{width:100%;background:#fff!important;margin:0 0 -.1rem;border:.1rem solid var(--color-border)}.yotpo .yotpo-nav li .yotpo-nav-wrapper{max-width:100%}.product .yotpo .yotpo-nav li+li{border-left-width:0}.product .yotpo .yotpo-nav li:first-of-type{border-radius:.3rem 0 0 .3rem}.product .yotpo .yotpo-nav li:last-of-type{border-radius:0 .3rem .3rem 0}.product .yotpo .yotpo-nav ul .yotpo-nav-tab .yotpo-nav-wrapper{display:flex;justify-content:center;width:100%;padding:.9rem 3rem;padding:rem 3rem;border-bottom:.2rem solid transparent}@media all and (min-width: 990px){.product .yotpo .yotpo-nav ul .yotpo-nav-tab .yotpo-nav-wrapper{padding:1.7rem 3rem}}.yotpo .yotpo-nav ul .yotpo-nav-tab.yotpo-active .yotpo-nav-wrapper{border-color:var(--color-accent)}.yotpo .yotpo-nav ul .yotpo-nav-tab.yotpo-active span{color:var(--color-base-text)}.yotpo .yotpo-nav ul .yotpo-nav-tab span{font-size:1.6rem;color:var(--color-base-text)}.product .yotpo .yotpo-nav ul .yotpo-nav-tab .yotpo-nav-tab-sum,.product .yotpo .yotpo-nav ul .yotpo-nav-tab .yotpo-reviews-nav-tab-sum{display:none}.product .yotpo .yotpo-nav ul .yotpo-nav-tab:hover span{color:var(--color-accent)}.yotpo .yotpo-small-box,.yotpo .yotpo-regular-small-box,.yotpo .yotpo-popup-box-medium{border:0}.product .related-videos .page-width,.product .related-posts .page-width{padding:0}.product .related-posts{background-color:transparent;margin-bottom:3rem}@media all and (max-width: 749px){.product-options custom-slider{margin:0 -1.5rem}.product-options .swiper-container{padding-left:1.5rem}}.product__rating{display:flex;gap:.3rem;margin-bottom:1rem}@media all and (min-width: 750px){.product__rating{margin-bottom:1.7rem}}.product__rating .yotpo{margin:.3rem 0 0!important}@media all and (min-width: 990px){.product__rating .yotpo{margin:1rem 0 2rem}}.product__rating .yotpo-stars{margin-right:1rem}.product__rating .yotpo-bottomline{outline:none}.product__rating .text-m{color:var(--color-secondary-text)!important;text-decoration:underline!important;text-underline-offset:.2rem}.product__rating .text-m:hover{color:var(--color-secondary-text)!important}.questions-count{margin:0!important}.questions-count .yotpo-display-wrapper:before{content:"/";display:inline-block;margin:0 .3rem;color:var(--color-secondary-text);font-size:1.3rem}.questions-count .yotpo-display-wrapper:before{margin:0 .9rem 0 .3rem}.questions-count .yotpo-display-wrapper{display:flex}.questions-count .yotpo-icon{display:none}.template-product .section-main-catalog{position:static}.product .yotpo .yotpo-header .yotpo-icon-profile{display:none!important}.yotpo-review.yotpo-regular-box,.yotpo-question.yotpo-regular-box{border:.1rem solid #e5e5e5!important;border-radius:1rem;padding:2rem!important;margin:0}.yotpo-question.yotpo-regular-box{padding:2rem 2rem 0!important}@media all and (min-width: 990px){.yotpo-review.yotpo-regular-box{padding:2rem 3rem 3rem!important}.yotpo-question.yotpo-regular-box{padding:2rem 3rem 0!important}}.yotpo-review.yotpo-regular-box+.yotpo-review.yotpo-regular-box,.yotpo-question.yotpo-regular-box+.yotpo-question.yotpo-regular-box{margin-top:1rem}@media (min-width: 750px){.yotpo-review.yotpo-regular-box+.yotpo-review.yotpo-regular-box,.yotpo-question.yotpo-regular-box+.yotpo-question.yotpo-regular-box{margin-top:2.2rem}}.yotpo-review .label-with-tooltip,.yotpo-questions .label-with-tooltip{border-radius:6rem;padding:.5rem 1rem}@media all and (max-width: 989px){.yotpo-review .label-with-tooltip,.yotpo-questions .label-with-tooltip{margin-top:.7rem}}@media all and (max-width: 749px){.yotpo-review .label-with-tooltip,.yotpo-questions .label-with-tooltip{background:#f4f7f9}}.yotpo .yotpo-comments-box .yotpo-comment-box{padding:0}.yotpo-header.yotpo-store-owner .yotpo-user-name{display:flex;align-items:center;font-weight:700!important;color:#ed2024!important}.yotpo-header.yotpo-store-owner .yotpo-user-name:after{content:"";width:2.6rem;height:2.6rem;margin-left:1rem;background-image:url("data:image/svg+xml,%3Csvg width='26' height='26' viewBox='0 0 26 26' fill='none' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ccircle cx='13' cy='13' r='13' fill='url(%23pattern0)'/%3E%3Cdefs%3E%3Cpattern id='pattern0' patternContentUnits='objectBoundingBox' width='1' height='1'%3E%3Cuse xlink:href='%23image0_408_1579' transform='scale(0.01)'/%3E%3C/pattern%3E%3Cimage id='image0_408_1579' width='100' height='100' xlink:href='data:image/png;base64,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'/%3E%3C/defs%3E%3C/svg%3E%0A");background-repeat:no-repeat;background-position:center;background-size:contain}.yotpo.yotpo-main-widget.yotpo-small .yotpo-review .yotpo-header .yotpo-header-actions,.yotpo.yotpo-main-widget.yotpo-small .yotpo-question .yotpo-header .yotpo-header-actions{display:block!important}.yotpo .yotpo-review .yotpo-header,.yotpo .yotpo-question .yotpo-header{display:flex;justify-content:space-between}@media all and (min-width: 990px){.yotpo .yotpo-review .yotpo-header,.yotpo .yotpo-question .yotpo-header{display:flex;align-items:center}}.product .yotpo-comment-box .yotpo-header-actions .y-label.question-date{display:none!important}@media all and (max-width: 749px){.product .related-videos .slider-button-next,.product .related-posts .slider-button-next{right:0}.product .related-videos .slider-button-prev,.product .related-posts .slider-button-prev{left:0}}.product .related-videos .section-title,.product .reviews-title.section-title{justify-content:flex-start}@media all and (max-width: 989px){.template-product #dummy-chat-button-iframe{display:none!important}}.template-product .main-widget .write-question-review-buttons-container{display:none}.zbackinstock__headings{margin-top:1.5rem}.zbackinstock__headings h3,.zbackinstock__headings .zheading__text{display:none}.product__image-wrap{position:relative}.product__image-badges{display:flex;flex-wrap:wrap-reverse;align-content:flex-start;gap:1rem;height:100%;z-index:1}@media (min-width: 750px){.product__image-badges{position:absolute;top:0;right:0;flex-direction:column}}.product__image-badges-item{display:flex;width:calc((1vw + 1vh)*2);max-width:6rem;min-width:5rem;aspect-ratio:1}.product__image-badges-item img{width:100%;height:auto}.product__additional-suggestions{grid-area:additional-suggestions;margin:0 0 2rem}.product__additional-products{margin:0 0 2rem}.product__additional-products .swiper-container:not(.swiper-container-initialized) .swiper-wrapper{gap:1rem}.product__additional-products .swiper-slide{min-width:14rem;max-width:fit-content}@media screen and (min-width: 750px){.product__additional-products .icon-arrow.circle{width:3rem;height:3rem}}.product__additional-products .slider-button-next{right:.2rem}.product__additional-products .slider-button-prev{left:.2rem}.product__additional-products-title{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:.5rem}.product__additional-products-title .link{font-size:14px}.product__additional-variant{display:flex;flex-direction:column;gap:1rem;border:.1rem solid var(--color-border);border-radius:.4rem;padding:1rem;cursor:zoom-in}.product__additional-variant-image{display:flex;align-items:center;justify-content:center}.product__additional-variant-bottom{display:flex;justify-content:space-between;gap:1rem}.product__additional-variant-title,.product__additional-variant-price{font-size:1.4rem}.product__additional-variant-atc{min-width:4rem;width:4rem}.product__free-gift{grid-area:free-gift;display:flex;align-items:center;gap:2rem;padding:.4rem;background-color:#f2f2f2;border-radius:.6rem;margin-bottom:1rem}@media (min-width: 750px){.product__free-gift{margin-bottom:2rem}}.product__free-gift-img{display:flex;align-items:center;justify-content:center}.product__free-gift-img img{border-radius:.2rem}.product__free-gift-info{display:flex;flex-direction:column;gap:.5rem}.product__free-gift-info button{position:relative}.product__free-gift-text{display:flex;flex-direction:column;color:var(--color-base-text);gap:.5rem}.product__free-gift-title{font-size:1.6rem}.product__free-gift-subtitle{font-size:1.2rem;color:var(--color-secondary-text)}@media all and (min-width: 750px){.product__free-gift-title{font-size:1.8rem;font-weight:600}.product__free-gift-subtitle{font-size:1.4rem}}.product__actions{display:flex;flex-direction:column;gap:1rem;width:100%;margin-top:1.5rem}.product__actions button{font-weight:600}@media (max-width: 749px){.product__reviews .section-title{margin-bottom:1rem}}.product .product__images-container .slider-scrollbar{margin-top:1.5rem}@media (max-width: 749px){.product .product__images-container .slider-scrollbar{display:none}}.product__sidebar-meta{display:flex;justify-content:space-between;gap:2rem}
/*# sourceMappingURL=/s/files/1/2493/3652/t/76/assets/section-main-product.css.map */
