@charset "UTF-8";@font-face{font-family:Playfair Display;font-style:normal;font-weight:400;src:url(PlayfairDisplay-Regular.ttf) format("opentype")}@font-face{font-family:Playfair Display;font-style:normal;font-weight:500;src:url(PlayfairDisplay-Medium.ttf) format("opentype")}@font-face{font-family:Playfair Display;font-style:normal;font-weight:600;src:url(PlayfairDisplay-SemiBold.ttf) format("opentype")}@font-face{font-family:Playfair Display;font-style:normal;font-weight:700;src:url(PlayfairDisplay-Bold.ttf) format("opentype")}@font-face{font-family:Playfair Display;font-style:normal;font-weight:800;src:url(PlayfairDisplay-ExtraBold.ttf) format("opentype")}@font-face{font-family:Inter;font-style:normal;font-weight:400;src:url(Inter_28pt-Regular.ttf) format("opentype")}@font-face{font-family:Inter;font-style:normal;font-weight:500;src:url(Inter_28pt-Medium.ttf) format("opentype")}@font-face{font-family:Inter;font-style:normal;font-weight:600;src:url(Inter_28pt-SemiBold.ttf) format("opentype")}@font-face{font-family:Inter;font-style:normal;font-weight:700;src:url(Inter_28pt-Bold.ttf) format("opentype")}:root{--custom-first-font-family: "Playfair Display";--custom-second-font-family: "Inter";--custom-third-font-family: "";--custom-fourth-font-family: "";--custom-fifth-font-family: "";--custom-sixth-font-family: "";--custom-seventh-font-family: "";--custom-eight-font-family: "";--primary-color: ;--secondary-color: #ffffff;--white-color: ;--black-color: ;--transition-duration: .4s;--transition-timing: linear}.custom-header{width:100%}.custom-header .header-container{display:flex;padding:25px 30px;width:1440px;margin:0 auto}@media only screen and (max-width: 1380px){.custom-header .header-container{width:100%}}@media only screen and (max-width: 1080px){.custom-header .header-container{padding:25px 30px}}@media only screen and (max-width: 900px){.custom-header .header-container{display:none}}.custom-header .header-container .primary-nav{display:flex;gap:24px;align-items:center;flex:1}.custom-header .header-container .primary-nav .primary-item{display:flex;gap:24px;align-items:center;font-family:var(--custom-second-font-family);font-size:14px;font-style:normal;font-weight:500}.custom-header .header-container .logo-container{display:flex;align-items:center;justify-content:center}.custom-header .header-container .secondary-nav{display:flex;gap:8px;align-items:center;flex:1;justify-content:flex-end}.custom-header .header-container .secondary-nav .first-item{background-color:#ededed;border-radius:50%}.custom-header .header-container .secondary-nav .first-item a{width:40px;height:40px;border-radius:50%;display:flex;justify-content:center;align-items:center}.custom-header .header-container .secondary-nav .secondary-item{background-color:#ededed;border-radius:50%}.custom-header .header-container .secondary-nav .secondary-item a{width:40px;height:40px;border-radius:50%;display:flex;justify-content:center;align-items:center}.custom-header .header-container .secondary-nav .third-item{background-color:#ededed;border-radius:50%}.custom-header .header-container .secondary-nav .third-item .third-button{width:40px;height:40px;border-radius:50%;display:flex;justify-content:center;align-items:center}.custom-header .header-container .secondary-nav .third-item .third-button .icon{width:40px;height:40px;display:flex;justify-content:center;align-items:center}.custom-header .header-container-mobile{display:none;padding:0;width:1440px;margin:0 auto}@media only screen and (max-width: 1380px){.custom-header .header-container-mobile{width:100%}}@media only screen and (max-width: 900px){.custom-header .header-container-mobile{display:block;flex-direction:column}}.custom-header .header-container-mobile .logo-container{display:flex;align-items:center;justify-content:center;padding:25px 0}.custom-header .header-container-mobile .nav-container{display:flex;padding:20px 25px}.custom-header .header-container-mobile .nav-container .primary-nav{display:flex;gap:24px;align-items:center;flex:1}@media only screen and (max-width: 450px){.custom-header .header-container-mobile .nav-container .primary-nav{gap:10px}}.custom-header .header-container-mobile .nav-container .primary-nav .primary-item{display:flex;gap:24px;align-items:center;font-family:var(--custom-second-font-family);font-size:14px;font-style:normal;font-weight:500;white-space:nowrap}.custom-header .header-container-mobile .nav-container .secondary-nav{display:flex;gap:8px;align-items:center;flex:1;justify-content:flex-end}.custom-header .header-container-mobile .nav-container .secondary-nav .first-item{background-color:#ededed;border-radius:50%}.custom-header .header-container-mobile .nav-container .secondary-nav .first-item a{width:40px;height:40px;border-radius:50%;display:flex;justify-content:center;align-items:center}.custom-header .header-container-mobile .nav-container .secondary-nav .secondary-item{background-color:#ededed;border-radius:50%}.custom-header .header-container-mobile .nav-container .secondary-nav .secondary-item a{width:40px;height:40px;border-radius:50%;display:flex;justify-content:center;align-items:center}.custom-header .header-container-mobile .nav-container .secondary-nav .third-item{background-color:#ededed;border-radius:50%}.custom-header .header-container-mobile .nav-container .secondary-nav .third-item .third-button{width:40px;height:40px;border-radius:50%;display:flex;justify-content:center;align-items:center}.custom-header .header-container-mobile .nav-container .secondary-nav .third-item .third-button .icon{width:40px;height:40px;display:flex;justify-content:center;align-items:center}.custom-footer{width:100%;background-color:#1c1c1c;color:#fff;margin:0 auto}.custom-footer .custom-footer-container{display:flex;flex-direction:column;padding:64px 27px;width:1440px;margin:0 auto}@media only screen and (max-width: 1380px){.custom-footer .custom-footer-container{width:100%}}@media only screen and (max-width: 900px){.custom-footer .custom-footer-container{padding:40px 25px}}.custom-footer .custom-footer-container .custom-first-row{display:flex;flex-direction:row;justify-content:space-between;padding:8px 0;gap:20px}@media only screen and (max-width: 900px){.custom-footer .custom-footer-container .custom-first-row{flex-direction:column;padding:unset;gap:unset}}.custom-footer .custom-footer-container .custom-first-row .footer-description{gap:13px;display:flex;flex-direction:column}@media only screen and (max-width: 900px){.custom-footer .custom-footer-container .custom-first-row .footer-description{margin-bottom:10px}}.custom-footer .custom-footer-container .custom-first-row .footer-description .logo-footer .logo-img{width:390px;height:25px;object-fit:contain}@media only screen and (max-width: 900px){.custom-footer .custom-footer-container .custom-first-row .footer-description .logo-footer .logo-img{width:350px}}.custom-footer .custom-footer-container .custom-first-row .footer-description .sub-title{font-family:var(--custom-second-font-family);font-size:15px;font-style:normal;font-weight:400;line-height:1em;text-transform:capitalize}.custom-footer .custom-footer-container .custom-first-row .newsletter{gap:5px;display:flex;flex-direction:column}@media only screen and (max-width: 900px){.custom-footer .custom-footer-container .custom-first-row .newsletter{gap:10px;margin-bottom:40px}}.custom-footer .custom-footer-container .custom-first-row .newsletter .newsletter-header{display:flex;flex-direction:row;height:18px;gap:5px}@media only screen and (max-width: 560px){.custom-footer .custom-footer-container .custom-first-row .newsletter .newsletter-header{flex-direction:column;height:100%}}.custom-footer .custom-footer-container .custom-first-row .newsletter .newsletter-header .newsletter-title{font-family:var(--custom-second-font-family);font-size:14px;font-style:normal;font-weight:700;line-height:1.3em}.custom-footer .custom-footer-container .custom-first-row .newsletter .newsletter-header .newsletter-subtitle{color:#757575;font-feature-settings:"dlig" on;font-family:var(--custom-second-font-family);font-size:14px;font-style:normal;font-weight:400;line-height:1.3em}.custom-footer .custom-footer-container .custom-first-row .newsletter-fields{display:flex;flex-direction:row;gap:11px}@media only screen and (max-width: 900px){.custom-footer .custom-footer-container .custom-first-row .newsletter-fields{gap:0px}}.custom-footer .custom-footer-container .custom-first-row .newsletter-fields .newsletter-input{display:flex;background-color:transparent;width:366px;padding:13px 8px 13px 13px;align-items:center;gap:8.486px;align-self:stretch;color:#757575;font-family:var(--custom-second-font-family);font-size:13.577px;font-style:italic;font-weight:400;line-height:normal;height:45px;border:.849px solid #757575}@media only screen and (max-width: 450px){.custom-footer .custom-footer-container .custom-first-row .newsletter-fields .newsletter-input{width:200px}}.custom-footer .custom-footer-container .custom-first-row .newsletter-fields .newsletter-button{color:#fff;font-family:var(--custom-first-font-family);font-size:15px;font-style:normal;font-weight:800;line-height:1em;letter-spacing:.153px;text-transform:uppercase;border:.849px solid #fff;display:flex;height:45px;padding:13px 27px;align-items:center;gap:8px}@media only screen and (max-width: 900px){.custom-footer .custom-footer-container .custom-first-row .newsletter-fields .newsletter-button{display:none}}.custom-footer .custom-footer-container .custom-first-row .newsletter-fields .newsletter-button-mobile{background:#757575;display:none;padding:8px 12px;justify-content:center;align-items:center}@media only screen and (max-width: 900px){.custom-footer .custom-footer-container .custom-first-row .newsletter-fields .newsletter-button-mobile{display:flex}}.custom-footer .custom-footer-container .custom-first-row .newsletter-fields .newsletter-button-mobile svg{width:29px;height:29px;transform:rotate(13.6deg);aspect-ratio:1/1}.custom-footer .custom-second-row{color:#757575;font-family:var(--custom-second-font-family);font-size:15.274px;font-style:normal;font-weight:500;line-height:normal;padding:0 24px}@media only screen and (max-width: 900px){.custom-footer .custom-second-row{padding:unset}}.custom-footer .custom-second-row .custom-second-row-inner{display:flex;flex-direction:row;justify-content:space-between}@media only screen and (max-width: 900px){.custom-footer .custom-second-row .custom-second-row-inner{flex-direction:column}}@media only sceen and (max-width: 1380px){.custom-footer .custom-second-row .custom-second-row-inner{gap:128px}}.custom-footer .custom-second-row .custom-second-row-inner .footer-social{display:flex;flex-direction:column;gap:5px;justify-content:flex-start}@media only screen and (max-width: 900px){.custom-footer .custom-second-row .custom-second-row-inner .footer-social{margin-bottom:40px}}.custom-footer .custom-second-row .custom-second-row-inner .footer-social .social-description p{color:#fafafa;font-family:var(--custom-first-font-family);font-size:20.365px;font-style:normal;font-weight:700;line-height:normal}.custom-footer .custom-second-row .custom-second-row-inner .footer-social .social-list{gap:10}.custom-footer .custom-second-row .custom-second-row-inner .footer-social .social-list .social-media--list{display:flex;gap:10px;color:#fafafa!important}.custom-footer .custom-second-row .custom-second-row-inner .footer-social .social-list .social-media--list .social-media__item a svg{width:38px;height:38px}.custom-footer .custom-second-row .custom-second-row-inner .footer-social .social-list .social-media--list .social-media__item a svg path{fill:#fafafa!important}.custom-footer .custom-second-row .custom-second-row-inner .inner-container{display:flex;flex-direction:row;gap:66px}@media only screen and (max-width: 900px){.custom-footer .custom-second-row .custom-second-row-inner .inner-container{flex-direction:column;gap:10px;margin-bottom:20px}}.custom-footer .custom-second-row .custom-second-row-inner .inner-container .first-menu{display:flex;flex-direction:column;gap:5px}@media (max-width: 900px){.custom-footer .custom-second-row .custom-second-row-inner .inner-container .first-menu .accordion-content{max-height:0;overflow:hidden;transition:max-height .3s ease-out}.custom-footer .custom-second-row .custom-second-row-inner .inner-container .first-menu .accordion-content.open{max-height:500px}.custom-footer .custom-second-row .custom-second-row-inner .inner-container .first-menu .accordion-toggle{cursor:pointer;position:relative}.custom-footer .custom-second-row .custom-second-row-inner .inner-container .first-menu .accordion-toggle:after{content:"\25be";position:absolute;right:10px;transition:transform .3s}.custom-footer .custom-second-row .custom-second-row-inner .inner-container .first-menu .accordion-toggle.active:after{transform:rotate(180deg)}}.custom-footer .custom-second-row .custom-second-row-inner .inner-container .first-menu .footer-links .footer-links-title{color:#fafafa;font-family:var(--custom-first-font-family);font-size:20.365px;font-style:normal;font-weight:700;line-height:normal;padding:8px 0}.custom-footer .custom-second-row .custom-second-row-inner .inner-container .first-menu .footer-links .footer-links-list{display:flex;flex-direction:column;list-style:none;margin-inline-start:unset}.custom-footer .custom-second-row .custom-second-row-inner .inner-container .first-menu .footer-links .footer-links-list li{list-style:none;color:#757575;font-family:var(--custom-second-font-family);font-size:15.274px;font-style:normal;font-weight:500;line-height:normal;display:flex;height:41.579px;flex-direction:column;justify-content:center;align-self:stretch;padding:0}.custom-footer .custom-second-row .custom-second-row-inner .inner-container .second-menu{display:flex;flex-direction:column;gap:5px}@media (max-width: 900px){.custom-footer .custom-second-row .custom-second-row-inner .inner-container .second-menu .accordion-content{max-height:0;overflow:hidden;transition:max-height .3s ease-out}.custom-footer .custom-second-row .custom-second-row-inner .inner-container .second-menu .accordion-content.open{max-height:500px}.custom-footer .custom-second-row .custom-second-row-inner .inner-container .second-menu .accordion-toggle{cursor:pointer;position:relative}.custom-footer .custom-second-row .custom-second-row-inner .inner-container .second-menu .accordion-toggle:after{content:"\25be";position:absolute;right:10px;transition:transform .3s}.custom-footer .custom-second-row .custom-second-row-inner .inner-container .second-menu .accordion-toggle.active:after{transform:rotate(180deg)}}.custom-footer .custom-second-row .custom-second-row-inner .inner-container .second-menu .footer-links .footer-links-title{color:#fafafa;font-family:var(--custom-first-font-family);font-size:20.365px;font-style:normal;font-weight:700;line-height:normal}.custom-footer .custom-second-row .custom-second-row-inner .inner-container .second-menu .footer-links .footer-links-list{display:flex;flex-direction:column;list-style:none;margin-inline-start:unset}.custom-footer .custom-second-row .custom-second-row-inner .inner-container .second-menu .footer-links .footer-links-list li{list-style:none;color:#757575;font-family:var(--custom-second-font-family);font-size:15.274px;font-style:normal;font-weight:500;line-height:normal;display:flex;height:41.579px;flex-direction:column;justify-content:center;align-self:stretch;padding:0}.custom-footer .custom-second-row .custom-second-row-inner .inner-container .text-container .text-title{color:#fafafa;font-family:var(--custom-first-font-family);font-size:20px;font-style:normal;font-weight:700;line-height:normal;padding:8px 0 16px}.custom-footer .custom-second-row .custom-second-row-inner .inner-container .text-container .text-content{color:#757575;font-family:var(--custom-second-font-family);font-size:15px;font-style:normal;font-weight:500;line-height:normal}.custom-footer .custom-last-row{display:flex;flex-direction:row;align-items:center;justify-content:space-between;color:#fff}@media only screen and (max-width: 770px){.custom-footer .custom-last-row{flex-direction:column-reverse;gap:40px;padding-top:40px}}.custom-footer .custom-last-row p{color:#757575;font-feature-settings:"dlig" on;font-family:var(--custom-second-font-family);font-size:14px;font-style:normal;font-weight:500;line-height:100%;letter-spacing:-.704px}.custom-announcement-bar-sections{background-color:#000;color:#fff;overflow:hidden;white-space:nowrap;font-size:14px}.custom-announcement-bar-sections .custom-announcement-bar-container{position:relative;width:100%;height:36px;display:flex;align-items:center}.custom-announcement-bar-sections .custom-announcement-bar-container .carousel-bar{display:flex;width:max-content;animation:scroll 50s linear infinite}.custom-announcement-bar-sections .custom-announcement-bar-container .carousel-bar .carousel-track{display:flex}.custom-announcement-bar-sections .custom-announcement-bar-container .carousel-bar .carousel-track span{margin-right:10px;font-family:var(--custom-second-font-family);font-weight:400;font-size:14px;font-style:normal;text-align:center}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.custom-main-product{padding:40px 20px;display:flex;justify-content:center;background-color:#fff;position:relative}.custom-main-product .custom-main-product-container{max-width:1440px;width:100%}.custom-main-product .custom-main-product-container .custom-row{display:flex;flex-direction:row;gap:40px;justify-content:center}@media only screen and (max-width: 1280px){.custom-main-product .custom-main-product-container .custom-row{flex-direction:column;align-items:center}}.custom-main-product .custom-main-product-container .custom-col{flex:1 1 50%}.custom-main-product .custom-main-product-container .custom-col:nth-child(1){max-width:620px;min-width:500px;width:100%;justify-content:center;display:flex}@media only screen and (max-width: 749px){.custom-main-product .custom-main-product-container .custom-col:nth-child(1){width:100%;min-width:unset;align-items:center}}.custom-main-product .custom-main-product-container .custom-col:nth-child(1) .product-gallery{display:flex;flex-direction:row;gap:20px;height:100%}@media only screen and (max-width: 780px){.custom-main-product .custom-main-product-container .custom-col:nth-child(1) .product-gallery{flex-direction:column-reverse}}.custom-main-product .custom-main-product-container .custom-col:nth-child(1) .product-gallery .gallery-bot-wrap{display:flex;flex-direction:column;width:60px;gap:10px;position:sticky;top:var(--custom-header-height, 0px);will-change:transform;transition:transform .2s ease-out;height:auto!important}@media only screen and (max-width: 780px){.custom-main-product .custom-main-product-container .custom-col:nth-child(1) .product-gallery .gallery-bot-wrap{width:100%;position:unset}}.custom-main-product .custom-main-product-container .custom-col:nth-child(1) .product-gallery .gallery-bot-wrap .sticky-container-bot{position:relative;top:auto}.custom-main-product .custom-main-product-container .custom-col:nth-child(1) .product-gallery .gallery-bot-wrap .sticky-container-bot .gallery-nav{gap:8px;display:flex;flex-direction:column}@media only screen and (max-width: 780px){.custom-main-product .custom-main-product-container .custom-col:nth-child(1) .product-gallery .gallery-bot-wrap .sticky-container-bot .gallery-nav{display:flex;width:100%;flex-direction:row}}.custom-main-product .custom-main-product-container .custom-col:nth-child(1) .product-gallery .gallery-bot-wrap .sticky-container-bot .gallery-nav .gallery-cell{cursor:pointer;border:2px solid transparent;border-radius:4px;background:#f5f5f5;width:60px;height:60px;overflow:hidden}.custom-main-product .custom-main-product-container .custom-col:nth-child(1) .product-gallery .gallery-bot-wrap .sticky-container-bot .gallery-nav .gallery-cell.is-selected{border-color:#000}.custom-main-product .custom-main-product-container .custom-col:nth-child(1) .product-gallery .gallery-bot-wrap .sticky-container-bot .gallery-nav .gallery-cell img{width:100%;height:100%;object-fit:contain;object-position:top}.custom-main-product .custom-main-product-container .custom-col:nth-child(1) .product-gallery .gallery-bot-wrap .sticky-container-bot .gallery-nav .gallery-cell .video-thumb-wrapper{position:relative;width:60px;height:60px}.custom-main-product .custom-main-product-container .custom-col:nth-child(1) .product-gallery .gallery-bot-wrap .sticky-container-bot .gallery-nav .gallery-cell .video-thumb-wrapper .icon-button-video{position:absolute;width:25px;height:25px;top:50%;left:50%;transform:translate(-50%,-50%);background:#fff;border-radius:100px;justify-content:center;display:flex;align-items:center}.custom-main-product .custom-main-product-container .custom-col:nth-child(1) .product-gallery .gallery-bot-wrap .sticky-container-bot .gallery-nav .gallery-cell .video-thumb-wrapper video{width:100%;height:100%;object-fit:contain;object-position:top}.custom-main-product .custom-main-product-container .custom-col:nth-child(1) .product-gallery .gallery-top-wrap{position:sticky;top:var(--custom-header-height, 0px);will-change:transform;transition:transform .2s ease-out;height:auto!important}@media only screen and (max-width: 780px){.custom-main-product .custom-main-product-container .custom-col:nth-child(1) .product-gallery .gallery-top-wrap{width:100%;position:unset}}.custom-main-product .custom-main-product-container .custom-col:nth-child(1) .product-gallery .gallery-top-wrap .sticky-container-top{position:relative;top:auto}.custom-main-product .custom-main-product-container .custom-col:nth-child(1) .product-gallery .gallery-top-wrap .sticky-container-top .zoom-container{position:relative;display:flex;width:534px;height:667px}@media only screen and (max-width: 480px){.custom-main-product .custom-main-product-container .custom-col:nth-child(1) .product-gallery .gallery-top-wrap .sticky-container-top .zoom-container{width:350px;height:499px}}.custom-main-product .custom-main-product-container .custom-col:nth-child(1) .product-gallery .gallery-top-wrap .sticky-container-top .zoom-container .main-image{width:100%;height:100%;object-fit:cover;transition:transform .1s ease-out}.custom-main-product .custom-main-product-container .custom-col:nth-child(1) .product-gallery .gallery-top-wrap .sticky-container-top .zoom-container .main-video{width:100%;height:100%;object-fit:cover;transition:transform .1s ease-out}.custom-main-product .custom-main-product-container .custom-col:nth-child(1) .product-gallery .gallery-top-wrap .sticky-container-top .zoom-container .video-wrapper{position:relative;width:100%;height:100%}.custom-main-product .custom-main-product-container .custom-col:nth-child(1) .product-gallery .gallery-top-wrap .sticky-container-top .zoom-container .custom-video-btn{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:60px;height:60px;border-radius:50%;border:none;font-size:28px;font-weight:700;color:#333;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:opacity .15s ease-out;z-index:5;background-color:#d1d1d166}.custom-main-product .custom-main-product-container .custom-col:nth-child(1) .product-gallery .gallery-top-wrap .sticky-container-top .zoom-container .hover-lens-icon{position:absolute;top:50%;left:50%;width:60px;height:60px;background-image:url(/cdn/shop/files/lens-icon.png);background-size:contain;background-repeat:no-repeat;transform:translate(-50%,-50%);opacity:0;pointer-events:none;transition:opacity .2s ease}.custom-main-product .custom-main-product-container .custom-col:nth-child(1) .product-gallery .gallery-top-wrap .sticky-container-top .zoom-container:hover .hover-lens-icon{opacity:1}.custom-main-product .custom-main-product-container .custom-col:nth-child(1) .product-gallery .gallery-top-wrap .sticky-container-top .zoom-container .button-container{position:absolute;bottom:0;gap:5px;display:flex;padding-left:31px;padding-bottom:23px}@media only screen and (max-width: 450px){.custom-main-product .custom-main-product-container .custom-col:nth-child(1) .product-gallery .gallery-top-wrap .sticky-container-top .zoom-container .button-container{padding-left:10px}}.custom-main-product .custom-main-product-container .custom-col:nth-child(1) .product-gallery .gallery-top-wrap .sticky-container-top .zoom-container .button-container .button-modal .title-button{color:#757575;text-align:right;font-feature-settings:"dlig" on;font-family:Inter;font-size:13px;font-style:normal;font-weight:500;line-height:100%;letter-spacing:-.5px;text-decoration-line:underline;text-decoration-style:solid;text-decoration-skip-ink:auto;text-decoration-thickness:auto;text-underline-offset:auto;text-underline-position:from-font}.custom-main-product .custom-main-product-container .custom-col:nth-child(1) .product-gallery .gallery-top-wrap .sticky-container-top .zoom-container .button-modal{position:absolute;bottom:20px;right:32px;display:flex;flex-direction:row;padding:8px 12px;justify-content:center;align-items:center;gap:4px;border-radius:44px;border:1px solid #FFF;background:#fff}@media only screen and (max-width: 450px){.custom-main-product .custom-main-product-container .custom-col:nth-child(1) .product-gallery .gallery-top-wrap .sticky-container-top .zoom-container .button-modal{right:10px}}.custom-main-product .custom-main-product-container .custom-col:nth-child(1) .product-gallery .gallery-top-wrap .sticky-container-top .zoom-container .button-modal .title-button-img-modal{color:#757575;font-feature-settings:"dlig" on;font-family:Inter;font-size:13px;font-style:normal;font-weight:500;line-height:100%;letter-spacing:-.5px;text-decoration-line:underline;text-decoration-style:solid;text-decoration-skip-ink:auto;text-decoration-thickness:auto;text-underline-offset:auto;text-underline-position:from-font;cursor:pointer}.custom-main-product .custom-main-product-container .custom-col:last-child{display:flex;flex-direction:column;justify-content:flex-start;width:100%;max-width:610px;padding:0 16px;position:relative}@media only screen and (max-width: 500px){.custom-main-product .custom-main-product-container .custom-col:last-child{padding:0}}.custom-main-product .custom-main-product-container .custom-col:last-child .information{padding:16px 0 8px;gap:8px}.custom-main-product .custom-main-product-container .custom-col:last-child .information .product-vendor{color:#757575;font-feature-settings:"dlig" on;font-family:var(--custom-first-font-family);font-size:16px;font-style:normal;font-weight:700;line-height:100%;letter-spacing:1px;text-transform:uppercase;margin-bottom:10px}.custom-main-product .custom-main-product-container .custom-col:last-child .information .product-title{display:flex;flex-direction:row;gap:10px;margin-bottom:10px}.custom-main-product .custom-main-product-container .custom-col:last-child .information .product-title .pack-title{display:flex;padding:8px 10px;justify-content:center;align-items:center;gap:10px;color:#fff;font-family:var(--custom-second-font-family);font-size:18px;font-style:normal;font-weight:700;line-height:100%;text-transform:uppercase;border-radius:3px;background:#141414}.custom-main-product .custom-main-product-container .custom-col:last-child .information .product-title .name-title{color:#141414;font-feature-settings:"dlig" on;font-family:var(--custom-first-font-family);font-size:32px;font-style:normal;font-weight:700;line-height:100%;letter-spacing:1px;text-transform:capitalize}@media only screen and (max-width: 500px){.custom-main-product .custom-main-product-container .custom-col:last-child .information .product-title .name-title{font-size:26px}}.custom-main-product .custom-main-product-container .custom-col:last-child .information .star-rating .jdgm-star{color:#000!important;-webkit-mask-image:unset!important;mask-image:unset!important}.custom-main-product .custom-main-product-container .custom-col:last-child .information .star-rating .jdgm-star.jdgm--on{color:#000!important}.custom-main-product .custom-main-product-container .custom-col:last-child .custom-inner-col{display:flex;flex-direction:row;align-items:baseline;padding:16px 0 8px;gap:10px}.custom-main-product .custom-main-product-container .custom-col:last-child .custom-inner-col .price-inner-container{display:flex;flex-direction:column;gap:5px}.custom-main-product .custom-main-product-container .custom-col:last-child .custom-inner-col .price-inner-container .product-current-price{color:#e32c2b;font-feature-settings:"dlig" on;font-family:var(--custom-second-font-family);font-size:32px;font-style:normal;font-weight:700;line-height:100%}.custom-main-product .custom-main-product-container .custom-col:last-child .custom-inner-col .price-inner-container .product-compare-price{color:#757575;font-feature-settings:"dlig" on;font-family:var(--custom-second-font-family);font-size:18px;font-style:normal;font-weight:500;line-height:100%;text-decoration-line:line-through}.custom-main-product .custom-main-product-container .custom-col:last-child .custom-inner-col .product-discount{background:#ffe4e4;font-size:13px;font-weight:700;padding:3px 8px;border-radius:6px;margin-right:8px;color:#e32c2b;text-align:right;font-feature-settings:"dlig" on;font-family:Inter;font-size:14px;font-style:normal;font-weight:600;line-height:100%;letter-spacing:-.83px}.custom-main-product .custom-main-product-container .custom-col:last-child .pro-shirt{padding:0}.custom-main-product .custom-main-product-container .custom-col:last-child .pro-shirt p{color:#757575;text-align:left;font-feature-settings:"dlig" on;font-family:var(--custom-second-font-family);font-size:18px;font-style:normal;font-weight:500;line-height:100%;letter-spacing:-.5px}.custom-main-product .custom-main-product-container .custom-col:last-child .custom-variation{display:flex;flex-direction:column;gap:16px;padding:16px 0 0}.custom-main-product .custom-main-product-container .custom-col:last-child .custom-variation .text-bundle-container{align-items:center;display:flex;justify-content:space-between}@media only screen and (max-width: 700px){.custom-main-product .custom-main-product-container .custom-col:last-child .custom-variation .text-bundle-container{flex-direction:column;align-items:unset;gap:24px;margin-bottom:20px}}.custom-main-product .custom-main-product-container .custom-col:last-child .custom-variation .text-bundle-container .text-bundle-title{color:#141414;font-feature-settings:"dlig" on;font-family:var(--custom-second-font-family);font-size:20px;font-style:normal;font-weight:700;line-height:23px}.custom-main-product .custom-main-product-container .custom-col:last-child .custom-variation .text-bundle-container .free-shipping-info{display:flex;align-items:center;gap:8px}.custom-main-product .custom-main-product-container .custom-col:last-child .custom-variation .text-bundle-container .free-shipping-info .free-shipping-icon{width:28px;height:16px;aspect-ratio:7/4}.custom-main-product .custom-main-product-container .custom-col:last-child .custom-variation .text-bundle-container .free-shipping-info .free-shipping-text-info{color:#757575;font-feature-settings:"dlig" on;font-family:var(--custom-second-font-family);font-size:16px;font-style:normal;font-weight:500;line-height:100%;letter-spacing:-.83px}@media only screen and (max-width: 480px){.custom-main-product .custom-main-product-container .custom-col:last-child .custom-variation .text-bundle-container{font-size:18px}}.custom-main-product .custom-main-product-container .custom-col:last-child .custom-variation .variation-button{position:relative;width:100%;text-align:left;padding:18px 20px;border:2px solid #e5e5e5;border-radius:12px;background:#fff;color:#121212;font-family:var(--custom-second-font-family);font-size:16px;font-weight:600;line-height:120%;display:flex;justify-content:space-between;align-items:center;cursor:pointer;transition:all .25s ease}.custom-main-product .custom-main-product-container .custom-col:last-child .custom-variation .variation-button .best-deal-info{position:absolute;top:-9px;left:0;padding-left:16px}.custom-main-product .custom-main-product-container .custom-col:last-child .custom-variation .variation-button .best-deal-info .best-deal-inner-container{position:relative}.custom-main-product .custom-main-product-container .custom-col:last-child .custom-variation .variation-button .best-deal-info .best-deal-inner-container .background-svg{width:105px;height:19px;flex-shrink:0}.custom-main-product .custom-main-product-container .custom-col:last-child .custom-variation .variation-button .best-deal-info .best-deal-inner-container .best-deal-text{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff;font-feature-settings:"dlig" on;font-family:var(--custom-second-font-family);font-size:12px;font-weight:500;line-height:100%;white-space:nowrap}.custom-main-product .custom-main-product-container .custom-col:last-child .custom-variation .variation-button .radio-circle{position:absolute;left:16px;top:50%;transform:translateY(-50%);width:18px;height:18px;border:2px solid #e5e5e5;border-radius:50%;background:#fff;transition:all .25s ease}.custom-main-product .custom-main-product-container .custom-col:last-child .custom-variation .variation-button .radio-circle.checked{border-color:#000;background:#000}.custom-main-product .custom-main-product-container .custom-col:last-child .custom-variation .variation-button .bundle-information .upper-text{display:flex;gap:5px}.custom-main-product .custom-main-product-container .custom-col:last-child .custom-variation .variation-button .bundle-information .upper-text .bundle-title{color:#141414;font-feature-settings:"dlig" on;font-family:var(--custom-second-font-family);font-size:20px;font-style:normal;font-weight:700;line-height:100%;letter-spacing:-.83px}@media only screen and (max-width: 480px){.custom-main-product .custom-main-product-container .custom-col:last-child .custom-variation .variation-button .bundle-information .upper-text .bundle-title{font-size:18px}}.custom-main-product .custom-main-product-container .custom-col:last-child .custom-variation .variation-button .bundle-information .upper-text .shipping-text{display:flex;padding:4px 8px;justify-content:center;align-items:center;border-radius:35px;background-color:#757575;gap:7px;color:#fff;font-feature-settings:"dlig" on;font-family:var(--custom-second-font-family);font-size:10px;font-style:normal;font-weight:500;line-height:100%}@media only screen and (max-width: 480px){.custom-main-product .custom-main-product-container .custom-col:last-child .custom-variation .variation-button .bundle-information .upper-text .shipping-text{font-size:8px}}.custom-main-product .custom-main-product-container .custom-col:last-child .custom-variation .variation-button .bundle-information .bottom-text .price-per-item{color:#757575;font-feature-settings:"dlig" on;font-family:var(--custom-second-font-family);font-size:13px;font-style:normal;font-weight:500;line-height:100%;letter-spacing:-.5px}@media only screen and (max-width: 480px){.custom-main-product .custom-main-product-container .custom-col:last-child .custom-variation .variation-button .bundle-information .bottom-text .price-per-item{font-size:11px}}.custom-main-product .custom-main-product-container .custom-col:last-child .custom-variation .variation-button:hover{border-color:#bcbcbc}.custom-main-product .custom-main-product-container .custom-col:last-child .custom-variation .variation-button.active{border-color:#000;background:#f7f7f7}.custom-main-product .custom-main-product-container .custom-col:last-child .custom-variation .variation-button span{font-size:18px;font-weight:700}.custom-main-product .custom-main-product-container .custom-col:last-child .custom-variation .variation-button .price-container{display:flex;align-items:center;gap:6px;flex-direction:row}.custom-main-product .custom-main-product-container .custom-col:last-child .custom-variation .variation-button .price-container .price-inner-container{display:flex;flex-direction:column;gap:6px}.custom-main-product .custom-main-product-container .custom-col:last-child .custom-variation .variation-button .price{font-size:20px;font-weight:800;color:#d10000}@media only screen and (max-width: 480px){.custom-main-product .custom-main-product-container .custom-col:last-child .custom-variation .variation-button .price{font-size:18px}}.custom-main-product .custom-main-product-container .custom-col:last-child .custom-variation .variation-button .compare-price{font-size:14px;text-decoration:line-through;color:#a2a2a2;margin-left:10px}@media only screen and (max-width: 480px){.custom-main-product .custom-main-product-container .custom-col:last-child .custom-variation .variation-button .compare-price{font-size:12px}}.custom-main-product .custom-main-product-container .custom-col:last-child .custom-variation .variation-button .discount{background:#ffe4e4;color:#d10000;font-size:13px;font-weight:700;padding:3px 8px;border-radius:6px;margin-right:8px}@media only screen and (max-width: 480px){.custom-main-product .custom-main-product-container .custom-col:last-child .custom-variation .variation-button .discount{font-size:10px;margin-right:unset}}.custom-main-product .custom-main-product-container .custom-col:last-child .product-color-variant{display:flex;flex-direction:column;gap:5px;padding:16px 0}@media only screen and (max-width: 480px){.custom-main-product .custom-main-product-container .custom-col:last-child .product-color-variant{padding:unset}}.custom-main-product .custom-main-product-container .custom-col:last-child .product-color-variant .text-color{padding:16px 0 8px}.custom-main-product .custom-main-product-container .custom-col:last-child .product-color-variant .text-color .title{color:#141414;font-feature-settings:"dlig" on;font-family:var(--custom-second-font-family);font-size:18px;font-style:normal;font-weight:700;line-height:23px}.custom-main-product .custom-main-product-container .custom-col:last-child .product-color-variant .text-color .color-variant{padding:16px;color:#757575;font-feature-settings:"dlig" on;font-family:var(--custom-second-font-family);font-size:16px;font-style:normal;font-weight:500;line-height:23px}.custom-main-product .custom-main-product-container .custom-col:last-child .product-color-variant .color-variation{display:flex;flex-direction:row;gap:5px;overflow:auto;padding:16px 0 0;scrollbar-width:none;-ms-overflow-style:none}.custom-main-product .custom-main-product-container .custom-col:last-child .product-color-variant .color-variation .color-button{display:flex;height:92px;min-width:70px;justify-content:center;align-items:center;border-radius:6px;border:1.5px solid #E0E0E0;background:#fff;overflow:hidden}.custom-main-product .custom-main-product-container .custom-col:last-child .product-color-variant .color-variation .color-button img{width:100%;height:100%;object-fit:fill;image-rendering:crisp-edges;transform:translateZ(0)}.custom-main-product .custom-main-product-container .custom-col:last-child .product-color-variant .color-variation .color-button.active{border-color:#000;background:#f7f7f7}.custom-main-product .custom-main-product-container .custom-col:last-child .product-variant-size .product-option .size-chart-container{display:flex;flex-direction:row;justify-content:space-between}.custom-main-product .custom-main-product-container .custom-col:last-child .product-variant-size .product-option .size-chart-container .option-label{padding:16px 16px 8px 0;color:#141414;font-feature-settings:"dlig" on;font-family:var(--custom-second-font-family);font-size:18px;font-style:normal;font-weight:700;line-height:23px}.custom-main-product .custom-main-product-container .custom-col:last-child .product-variant-size .product-option .size-chart-container .size-chart{padding:16px 0 8px 16px;display:flex;flex-direction:row;gap:5px}.custom-main-product .custom-main-product-container .custom-col:last-child .product-variant-size .product-option .size-chart-container .size-chart .open-sizechart{color:#141414;font-feature-settings:"dlig" on;font-family:Inter;font-size:16px;font-style:normal;font-weight:500;line-height:100%;letter-spacing:-.83px;text-decoration-line:underline;text-decoration-style:solid;text-decoration-skip-ink:auto;text-decoration-thickness:auto;text-underline-offset:auto;text-underline-position:from-font;cursor:pointer}.custom-main-product .custom-main-product-container .custom-col:last-child .product-variant-size .product-option .size-options{display:flex;padding:16px 0;flex-direction:row;align-items:flex-start;gap:10px}.custom-main-product .custom-main-product-container .custom-col:last-child .product-variant-size .product-option .size-options button{width:45px;height:45px;border-radius:8px;border:1px solid #E0E0E0;background:#fff;padding:10px;color:#141414;text-align:center;font-feature-settings:"dlig" on;font-family:var(--custom-second-font-family);font-size:14px;font-style:normal;font-weight:500;line-height:21px}.custom-main-product .custom-main-product-container .custom-col:last-child .product-variant-size .product-option .size-options button.selected{border:2px solid #141414;background-color:#f5f5f5}.custom-main-product .custom-main-product-container .custom-col:last-child .product-variant-size .product-option .size-options button.unavailable{position:relative;opacity:.4;pointer-events:none}.custom-main-product .custom-main-product-container .custom-col:last-child .product-variant-size .product-option .size-options button.unavailable:after{content:"SOLD OUT";display:flex;width:47px;height:14px;justify-content:center;align-items:center;flex-shrink:0;position:absolute;top:-10px;left:50%;transform:translate(-50%);border-radius:14px;background:#555;padding:2px 6px;white-space:nowrap;color:#fff;font-feature-settings:"dlig" on;font-family:var(--custom-second-font-family);font-size:8px;font-style:normal;font-weight:500;line-height:100%}.custom-main-product .custom-main-product-container .custom-col:last-child .item-left{padding:0}.custom-main-product .custom-main-product-container .custom-col:last-child .item-left .text-left{color:#e32c2b;font-feature-settings:"dlig" on;font-family:var(--custom-second-font-family);font-size:16px;font-style:normal;font-weight:500;line-height:23px}.custom-main-product .custom-main-product-container .custom-col:last-child .custom-button-container{padding:16px 0}@media only screen and (max-width: 768px){.custom-main-product .custom-main-product-container .custom-col:last-child .custom-button-container{display:none}}.custom-main-product .custom-main-product-container .custom-col:last-child .custom-button-container .custom-button-row{display:flex;align-items:flex-start;gap:8px;align-self:stretch}.custom-main-product .custom-main-product-container .custom-col:last-child .custom-button-container .custom-button-row .button--add-to-cart{--initial-gradient: linear-gradient( #ffffff, #ffffff);--hover-gradient: linear-gradient( #000000, #000000);--initial-background-position: 100% 0% ;--hover-background-position: 0% 0% ;display:inline-flex;justify-content:center;align-items:center;gap:10px;padding:16px 0;height:52px;flex:1;cursor:pointer;border:1px solid #000;background-color:transparent;background-image:var(--initial-gradient),var(--hover-gradient);background-size:101% 101%,101% 101%;background-position:var(--initial-background-position);background-repeat:no-repeat;transition:background-size .45s cubic-bezier(.785,.135,.15,.86),background-position .45s step-end,color .45s cubic-bezier(.785,.135,.15,.86),border .45s cubic-bezier(.785,.135,.15,.86)}.custom-main-product .custom-main-product-container .custom-col:last-child .custom-button-container .custom-button-row .button--add-to-cart .label{color:#000;font-family:var(--custom-first-font-family);font-size:18px;font-weight:800;letter-spacing:.18px;text-transform:uppercase;transition:color .45s cubic-bezier(.785,.135,.15,.86);position:relative;z-index:2}.custom-main-product .custom-main-product-container .custom-col:last-child .custom-button-container .custom-button-row .button--add-to-cart:hover{color:#fff;border-color:#f8f8f8;background-position:var(--hover-background-position);background-size:0 101%,101% 101%}.custom-main-product .custom-main-product-container .custom-col:last-child .custom-button-container .custom-button-row .button--add-to-cart:hover .label{color:#fff}.custom-main-product .custom-main-product-container .custom-col:last-child .custom-button-container .custom-button-row .button--buy-now{--initial-gradient: linear-gradient(#000, #000);--hover-gradient: linear-gradient(#FFF, #FFF);--initial-background-position: 100% 0%;--hover-background-position: 0% 0%;display:inline-flex;justify-content:center;align-items:center;gap:10px;padding:16px 0;height:52px;flex:1;cursor:pointer;border:1px solid #000;background-color:transparent;background-image:var(--initial-gradient),var(--hover-gradient);background-size:101% 101%,0 101%;background-position:var(--initial-background-position);background-repeat:no-repeat;transition:background-size .45s cubic-bezier(.785,.135,.15,.86),background-position .45s step-end,color .45s cubic-bezier(.785,.135,.15,.86),border .45s cubic-bezier(.785,.135,.15,.86)}.custom-main-product .custom-main-product-container .custom-col:last-child .custom-button-container .custom-button-row .button--buy-now .label{color:#fff;font-family:var(--custom-first-font-family);font-size:18px;font-weight:800;letter-spacing:.18px;text-transform:uppercase;transition:color .45s cubic-bezier(.785,.135,.15,.86);position:relative;z-index:2}.custom-main-product .custom-main-product-container .custom-col:last-child .custom-button-container .custom-button-row .button--buy-now:hover{color:#000;border-color:#000;background-position:var(--hover-background-position);background-size:0 101%,101% 101%}.custom-main-product .custom-main-product-container .custom-col:last-child .custom-button-container .custom-button-row .button--buy-now:hover .label{color:#000}.custom-main-product .custom-main-product-container .custom-col:last-child .payment-icon{display:flex;flex-direction:row;gap:5px;padding:16px 0;align-items:center}@media only screen and (max-width: 580px){.custom-main-product .custom-main-product-container .custom-col:last-child .payment-icon{flex-direction:column}}.custom-main-product .custom-main-product-container .custom-col:last-child .payment-icon .payment-icon-text{color:#757575;font-feature-settings:"dlig" on;font-family:var(--custom-second-font-family);font-size:16px;font-style:normal;font-weight:500;line-height:100%;letter-spacing:-.83px}@media only screen and (max-width: 480px){.custom-main-product .custom-main-product-container .custom-col:last-child .payment-icon .payment-icon-text{display:none}}.custom-main-product .custom-main-product-container .custom-col:last-child .payment-icon .payment-icon-container{display:flex}.custom-main-product .custom-main-product-container .custom-col:last-child .payment-icon .payment-icon-container .PaymentIcons ul{gap:5px!important;padding:5px!important}.custom-main-product .custom-main-product-container .custom-col:last-child .payment-icon .payment-icon-container .PaymentIcons ul li svg{width:47px;height:30px}.custom-main-product .custom-main-product-container .custom-col:last-child .information-icon{flex-direction:row;display:flex;padding:16px 0;align-items:center;flex:1 0 0;border-radius:4px;border:1px solid #E0E0E0}.custom-main-product .custom-main-product-container .custom-col:last-child .information-icon .first-icon{display:flex;padding:12px 16px;justify-content:center;align-items:center;gap:10px;flex:1 0 0}@media only screen and (max-width: 480px){.custom-main-product .custom-main-product-container .custom-col:last-child .information-icon .first-icon{padding:12px 6px}}.custom-main-product .custom-main-product-container .custom-col:last-child .information-icon .first-icon .icon-logo{width:27px;height:27px}.custom-main-product .custom-main-product-container .custom-col:last-child .information-icon .first-icon .icon-text{color:#141414;font-feature-settings:"dlig" on;font-family:var(--custom-second-font-family);font-size:14px;font-style:normal;font-weight:500;line-height:120%}.custom-main-product .custom-main-product-container .custom-col:last-child .information-icon .second-icon{display:flex;padding:12px 16px;justify-content:center;align-items:center;gap:10px;flex:1 0 0;border:1px solid #E0E0E0;border-top:none;border-bottom:none}@media only screen and (max-width: 480px){.custom-main-product .custom-main-product-container .custom-col:last-child .information-icon .second-icon{padding:12px 8px}}.custom-main-product .custom-main-product-container .custom-col:last-child .information-icon .second-icon .icon-logo{width:27px;height:27px}.custom-main-product .custom-main-product-container .custom-col:last-child .information-icon .second-icon .icon-text{color:#141414;font-feature-settings:"dlig" on;font-family:var(--custom-second-font-family);font-size:14px;font-style:normal;font-weight:500;line-height:120%}.custom-main-product .custom-main-product-container .custom-col:last-child .information-icon .third-icon{display:flex;padding:12px 16px;justify-content:center;align-items:center;gap:10px;flex:1 0 0}@media only screen and (max-width: 480px){.custom-main-product .custom-main-product-container .custom-col:last-child .information-icon .third-icon{padding:12px 6px}}.custom-main-product .custom-main-product-container .custom-col:last-child .information-icon .third-icon .icon-logo{width:27px;height:27px}.custom-main-product .custom-main-product-container .custom-col:last-child .information-icon .third-icon .icon-text{color:#141414;font-feature-settings:"dlig" on;font-family:var(--custom-second-font-family);font-size:14px;font-style:normal;font-weight:500;line-height:120%}.custom-main-product .custom-main-product-container .custom-col:last-child .divider{margin-top:16px;margin-bottom:16px}.custom-main-product .custom-main-product-container .custom-col:last-child .information-icon-2{display:flex;padding:16px 0;align-items:flex-start;gap:8px;align-self:stretch}@media only screen and (max-width: 700px){.custom-main-product .custom-main-product-container .custom-col:last-child .information-icon-2{flex-direction:column}}.custom-main-product .custom-main-product-container .custom-col:last-child .information-icon-2 .first-icon{display:flex;padding:16px;justify-content:center;align-items:center;flex:1 0 0;align-self:stretch;min-width:285px;border-radius:4px;border:1px solid #E0E0E0;background:#fff}.custom-main-product .custom-main-product-container .custom-col:last-child .information-icon-2 .first-icon .icon-logo{width:72px;height:73px;aspect-ratio:72/73}.custom-main-product .custom-main-product-container .custom-col:last-child .information-icon-2 .first-icon .icon-text{padding:0 16px;gap:4px}.custom-main-product .custom-main-product-container .custom-col:last-child .information-icon-2 .first-icon .icon-text .title-text{color:#141414;text-align:center;font-feature-settings:"dlig" on;font-family:var(--custom-second-font-family);font-size:16px;font-style:normal;font-weight:700;line-height:23px;text-transform:capitalize}.custom-main-product .custom-main-product-container .custom-col:last-child .information-icon-2 .first-icon .icon-text .subtitle-text{color:#757575;font-feature-settings:"dlig" on;font-family:var(--custom-second-font-family);font-size:12px;font-style:normal;font-weight:500;line-height:120%;text-align:center}.custom-main-product .custom-main-product-container .custom-col:last-child .information-icon-2 .second-icon{display:flex;padding:16px;justify-content:center;align-items:center;flex:1 0 0;align-self:stretch;min-width:285px;border-radius:4px;border:1px solid #E0E0E0;background:#fff}.custom-main-product .custom-main-product-container .custom-col:last-child .information-icon-2 .second-icon .icon-logo{width:109px;height:73px;aspect-ratio:109/73}.custom-main-product .custom-main-product-container .custom-col:last-child .information-icon-2 .second-icon .icon-text{padding:0 16px;gap:4px}.custom-main-product .custom-main-product-container .custom-col:last-child .information-icon-2 .second-icon .icon-text .title-text{color:#141414;text-align:center;font-feature-settings:"dlig" on;font-family:var(--custom-second-font-family);font-size:16px;font-style:normal;font-weight:700;line-height:23px;text-transform:capitalize;white-space:nowrap}.custom-main-product .custom-main-product-container .custom-col:last-child .information-icon-2 .second-icon .icon-text .subtitle-text{color:#757575;font-feature-settings:"dlig" on;font-family:var(--custom-second-font-family);font-size:12px;font-style:normal;font-weight:500;line-height:120%;text-align:center}.custom-main-product .custom-main-product-container .modal-overlay-size-chart{display:none;opacity:0;position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;align-items:center;justify-content:center;padding:20px;z-index:9999;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.custom-main-product .custom-main-product-container .modal-overlay-size-chart.active{display:flex;visibility:visible;opacity:1}.custom-main-product .custom-main-product-container .modal-overlay-size-chart .modal-content{background:#fff;width:100%;max-width:600px;padding:30px;border-radius:12px;position:relative;max-height:85vh;overflow-y:auto;animation:fadeInUp .25s ease-out}.custom-main-product .custom-main-product-container .modal-overlay-size-chart .modal-content h2{margin-bottom:16px;font-size:24px;font-weight:700;text-align:center}.custom-main-product .custom-main-product-container .modal-overlay-size-chart .modal-content table{width:100%;border-collapse:collapse;margin-top:15px}.custom-main-product .custom-main-product-container .modal-overlay-size-chart .modal-content table th,.custom-main-product .custom-main-product-container .modal-overlay-size-chart .modal-content table td{padding:8px 10px;border:1px solid #ddd;text-align:center}.custom-main-product .custom-main-product-container .modal-overlay-size-chart .modal-content table th{background:#f5f5f5;font-weight:600}.custom-main-product .custom-main-product-container .modal-overlay-size-chart .modal-content .modal-close{position:absolute;top:12px;right:12px;background:#000;color:#fff;padding:6px 14px;border-radius:5px;cursor:pointer;font-size:14px;border:none;transition:.2s}.custom-main-product .custom-main-product-container .modal-overlay-size-chart .modal-content .modal-close:hover{background:#333}@keyframes fadeInUp{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 600px){.custom-main-product .custom-main-product-container .modal-overlay{padding:0}.custom-main-product .custom-main-product-container .modal-overlay .modal-content{width:100%;height:100vh;max-height:100vh;border-radius:0;padding:20px}}.custom-main-product .custom-main-product-container .modal-overlay-img{display:none;opacity:0;position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;align-items:center;justify-content:center;padding:20px;z-index:9999;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.custom-main-product .custom-main-product-container .modal-overlay-img.active{display:flex;visibility:visible;opacity:1}.custom-main-product .custom-main-product-container .modal-overlay-img .modal-content{background:#f5f5f5;width:100%;max-width:600px;padding:30px;border-radius:12px;position:relative;max-height:85vh;overflow-y:auto;animation:fadeInUp .25s ease-out}@media only screen and (max-width: 600px){.custom-main-product .custom-main-product-container .modal-overlay-img .modal-content .modal-desktop-container{display:none}}.custom-main-product .custom-main-product-container .modal-overlay-img .modal-content .modal-desktop-container .title-modal{color:#1c0d12;text-align:center;font-feature-settings:"dlig" on;font-family:var(--custom-second-font-family);font-size:21.818px;font-style:normal;font-weight:500;line-height:32.727px;margin-bottom:16px;display:flex;flex-direction:column;gap:5px}.custom-main-product .custom-main-product-container .modal-overlay-img .modal-content .modal-desktop-container .title-modal .title-text{color:#1c0d12;text-align:center;font-feature-settings:"dlig" on;font-family:var(--custom-second-font-family);font-size:21.818px;font-style:normal;font-weight:500;line-height:32.727px}.custom-main-product .custom-main-product-container .modal-overlay-img .modal-content .modal-desktop-container .title-modal .logo-title-container{display:flex;align-items:center;justify-content:center}.custom-main-product .custom-main-product-container .modal-overlay-img .modal-content .modal-desktop-container .title-modal .logo-title-container img{width:390.79px;height:23.98px;flex-shrink:0;aspect-ratio:390.79/23.98}@media only screen and (max-width: 480px){.custom-main-product .custom-main-product-container .modal-overlay-img .modal-content .modal-desktop-container .title-modal .logo-title-container img{width:207.861px;height:12.77px;flex-shrink:0}}.custom-main-product .custom-main-product-container .modal-overlay-img .modal-content .modal-desktop-container .title-modal .subtitle{color:#1c0d12;text-align:center;font-feature-settings:"dlig" on;font-family:var(--custom-second-font-family);font-size:21.818px;font-style:normal;font-weight:500;line-height:32.727px}.custom-main-product .custom-main-product-container .modal-overlay-img .modal-content .modal-desktop-container .first-container-info{display:flex;flex-direction:column;align-items:flex-start;align-self:stretch;border-radius:10px;border:1px solid #E6E6E6;overflow:hidden;max-width:517px;margin-bottom:34px}.custom-main-product .custom-main-product-container .modal-overlay-img .modal-content .modal-desktop-container .first-container-info .image-container img{max-width:unset!important;width:100%!important}.custom-main-product .custom-main-product-container .modal-overlay-img .modal-content .modal-desktop-container .first-container-info .text-container{display:flex;padding:21.818px;flex-direction:column;gap:16.364px;align-self:stretch;background:#fff}.custom-main-product .custom-main-product-container .modal-overlay-img .modal-content .modal-desktop-container .first-container-info .text-container .title{color:#0d121c;font-feature-settings:"dlig" on;font-family:var(--custom-second-font-family);font-size:24.545px;font-style:normal;font-weight:700;line-height:24.958px}@media only screen and (max-width: 480px){.custom-main-product .custom-main-product-container .modal-overlay-img .modal-content .modal-desktop-container .first-container-info .text-container .title{font-size:20px}}.custom-main-product .custom-main-product-container .modal-overlay-img .modal-content .modal-desktop-container .first-container-info .text-container p{color:#757575;font-feature-settings:"dlig" on;font-family:var(--custom-second-font-family);font-size:16px;font-style:normal;font-weight:500;line-height:130%}.custom-main-product .custom-main-product-container .modal-overlay-img .modal-content .modal-desktop-container .first-container-info .text-container p strong{color:#141414;font-feature-settings:"dlig" on;font-family:var(--custom-second-font-family);font-size:16px;font-style:normal;font-weight:700;line-height:130%}.custom-main-product .custom-main-product-container .modal-overlay-img .modal-content .modal-desktop-container .second-container-info{display:flex;flex-direction:column;align-items:flex-start;align-self:stretch;border-radius:10px;border:1px solid #E6E6E6;overflow:hidden;max-width:517px;margin-bottom:34px}.custom-main-product .custom-main-product-container .modal-overlay-img .modal-content .modal-desktop-container .second-container-info .image-container img{max-width:unset!important;width:100%!important}.custom-main-product .custom-main-product-container .modal-overlay-img .modal-content .modal-desktop-container .second-container-info .text-container{display:flex;padding:21.818px;flex-direction:column;gap:16.364px;align-self:stretch;background:#fff}.custom-main-product .custom-main-product-container .modal-overlay-img .modal-content .modal-desktop-container .second-container-info .text-container .title{color:#0d121c;font-feature-settings:"dlig" on;font-family:var(--custom-second-font-family);font-size:24.545px;font-style:normal;font-weight:700;line-height:24.958px}@media only screen and (max-width: 480px){.custom-main-product .custom-main-product-container .modal-overlay-img .modal-content .modal-desktop-container .second-container-info .text-container .title{font-size:20px}}.custom-main-product .custom-main-product-container .modal-overlay-img .modal-content .modal-desktop-container .second-container-info .text-container p{color:#757575;font-feature-settings:"dlig" on;font-family:var(--custom-second-font-family);font-size:16px;font-style:normal;font-weight:500;line-height:130%}.custom-main-product .custom-main-product-container .modal-overlay-img .modal-content .modal-desktop-container .second-container-info .text-container p strong{color:#141414;font-feature-settings:"dlig" on;font-family:var(--custom-second-font-family);font-size:16px;font-style:normal;font-weight:700;line-height:130%}.custom-main-product .custom-main-product-container .modal-overlay-img .modal-content .modal-desktop-container .third-container-info{display:flex;flex-direction:column;align-items:flex-start;align-self:stretch;border-radius:10px;border:1px solid #E6E6E6;overflow:hidden;max-width:517px;margin-bottom:34px}.custom-main-product .custom-main-product-container .modal-overlay-img .modal-content .modal-desktop-container .third-container-info .image-container img{max-width:unset!important;width:100%!important}.custom-main-product .custom-main-product-container .modal-overlay-img .modal-content .modal-desktop-container .third-container-info .text-container{display:flex;padding:21.818px;flex-direction:column;gap:16.364px;align-self:stretch;background:#fff}.custom-main-product .custom-main-product-container .modal-overlay-img .modal-content .modal-desktop-container .third-container-info .text-container .title{color:#0d121c;font-feature-settings:"dlig" on;font-family:var(--custom-second-font-family);font-size:24.545px;font-style:normal;font-weight:700;line-height:24.958px}@media only screen and (max-width: 480px){.custom-main-product .custom-main-product-container .modal-overlay-img .modal-content .modal-desktop-container .third-container-info .text-container .title{font-size:20px}}.custom-main-product .custom-main-product-container .modal-overlay-img .modal-content .modal-desktop-container .third-container-info .text-container p{color:#757575;font-feature-settings:"dlig" on;font-family:var(--custom-second-font-family);font-size:16px;font-style:normal;font-weight:500;line-height:130%}.custom-main-product .custom-main-product-container .modal-overlay-img .modal-content .modal-desktop-container .third-container-info .text-container p strong{color:#141414;font-feature-settings:"dlig" on;font-family:var(--custom-second-font-family);font-size:16px;font-style:normal;font-weight:700;line-height:130%}.custom-main-product .custom-main-product-container .modal-overlay-img .modal-content .modal-desktop-container table{width:100%;border-collapse:collapse;margin-top:15px}.custom-main-product .custom-main-product-container .modal-overlay-img .modal-content .modal-desktop-container table th,.custom-main-product .custom-main-product-container .modal-overlay-img .modal-content .modal-desktop-container table td{padding:8px 10px;border:1px solid #ddd;text-align:center}.custom-main-product .custom-main-product-container .modal-overlay-img .modal-content .modal-desktop-container table th{background:#f5f5f5;font-weight:600}.custom-main-product .custom-main-product-container .modal-overlay-img .modal-content .modal-mobile-container{display:none}@media only screen and (max-width: 600px){.custom-main-product .custom-main-product-container .modal-overlay-img .modal-content .modal-mobile-container{display:block}}.custom-main-product .custom-main-product-container .modal-overlay-img .modal-content .modal-mobile-container .carousel-wrapper{width:100%;overflow:hidden}.custom-main-product .custom-main-product-container .modal-overlay-img .modal-content .modal-mobile-container .carousel-track-modal-content{display:flex;flex-direction:column;width:100%}.custom-main-product .custom-main-product-container .modal-overlay-img .modal-content .modal-mobile-container .title-modal{color:#1c0d12;text-align:center;font-feature-settings:"dlig" on;font-family:var(--custom-second-font-family);font-size:21.818px;font-weight:500;line-height:32.727px;margin-bottom:16px}.custom-main-product .custom-main-product-container .modal-overlay-img .modal-content .modal-mobile-container .title-modal .title-text{font-size:21.818px;font-weight:500}.custom-main-product .custom-main-product-container .modal-overlay-img .modal-content .modal-mobile-container .title-modal .logo-title-container{display:flex;justify-content:center}.custom-main-product .custom-main-product-container .modal-overlay-img .modal-content .modal-mobile-container .title-modal .logo-title-container img{width:207px;height:auto}.custom-main-product .custom-main-product-container .modal-overlay-img .modal-content .modal-mobile-container .carousel-wrapper-inner{display:flex;transition:transform .35s ease;width:100%}.custom-main-product .custom-main-product-container .modal-overlay-img .modal-content .modal-mobile-container .carousel-slide{width:100%;flex-shrink:0;padding:20px;box-sizing:border-box;height:455px}.custom-main-product .custom-main-product-container .modal-overlay-img .modal-content .modal-mobile-container .carousel-slide .first-container-info,.custom-main-product .custom-main-product-container .modal-overlay-img .modal-content .modal-mobile-container .carousel-slide .second-container-info,.custom-main-product .custom-main-product-container .modal-overlay-img .modal-content .modal-mobile-container .carousel-slide .third-container-info{display:flex;flex-direction:column;border-radius:10px;border:1px solid #E6E6E6;overflow:hidden;background:#fff;margin-bottom:34px;height:100%}.custom-main-product .custom-main-product-container .modal-overlay-img .modal-content .modal-mobile-container .carousel-slide .first-container-info .image-container img,.custom-main-product .custom-main-product-container .modal-overlay-img .modal-content .modal-mobile-container .carousel-slide .second-container-info .image-container img,.custom-main-product .custom-main-product-container .modal-overlay-img .modal-content .modal-mobile-container .carousel-slide .third-container-info .image-container img{width:100%!important}@media only screen and (max-width: 600px){.custom-main-product .custom-main-product-container .modal-overlay-img .modal-content .modal-mobile-container .carousel-slide .first-container-info .image-container img,.custom-main-product .custom-main-product-container .modal-overlay-img .modal-content .modal-mobile-container .carousel-slide .second-container-info .image-container img,.custom-main-product .custom-main-product-container .modal-overlay-img .modal-content .modal-mobile-container .carousel-slide .third-container-info .image-container img{height:220px!important;object-fit:cover}}.custom-main-product .custom-main-product-container .modal-overlay-img .modal-content .modal-mobile-container .carousel-slide .first-container-info .text-container,.custom-main-product .custom-main-product-container .modal-overlay-img .modal-content .modal-mobile-container .carousel-slide .second-container-info .text-container,.custom-main-product .custom-main-product-container .modal-overlay-img .modal-content .modal-mobile-container .carousel-slide .third-container-info .text-container{padding:16px;display:flex;flex-direction:column;gap:12px;flex-grow:1}.custom-main-product .custom-main-product-container .modal-overlay-img .modal-content .modal-mobile-container .carousel-slide .first-container-info .text-container .title,.custom-main-product .custom-main-product-container .modal-overlay-img .modal-content .modal-mobile-container .carousel-slide .second-container-info .text-container .title,.custom-main-product .custom-main-product-container .modal-overlay-img .modal-content .modal-mobile-container .carousel-slide .third-container-info .text-container .title{color:#0d121c;font-family:var(--custom-second-font-family);font-size:18px;font-weight:700}.custom-main-product .custom-main-product-container .modal-overlay-img .modal-content .modal-mobile-container .carousel-slide .first-container-info .text-container p,.custom-main-product .custom-main-product-container .modal-overlay-img .modal-content .modal-mobile-container .carousel-slide .second-container-info .text-container p,.custom-main-product .custom-main-product-container .modal-overlay-img .modal-content .modal-mobile-container .carousel-slide .third-container-info .text-container p{color:#757575;font-size:14px;font-weight:500;line-height:130%}.custom-main-product .custom-main-product-container .modal-overlay-img .modal-content .modal-mobile-container .carousel-slide .first-container-info .text-container p strong,.custom-main-product .custom-main-product-container .modal-overlay-img .modal-content .modal-mobile-container .carousel-slide .second-container-info .text-container p strong,.custom-main-product .custom-main-product-container .modal-overlay-img .modal-content .modal-mobile-container .carousel-slide .third-container-info .text-container p strong{color:#141414;font-weight:700}.custom-main-product .custom-main-product-container .modal-overlay-img .modal-content .modal-mobile-container .carousel-nav{margin-top:10px;display:flex;justify-content:center;gap:8px}.custom-main-product .custom-main-product-container .modal-overlay-img .modal-content .modal-mobile-container .carousel-nav .carousel-dot{width:8px;height:8px;background:#ccc;border-radius:50%;transition:background .2s}.custom-main-product .custom-main-product-container .modal-overlay-img .modal-content .modal-mobile-container .carousel-nav .carousel-dot.active{background:#000}.custom-main-product .custom-main-product-container .modal-overlay-img .modal-content .modal-close{position:absolute;top:12px;right:12px;background:#000;color:#fff;padding:6px 14px;border-radius:5px;cursor:pointer;font-size:14px;border:none;transition:.2s}.custom-main-product .custom-main-product-container .modal-overlay-img .modal-content .modal-close:hover{background:#333}.custom-button-container-mobile{padding:16px 0;display:none}@media only screen and (max-width: 768px){.custom-button-container-mobile{position:fixed;bottom:0;left:0;right:0;width:100%;background:#fff;padding:5px 16px;z-index:2;display:block}}.custom-button-container-mobile .custom-button-row{display:flex;align-items:flex-start;gap:8px;align-self:stretch}.custom-button-container-mobile .custom-button-row .button--add-to-cart{--initial-gradient: linear-gradient( #ffffff, #ffffff);--hover-gradient: linear-gradient( #000000, #000000);--initial-background-position: 100% 0% ;--hover-background-position: 0% 0% ;display:inline-flex;justify-content:center;align-items:center;gap:10px;padding:16px 0;height:52px;cursor:pointer;border:1px solid #000;background-color:transparent;background-image:var(--initial-gradient),var(--hover-gradient);background-size:101% 101%,101% 101%;background-position:var(--initial-background-position);background-repeat:no-repeat;transition:background-size .45s cubic-bezier(.785,.135,.15,.86),background-position .45s step-end,color .45s cubic-bezier(.785,.135,.15,.86),border .45s cubic-bezier(.785,.135,.15,.86)}.custom-button-container-mobile .custom-button-row .button--add-to-cart .label{color:#000;font-family:var(--custom-first-font-family);font-size:18px;font-weight:800;letter-spacing:.18px;text-transform:uppercase;transition:color .45s cubic-bezier(.785,.135,.15,.86);position:relative;z-index:2}.custom-button-container-mobile .custom-button-row .button--buy-now{--initial-gradient: linear-gradient(#000, #000);--hover-gradient: linear-gradient(#FFF, #FFF);--initial-background-position: 100% 0%;--hover-background-position: 0% 0%;display:inline-flex;justify-content:center;align-items:center;gap:10px;padding:16px 0;height:52px;flex:1;cursor:pointer;border:1px solid #000;background-color:transparent;background-image:var(--initial-gradient),var(--hover-gradient);background-size:101% 101%,0 101%;background-position:var(--initial-background-position);background-repeat:no-repeat;transition:background-size .45s cubic-bezier(.785,.135,.15,.86),background-position .45s step-end,color .45s cubic-bezier(.785,.135,.15,.86),border .45s cubic-bezier(.785,.135,.15,.86)}.custom-button-container-mobile .custom-button-row .button--buy-now .label{color:#fff;font-family:var(--custom-first-font-family);font-size:18px;font-weight:800;letter-spacing:.18px;text-transform:uppercase;transition:color .45s cubic-bezier(.785,.135,.15,.86);position:relative;z-index:2}.product-information-section .product-information-container{padding:40px 32px}@media only screen and (max-width: 440px){.product-information-section .product-information-container{padding:unset}}.product-information-section .product-information-container .information-row-1{display:flex;justify-content:space-between;width:100%;max-width:1230px;margin:0 auto;padding:32px;border-radius:8px;background:#f5f5f5}@media only screen and (max-width: 1180px){.product-information-section .product-information-container .information-row-1{flex-direction:column-reverse;align-items:center;margin-bottom:60px}}@media only screen and (max-width: 440px){.product-information-section .product-information-container .information-row-1{padding:24px}}.product-information-section .product-information-container .information-row-1 .information-details{width:600px}@media only screen and (max-width: 800px){.product-information-section .product-information-container .information-row-1 .information-details{width:100%}}.product-information-section .product-information-container .information-row-1 .information-details .title{color:#141414;font-feature-settings:"dlig" on;font-family:var(--custom-first-font-family);font-size:24px;font-style:normal;font-weight:800;line-height:100%;letter-spacing:1px;text-transform:uppercase}.product-information-section .product-information-container .information-row-1 .information-details .description{padding:32px 16px;gap:7px;display:flex;flex-direction:column}.product-information-section .product-information-container .information-row-1 .information-details .description span{color:#141414;font-feature-settings:"dlig" on;font-family:var(--custom-second-font-family);font-size:16px;font-style:normal;font-weight:600;line-height:130%}.product-information-section .product-information-container .information-row-1 .information-details .description p{color:#757575;font-feature-settings:"dlig" on;font-family:var(--custom-second-font-family);font-size:16px;font-style:normal;font-weight:500;line-height:130%}.product-information-section .product-information-container .information-row-1 .information-details .description p strong{color:#141414;font-feature-settings:"dlig" on;font-family:var(--custom-second-font-family);font-size:16px;font-style:normal;font-weight:600;line-height:130%}.product-information-section .product-information-container .information-row-1 .image-container{display:flex;width:534px;height:461px;gap:16px}@media only screen and (max-width: 1180px){.product-information-section .product-information-container .information-row-1 .image-container{justify-content:center;margin-bottom:32px}}@media only screen and (max-width: 700px){.product-information-section .product-information-container .information-row-1 .image-container{width:100%;height:460px}}@media only screen and (max-width: 660px){.product-information-section .product-information-container .information-row-1 .image-container{height:350px}}@media only screen and (max-width: 480px){.product-information-section .product-information-container .information-row-1 .image-container{height:300px}}@media only screen and (max-width: 320px){.product-information-section .product-information-container .information-row-1 .image-container{height:200px}}.product-information-section .product-information-container .information-row-1 .image-container .img-1{width:259px;height:100%;object-fit:cover;border-radius:12px}@media only screen and (max-width: 660px){.product-information-section .product-information-container .information-row-1 .image-container .img-1{width:200px}}@media only screen and (max-width: 550px){.product-information-section .product-information-container .information-row-1 .image-container .img-1{width:190px;height:260px}}@media only screen and (max-width: 500px){.product-information-section .product-information-container .information-row-1 .image-container .img-1{width:187px;height:247px}}.product-information-section .product-information-container .information-row-1 .image-container .img-2{width:259px;height:100%;object-fit:cover;border-radius:12px}@media only screen and (max-width: 660px){.product-information-section .product-information-container .information-row-1 .image-container .img-2{width:200px}}@media only screen and (max-width: 550px){.product-information-section .product-information-container .information-row-1 .image-container .img-2{width:190px;height:260px}}@media only screen and (max-width: 500px){.product-information-section .product-information-container .information-row-1 .image-container .img-2{width:187px;height:247px}}.product-information-section .product-information-container .information-row-2{padding:24px 16px 12px;width:1230px;margin:0 auto}@media only screen and (max-width: 1180px){.product-information-section .product-information-container .information-row-2{width:100%;display:none}}.product-information-section .product-information-container .information-row-2 .title{color:#141414;font-feature-settings:"dlig" on;font-family:var(--custom-first-font-family);font-size:24px;font-style:normal;font-weight:800;line-height:100%;letter-spacing:1px;text-transform:uppercase;margin-bottom:16px;text-align:center}.product-information-section .product-information-container .information-row-2 .subtitle{display:flex;flex-direction:column;margin:0 auto;color:#757575;text-align:center;font-feature-settings:"dlig" on;font-family:Inter;font-size:16px;font-style:normal;font-weight:400;line-height:130%;gap:16px;width:822px}@media only screen and (max-width: 1180px){.product-information-section .product-information-container .information-row-2 .subtitle{width:100%}}.product-information-section .product-information-container .information-row-3{display:flex;align-items:center;justify-content:center;margin:0 auto 30px}@media only screen and (max-width: 1180px){.product-information-section .product-information-container .information-row-3{margin-bottom:24px;display:none}}.product-information-section .product-information-container .information-row-3 .video-container{margin:0 auto;width:1230px;object-fit:contain;border-radius:8px}@media only screen and (max-width: 1200px){.product-information-section .product-information-container .information-row-3 .video-container{width:100%}}.product-information-section .product-information-container .information-row-3 .video-container video{width:100%;height:100%;object-fit:contain;border-radius:8px}.product-information-section .product-information-container .swap-row-2-3{display:none}@media only screen and (max-width: 1180px){.product-information-section .product-information-container .swap-row-2-3{display:block}}.product-information-section .product-information-container .swap-row-2-3 .information-swap-2{display:flex;align-items:center;justify-content:center;margin:0 auto 30px}@media only screen and (max-width: 1180px){.product-information-section .product-information-container .swap-row-2-3 .information-swap-2{margin-bottom:24px}}.product-information-section .product-information-container .swap-row-2-3 .information-swap-2 .video-container{margin:0 auto;width:1230px;object-fit:contain;border-radius:8px;padding:0 25px}.product-information-section .product-information-container .swap-row-2-3 .information-swap-2 .video-container video{width:100%;height:100%;object-fit:contain;border-radius:8px}.product-information-section .product-information-container .swap-row-2-3 .information-swap-3{padding:24px 16px 12px;width:1230px;margin:0 auto}@media only screen and (max-width: 1180px){.product-information-section .product-information-container .swap-row-2-3 .information-swap-3{width:100%}}.product-information-section .product-information-container .swap-row-2-3 .information-swap-3 .title{color:#141414;font-feature-settings:"dlig" on;font-family:var(--custom-first-font-family);font-size:24px;font-style:normal;font-weight:800;line-height:100%;letter-spacing:1px;text-transform:uppercase;margin-bottom:16px;text-align:center}.product-information-section .product-information-container .swap-row-2-3 .information-swap-3 .subtitle{display:flex;flex-direction:column;margin:0 auto;color:#757575;text-align:center;font-feature-settings:"dlig" on;font-family:Inter;font-size:16px;font-style:normal;font-weight:400;line-height:130%;gap:16px;width:822px}@media only screen and (max-width: 1180px){.product-information-section .product-information-container .swap-row-2-3 .information-swap-3 .subtitle{width:100%}}.product-information-section .product-information-container .information-row-4{width:1230px;margin:0 auto}@media only screen and (max-width: 1280px){.product-information-section .product-information-container .information-row-4{display:none}}@media only screen and (max-width: 1180px){.product-information-section .product-information-container .information-row-4{width:100%;overflow:hidden}}.product-information-section .product-information-container .information-row-4 .images-container{display:flex;width:1230px;gap:15px}@media only screen and (max-width: 1280px){.product-information-section .product-information-container .information-row-4 .images-container{width:100%!important}}.product-information-section .product-information-container .information-row-4 .images-container .col:nth-child(1){width:316px;height:100%;object-fit:cover;border-radius:12px}.product-information-section .product-information-container .information-row-4 .images-container .col:nth-child(1) .img-1{width:100%;height:100%;object-fit:cover;border-radius:12px;position:relative}.product-information-section .product-information-container .information-row-4 .images-container .col:nth-child(1) .img-1 img{max-width:unset!important;height:100%;border-radius:8px}.product-information-section .product-information-container .information-row-4 .images-container .col:nth-child(1) .img-1 .text-info{position:absolute;z-index:2;gap:19px;display:inline-flex;flex-direction:column;align-items:flex-start;bottom:70px;width:253px;margin:0 30px}.product-information-section .product-information-container .information-row-4 .images-container .col:nth-child(1) .img-1 .text-info .title{color:#fff;font-feature-settings:"dlig" on;font-family:var(--custom-first-font-family);font-size:23px;font-style:normal;font-weight:600;line-height:110%;width:136px}.product-information-section .product-information-container .information-row-4 .images-container .col:nth-child(1) .img-1 .text-info .subtitle{color:#b3b3b3;font-feature-settings:"dlig" on;font-family:var(--custom-second-font-family);font-size:14px;font-style:normal;font-weight:500;line-height:130%}.product-information-section .product-information-container .information-row-4 .images-container .col:nth-child(2){width:897px;height:100%;object-fit:cover;border-radius:12px;display:flex;flex-direction:column;gap:13px}.product-information-section .product-information-container .information-row-4 .images-container .col:nth-child(2) .row-1{display:flex;gap:15px}.product-information-section .product-information-container .information-row-4 .images-container .col:nth-child(2) .row-1 .img-1{width:100%;height:100%;object-fit:cover;border-radius:12px;position:relative}.product-information-section .product-information-container .information-row-4 .images-container .col:nth-child(2) .row-1 .img-1 img{max-width:unset!important;height:100%;border-radius:8px}.product-information-section .product-information-container .information-row-4 .images-container .col:nth-child(2) .row-1 .img-1 .text-info{position:absolute;z-index:2;gap:15px;display:inline-flex;flex-direction:column;top:10px;right:0;margin:0 30px;align-items:end;padding-top:46px}.product-information-section .product-information-container .information-row-4 .images-container .col:nth-child(2) .row-1 .img-1 .text-info .title{color:#141414;font-feature-settings:"dlig" on;font-family:var(--custom-first-font-family);font-size:23px;font-style:normal;font-weight:600;line-height:110%}.product-information-section .product-information-container .information-row-4 .images-container .col:nth-child(2) .row-1 .img-1 .text-info .logo{width:335px;height:22.099px;flex-shrink:0;aspect-ratio:360.13/22.1}.product-information-section .product-information-container .information-row-4 .images-container .col:nth-child(2) .row-1 .img-1 .text-info .subtitle{color:#141414;text-align:right;font-feature-settings:"dlig" on;font-family:var(--custom-first-font-family);font-size:23.814px;font-style:normal;font-weight:700;line-height:100%;text-transform:capitalize;width:211px}.product-information-section .product-information-container .information-row-4 .images-container .col:nth-child(2) .row-1 .img-1 .text-info-2{position:absolute;z-index:2;gap:19px;display:inline-flex;flex-direction:column;align-items:flex-start;bottom:10px;width:204px;margin:0 30px;right:0;align-items:end}.product-information-section .product-information-container .information-row-4 .images-container .col:nth-child(2) .row-1 .img-1 .text-info-2 .title{color:#141414;text-align:right;font-feature-settings:"dlig" on;font-family:var(--custom-second-font-family);font-size:13.098px;font-style:normal;font-weight:600;line-height:11.907px}.product-information-section .product-information-container .information-row-4 .images-container .col:nth-child(2) .row-1 .img-1 .text-info-2 .subtitle{color:#757575;font-feature-settings:"dlig" on;font-family:var(--custom-second-font-family);font-size:11.907px;font-style:normal;font-weight:400;line-height:130%;text-align:right}.product-information-section .product-information-container .information-row-4 .images-container .col:nth-child(2) .row-1 .img-2{width:100%;height:100%;object-fit:cover;border-radius:12px;position:relative}.product-information-section .product-information-container .information-row-4 .images-container .col:nth-child(2) .row-1 .img-2 img{max-width:unset!important;height:100%;border-radius:8px}.product-information-section .product-information-container .information-row-4 .images-container .col:nth-child(2) .row-1 .img-2 .text-info{position:absolute;z-index:2;gap:19px;display:inline-flex;flex-direction:column;align-items:flex-start;bottom:30px;width:270px;margin:0 30px}.product-information-section .product-information-container .information-row-4 .images-container .col:nth-child(2) .row-1 .img-2 .text-info .title{color:#fff;font-feature-settings:"dlig" on;font-family:var(--custom-first-font-family);font-size:23px;font-style:normal;font-weight:600;line-height:110%}.product-information-section .product-information-container .information-row-4 .images-container .col:nth-child(2) .row-1 .img-2 .text-info .subtitle{color:#b3b3b3;font-feature-settings:"dlig" on;font-family:var(--custom-second-font-family);font-size:14px;font-style:normal;font-weight:400;line-height:130%}.product-information-section .product-information-container .information-row-4 .images-container .col:nth-child(2) .row-1 .img-2 .text-info-2{position:absolute;z-index:2;gap:19px;display:inline-flex;flex-direction:column;align-items:flex-start;bottom:70px;width:253px;margin:0 30px}.product-information-section .product-information-container .information-row-4 .images-container .col:nth-child(2) .row-1 .img-2 .text-info-2 .title{color:#fff;font-feature-settings:"dlig" on;font-family:var(--custom-first-font-family);font-size:23px;font-style:normal;font-weight:600;line-height:110%;width:136px}.product-information-section .product-information-container .information-row-4 .images-container .col:nth-child(2) .row-1 .img-2 .text-info-2 .subtitle{color:#b3b3b3;font-feature-settings:"dlig" on;font-family:var(--custom-second-font-family);font-size:14px;font-style:normal;font-weight:500;line-height:130%}.product-information-section .product-information-container .information-row-4 .images-container .col:nth-child(2) .row-2{display:flex;gap:15px}.product-information-section .product-information-container .information-row-4 .images-container .col:nth-child(2) .row-2 .img-1{height:100%;width:100%;object-fit:cover;border-radius:12px;position:relative}.product-information-section .product-information-container .information-row-4 .images-container .col:nth-child(2) .row-2 .img-1 img{max-width:unset!important;height:100%;border-radius:8px}.product-information-section .product-information-container .information-row-4 .images-container .col:nth-child(2) .row-2 .img-1 .text-info{position:absolute;z-index:2;gap:19px;display:inline-flex;flex-direction:column;align-items:flex-start;top:35px;right:0;margin:0 30px}.product-information-section .product-information-container .information-row-4 .images-container .col:nth-child(2) .row-2 .img-1 .text-info .upper-text{color:#757575;text-align:right;font-feature-settings:"dlig" on;font-family:Inter;font-size:16.67px;font-style:normal;font-weight:600;line-height:110%;width:60px}.product-information-section .product-information-container .information-row-4 .images-container .col:nth-child(2) .row-2 .img-1 .text-info-2{position:absolute;z-index:2;gap:19px;display:inline-flex;flex-direction:column;align-items:flex-start;bottom:45px;margin:0 30px}.product-information-section .product-information-container .information-row-4 .images-container .col:nth-child(2) .row-2 .img-1 .text-info-2 .bottom-text{color:#fff;font-feature-settings:"dlig" on;font-family:Playfair Display;font-size:16.67px;font-style:normal;font-weight:600;line-height:120%;width:129px}.product-information-section .product-information-container .information-row-4 .images-container .col:nth-child(2) .row-2 .img-2{width:100%;height:100%;object-fit:cover;border-radius:8px;background:#141414;width:606.07px;height:241.713px;flex-shrink:0;padding:21px 40px 22px 22px;display:flex;flex-direction:row;gap:33px}.product-information-section .product-information-container .information-row-4 .images-container .col:nth-child(2) .row-2 .img-2 img{max-width:unset!important;height:100%;width:211.946px;height:197.657px;flex-shrink:0;border-radius:8px}.product-information-section .product-information-container .information-row-4 .images-container .col:nth-child(2) .row-2 .img-2 .text-info{z-index:2;gap:19px;display:inline-flex;flex-direction:column;align-items:flex-start;padding:24px 0}.product-information-section .product-information-container .information-row-4 .images-container .col:nth-child(2) .row-2 .img-2 .text-info .upper-text{color:#fff;font-feature-settings:"dlig" on;font-family:var(--custom-first-font-family);font-size:23px;font-style:normal;font-weight:600;line-height:110%;width:167px}.product-information-section .product-information-container .information-row-4 .images-container .col:nth-child(2) .row-2 .img-2 .text-info .bottom-text{color:#b3b3b3;font-feature-settings:"dlig" on;font-family:var(--custom-second-font-family);font-size:14px;font-style:normal;font-weight:500;line-height:130%}.product-information-section .product-information-container .information-row-4-mobile-container{display:none}@media only screen and (max-width: 1280px){.product-information-section .product-information-container .information-row-4-mobile-container{display:block}}.product-information-section .product-information-container .information-row-4-mobile-container .information-row-4-mobile-inner{max-width:380px;overflow:hidden;position:relative;margin:0 auto}.product-information-section .product-information-container .information-row-4-mobile-container .information-row-4-mobile-inner .carousel-wrapper{overflow:hidden}.product-information-section .product-information-container .information-row-4-mobile-container .information-row-4-mobile-inner .carousel-wrapper .carousel-track-img{display:flex;transition:transform .35s ease;cursor:grab;will-change:transform;width:100%}.product-information-section .product-information-container .information-row-4-mobile-container .information-row-4-mobile-inner .carousel-wrapper .carousel-track-img:active{cursor:grabbing}.product-information-section .product-information-container .information-row-4-mobile-container .information-row-4-mobile-inner .carousel-wrapper .carousel-track-img .img-1-mobile,.product-information-section .product-information-container .information-row-4-mobile-container .information-row-4-mobile-inner .carousel-wrapper .carousel-track-img .img-2-mobile,.product-information-section .product-information-container .information-row-4-mobile-container .information-row-4-mobile-inner .carousel-wrapper .carousel-track-img .img-3-mobile,.product-information-section .product-information-container .information-row-4-mobile-container .information-row-4-mobile-inner .carousel-wrapper .carousel-track-img .img-4-mobile,.product-information-section .product-information-container .information-row-4-mobile-container .information-row-4-mobile-inner .carousel-wrapper .carousel-track-img .img-5-mobile{width:100%;height:303px;flex-shrink:0;position:relative;margin-right:0}.product-information-section .product-information-container .information-row-4-mobile-container .information-row-4-mobile-inner .carousel-wrapper .carousel-track-img .img-1-mobile img,.product-information-section .product-information-container .information-row-4-mobile-container .information-row-4-mobile-inner .carousel-wrapper .carousel-track-img .img-2-mobile img,.product-information-section .product-information-container .information-row-4-mobile-container .information-row-4-mobile-inner .carousel-wrapper .carousel-track-img .img-3-mobile img,.product-information-section .product-information-container .information-row-4-mobile-container .information-row-4-mobile-inner .carousel-wrapper .carousel-track-img .img-4-mobile img,.product-information-section .product-information-container .information-row-4-mobile-container .information-row-4-mobile-inner .carousel-wrapper .carousel-track-img .img-5-mobile img{width:100%;height:100%;border-radius:8px;object-fit:cover;object-position:top}.product-information-section .product-information-container .information-row-4-mobile-container .information-row-4-mobile-inner .carousel-wrapper .carousel-track-img .img-1-mobile .text-info{position:absolute;z-index:2;gap:15px;display:inline-flex;flex-direction:column;top:10px;right:0;margin:0 30px;align-items:end;padding-top:10px}.product-information-section .product-information-container .information-row-4-mobile-container .information-row-4-mobile-inner .carousel-wrapper .carousel-track-img .img-1-mobile .text-info .title{color:#141414;font-feature-settings:"dlig" on;font-family:var(--custom-first-font-family);font-size:23px;font-weight:600;line-height:110%}.product-information-section .product-information-container .information-row-4-mobile-container .information-row-4-mobile-inner .carousel-wrapper .carousel-track-img .img-1-mobile .text-info .logo{width:230px;height:22px;flex-shrink:0;aspect-ratio:360.13/22.1;align-items:center;display:flex}.product-information-section .product-information-container .information-row-4-mobile-container .information-row-4-mobile-inner .carousel-wrapper .carousel-track-img .img-1-mobile .text-info .logo svg{width:260px;height:auto;display:block}.product-information-section .product-information-container .information-row-4-mobile-container .information-row-4-mobile-inner .carousel-wrapper .carousel-track-img .img-1-mobile .text-info .subtitle-1{color:#141414;text-align:right;font-feature-settings:"dlig" on;font-family:var(--custom-first-font-family);font-size:23.814px;font-weight:700;line-height:100%;text-transform:capitalize;width:211px}.product-information-section .product-information-container .information-row-4-mobile-container .information-row-4-mobile-inner .carousel-wrapper .carousel-track-img .img-1-mobile .text-info-2{position:absolute;z-index:2;gap:19px;display:inline-flex;flex-direction:column;align-items:end;bottom:55px;width:140px;margin:0 30px;right:0}.product-information-section .product-information-container .information-row-4-mobile-container .information-row-4-mobile-inner .carousel-wrapper .carousel-track-img .img-1-mobile .text-info-2 .title{color:#141414;text-align:right;font-feature-settings:"dlig" on;font-family:var(--custom-second-font-family);font-size:13.098px;font-weight:600;line-height:11.907px}.product-information-section .product-information-container .information-row-4-mobile-container .information-row-4-mobile-inner .carousel-wrapper .carousel-track-img .img-1-mobile .text-info-2 .subtitle{color:#757575;text-align:right;font-feature-settings:"dlig" on;font-family:var(--custom-second-font-family);font-size:11.907px;font-weight:400;line-height:130%}.product-information-section .product-information-container .information-row-4-mobile-container .information-row-4-mobile-inner .carousel-wrapper .carousel-track-img .img-2-mobile .text-info{position:absolute;z-index:2;gap:19px;display:inline-flex;flex-direction:column;align-items:flex-start;bottom:30px;margin:0 30px}.product-information-section .product-information-container .information-row-4-mobile-container .information-row-4-mobile-inner .carousel-wrapper .carousel-track-img .img-2-mobile .text-info .title{color:#fff;font-feature-settings:"dlig" on;font-family:var(--custom-first-font-family);font-size:23px;font-weight:600;line-height:110%}.product-information-section .product-information-container .information-row-4-mobile-container .information-row-4-mobile-inner .carousel-wrapper .carousel-track-img .img-2-mobile .text-info .subtitle{color:#b3b3b3;font-feature-settings:"dlig" on;font-family:var(--custom-second-font-family);font-size:14px;font-weight:400;line-height:130%}.product-information-section .product-information-container .information-row-4-mobile-container .information-row-4-mobile-inner .carousel-wrapper .carousel-track-img .img-3-mobile{background:#141414;display:flex;flex-direction:column;width:380px;height:303px;border-radius:8px;overflow:hidden}.product-information-section .product-information-container .information-row-4-mobile-container .information-row-4-mobile-inner .carousel-wrapper .carousel-track-img .img-3-mobile img{width:100%;height:176px;object-fit:cover;border-radius:unset!important}.product-information-section .product-information-container .information-row-4-mobile-container .information-row-4-mobile-inner .carousel-wrapper .carousel-track-img .img-3-mobile .text-info{z-index:2;gap:9px;display:inline-flex;flex-direction:column;align-items:flex-start;padding:18px 23px}.product-information-section .product-information-container .information-row-4-mobile-container .information-row-4-mobile-inner .carousel-wrapper .carousel-track-img .img-3-mobile .text-info .upper-text{color:#fff;font-feature-settings:"dlig" on;font-family:var(--custom-first-font-family);font-size:18px;font-weight:600;line-height:110%}.product-information-section .product-information-container .information-row-4-mobile-container .information-row-4-mobile-inner .carousel-wrapper .carousel-track-img .img-3-mobile .text-info .bottom-text{color:#b3b3b3;font-feature-settings:"dlig" on;font-family:var(--custom-second-font-family);font-size:13px;font-weight:500;line-height:130%}.product-information-section .product-information-container .information-row-4-mobile-container .information-row-4-mobile-inner .carousel-wrapper .carousel-track-img .img-4-mobile .text-info{position:absolute;z-index:2;gap:19px;display:inline-flex;flex-direction:column;align-items:flex-start;bottom:20px;width:297px;margin:0 30px}.product-information-section .product-information-container .information-row-4-mobile-container .information-row-4-mobile-inner .carousel-wrapper .carousel-track-img .img-4-mobile .text-info .title{color:#fff;font-feature-settings:"dlig" on;font-family:var(--custom-first-font-family);font-size:23px;font-weight:600;line-height:110%}.product-information-section .product-information-container .information-row-4-mobile-container .information-row-4-mobile-inner .carousel-wrapper .carousel-track-img .img-4-mobile .text-info .subtitle{color:#b3b3b3;font-feature-settings:"dlig" on;font-family:var(--custom-second-font-family);font-size:14px;font-weight:500;line-height:130%}.product-information-section .product-information-container .information-row-4-mobile-container .information-row-4-mobile-inner .carousel-wrapper .carousel-track-img .img-5-mobile .text-info{position:absolute;z-index:2;gap:19px;display:inline-flex;flex-direction:column;top:35px;right:0;margin:0 30px}.product-information-section .product-information-container .information-row-4-mobile-container .information-row-4-mobile-inner .carousel-wrapper .carousel-track-img .img-5-mobile .text-info .upper-text{color:#757575;text-align:right;font-family:Inter;font-size:16.67px;font-weight:600;line-height:110%;width:60px}.product-information-section .product-information-container .information-row-4-mobile-container .information-row-4-mobile-inner .carousel-wrapper .carousel-track-img .img-5-mobile .text-info-2{position:absolute;z-index:2;gap:19px;display:inline-flex;flex-direction:column;bottom:45px;margin:0 30px}.product-information-section .product-information-container .information-row-4-mobile-container .information-row-4-mobile-inner .carousel-wrapper .carousel-track-img .img-5-mobile .text-info-2 .bottom-text{color:#fff;font-family:Playfair Display;font-size:16.67px;font-weight:600;line-height:120%;width:129px}.product-information-section .product-information-container .information-row-4-mobile-container .information-row-4-mobile-inner .carousel-wrapper .carousel-nav-img{display:flex;justify-content:center;gap:10px;margin-top:15px;padding:10px 0}.product-information-section .product-information-container .information-row-4-mobile-container .information-row-4-mobile-inner .carousel-wrapper .carousel-nav-img .carousel-dot-img{width:10px;height:10px;border-radius:50%;background:#ddd;cursor:pointer;transition:background .3s ease}.product-information-section .product-information-container .information-row-4-mobile-container .information-row-4-mobile-inner .carousel-wrapper .carousel-nav-img .carousel-dot-img.active{background:#333}.product-modal-block{margin-block:1rem}.product-modal-block .modal-open-btn{display:flex;justify-content:space-between;align-items:center;gap:.5rem;width:100%;padding:12px 14px;border-radius:4px;border:1px solid #E5E8EB;box-shadow:none;cursor:pointer}.product-modal-block .modal-open-btn .button-text{text-align:left}.product-modal-block .modal-open-btn .button-icon{display:flex;align-items:center}.product-modal-block .modal-container{position:fixed;top:0;right:0;bottom:0;left:0;width:100%;height:100vh;overflow:hidden;z-index:9999}.product-modal-block .modal-container.hidden{display:none}.product-modal-block .modal-container .modal-overlay{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;background-color:#0009;z-index:1;cursor:pointer}.product-modal-block .modal-container .modal-content{position:relative;z-index:2;top:100px;max-width:45rem;width:100%;max-height:85vh;overflow:auto;margin-inline:auto;background-color:#fff;border-radius:4px;display:flex;flex-direction:column}.product-modal-block .modal-container .modal-content .modal-head{position:sticky;top:0;background-color:inherit;display:flex;justify-content:end;align-items:center;padding:1rem 1.25rem;border-bottom:1px solid rgba(var(--border-color),1)}.product-modal-block .modal-container .modal-content .modal-head .modal-title{color:#1c0d12;font-family:var(--custom-second-font-family);font-size:20px;font-weight:700;line-height:28px;font-feature-settings:"dlig" on}.product-modal-block .modal-container .modal-content .modal-head .modal-close{display:block;align-self:flex-end;background:#000;color:#fff;padding:6px 14px;border-radius:5px;border:none;cursor:pointer;font-size:14px;transition:.2s ease}.product-modal-block .modal-container .modal-content .modal-head .modal-close:hover{background:#333}.product-modal-block .modal-container .modal-content .modal-title-container{display:flex;padding:12px 32px;flex-direction:column;justify-content:center;align-items:flex-start;align-self:stretch}.product-modal-block .modal-container .modal-content .modal-title-container .modal-title{color:#1c0d12;text-align:center;font-feature-settings:"dlig" on;font-family:var(--custom-second-font-family);font-size:20px;font-style:normal;font-weight:700;line-height:28px}.product-modal-block .modal-container .modal-content .modal-body{padding:16px 24px 32px 40px;display:flex;flex-direction:column;gap:12px}.product-modal-block .modal-container .modal-content .modal-body p,.product-modal-block .modal-container .modal-content .modal-body .rte p{margin-bottom:5px!important}
/*# sourceMappingURL=/cdn/shop/t/13/assets/custom-styles.css.map */
