:root{--primary-font: "Rexton";--secondry-font: "univers-next-pro-condensed";--primary-color: #3D5265;--secondry-color: #FFFFFF;--tertiary-color: #FFFBF8;--color-off-white: #FFFBF8}*{-webkit-font-smoothing:antialiased}.scroll-animation{opacity:0;transform:translateY(20px);transition:opacity .6s ease-out,transform .6s ease-out}.scroll-animation.visible{opacity:1;transform:translateY(0)}h1,h2,h3,h4,h5,h6{font-family:var(--primary-font);font-size:20px;font-weight:900;letter-spacing:-2px;text-transform:uppercase}body{font-family:var(--secondry-font);font-weight:300;background-color:var(--tertiary-color);color:var(--primary-color);line-height:1.2}.btn{font-family:var(--primary-font);font-size:14px;font-weight:500;color:var(--primary-color);border:2px solid var(--primary-color);width:100%;padding:14px 24px;transition:.3s;text-transform:uppercase;background-color:transparent;text-align:center;display:block;margin:0 auto;position:relative}.common-wrap{max-width:1311px;width:100%;padding:0 30px;margin:0 auto}.hover-border:before,.hover-border:after{bottom:0;transition:width .2s .35s ease-out}.hover-border:before{right:50%}.hover-border:after{left:50%}.hover-border:hover:before,.hover-border:hover:after{width:50%;transition:width .2s ease-in}.hover-border span:before,.hover-border span:after{position:absolute;content:none;width:0%;height:0%;background:transparent;opacity:0;z-index:2;transition:width .2s ease-in,height .15s .2s linear,opacity 0s .35s}.hover-border span:before{bottom:0;left:0;border-left:1px solid var(--secondry-color);border-top:1px solid var(--secondry-color)}.hover-border span:after{bottom:0;right:0;border-right:1px solid var(--secondry-color);border-top:1px solid var(--secondry-color)}.hover-border span:hover:before,.hover-border span:hover:after{width:50%;height:96%;opacity:1;transition:height .2s .2s ease-in,width .2s .4s linear,opacity 0s .2s}.hover-border:before,.hover-border:after{position:absolute;content:none;width:50%;height:1px;background-color:var(--secondry-color);z-index:2}.age-gate-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#000;z-index:9999;display:flex;align-items:center;justify-content:center;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);transition:opacity .5s ease,visibility .5s ease}.age-gate-bg{position:fixed;top:0;left:0;width:100%;height:100%;z-index:-1;filter:blur(5px);opacity:.8}.age-gate-bg img{width:100%;height:100%;object-fit:cover}.age-gate-overlay.hidden{opacity:0;visibility:hidden;pointer-events:none}.age-gate-content{max-width:620px;width:80%;text-align:center;position:relative;padding:200px 0;margin:1rem}.age-gate-logo{position:absolute;top:50px;left:50%;transform:translate(-50%);width:200px;height:auto;margin:0 auto 2rem;display:block}.age-gate-title{color:var(--color-off-white);margin-bottom:1.8rem}.age-gate-subtitle{font-family:Arial,sans-serif;font-size:1rem;color:var(--color-off-white);margin-bottom:2.5rem;line-height:1.5}.age-gate-buttons{display:flex;margin-bottom:2rem;flex-wrap:wrap;justify-content:center;flex-direction:column;gap:25px}.age-gate-btn{flex:0 1 auto;min-width:100%;padding:16px 30px;border:1px solid var(--color-off-white);color:var(--color-off-white);background:transparent;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:.5px;font-weight:500;font-family:var(--primary-font)}.age-gate-btn:hover{transform:translateY(-2px);background:var(--color-off-white);color:var(--primary-color)}.age-gate-checkbox{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-top:1.5rem}.age-gate-checkbox input[type=checkbox]{width:27px;height:27px;accent-color:var(--color-off-white);background-color:transparent}.age-gate-checkbox label{text-transform:uppercase;color:var(--color-off-white);cursor:pointer;font-size:16px;letter-spacing:3.2px}.age-gate-checkbox input[type=checkbox]{display:none}.age-gate-checkbox label{font-weight:400;cursor:pointer}.age-gate-checkbox label span{display:inline-block;vertical-align:middle;margin-right:20px;width:26px;height:26px;cursor:pointer;position:relative;border:1px solid var(--color-off-white)}.age-gate-checkbox label span:before{content:"";opacity:0;width:18px;height:18px;background-color:var(--color-off-white);position:absolute;left:50%;top:50%;bottom:auto;right:auto;-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-moz-transition:opacity .2s;-o-transition:opacity .2s;-webkit-transition:opacity .2s;transition:opacity .2s}.age-gate-checkbox input[type=checkbox]:checked+label span:before{opacity:1}.age-gate-checkbox input[type=checkbox]:disabled+label{opacity:.5}.age-gate-checkbox input[type=checkbox]:disabled+label,.age-gate-checkbox input[type=checkbox]:disabled+label span{cursor:default}.age-gate-disclaimer{font-size:.8rem;color:var(--color-off-white);margin-top:2rem}body.age-gate-active{overflow:hidden;position:fixed;width:100%}.overlay{width:100%;height:100%;background-color:#000;opacity:.8;position:fixed;top:0;left:0;z-index:9;transition:.4s}.header__desk-left,.header__right ul{display:none}.header__mobi-menu div{height:1px;border-radius:2px;background:var(--secondry-color);margin:7px auto;transition:all .55s cubic-bezier(.075,.82,.165,1);width:20px}.header__mobi-menu div:first-child{margin:0 auto 7px}.header__mobi-menu div:last-child{margin:7px auto 0}.header__mobi-menu{cursor:pointer}.header__mobi-menu.active div:first-child{transform:translateY(8px) rotate(45deg)}.header__mobi-menu.active div:nth-child(2){opacity:0}.header__mobi-menu.active div:last-child{transform:translateY(-8px) rotate(-45deg)}.header__right-dropdown{position:relative}.header__right-dropdown-selected{cursor:pointer;font-family:var(--secondry-font);font-size:16px;font-weight:400;color:var(--color-off-white);text-transform:uppercase;display:flex;align-items:center;gap:0 4px}.header__right-dropdown-selected:before{content:url(world.svg);line-height:0}.header__right-dropdown-options{overflow:hidden;max-height:0;transition:max-height .3s ease;position:absolute;top:110%;left:0;right:0;background-color:var(--color-off-white);z-index:1}.header__right-dropdown-options.show{max-height:300px}.header__right-dropdown-option{padding:5px 0;cursor:pointer;color:var(--primary-color);font-family:var(--secondry-font);font-size:16px;font-weight:400;text-transform:uppercase}.header__right-dropdown-option:hover{background-color:#eee}.header__wrap{position:relative;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;border:1px solid #fffbf85e;border-radius:5px;padding:20px 17px;transition:all .3s ease-in-out}.header__top{width:100%;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between}.header__blur{right:0;bottom:0;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:-1;width:100%;height:100%;position:absolute;top:0;left:0}.header__logo{position:absolute;top:0%;left:50%;transform:translate(-50%);z-index:1;height:58px;display:inline-block;overflow:hidden;width:119px}.header__inner{padding:0 11px}.header__logo a{display:flex;flex-direction:column;align-items:center;overflow:hidden;height:100%;position:relative;transition:height .4s ease}.header__logo-img{transform:translateY(-100%);opacity:0;transition:transform .4s cubic-bezier(.28,1.65,.58,1),opacity .3s ease;width:40px}.header__logo-text-img{transition:transform .4s cubic-bezier(.28,1.65,.58,1);transform:translateY(-30px)}.header__logo:hover .header__logo-img{transform:translateY(6px);opacity:1}.header__logo:hover .header__logo-text-img{transform:translateY(100%)}.header{position:fixed;width:100%;top:20px;z-index:5;transition:all .9s ease}.header-sticky .header__wrap,.mobile__menu-open .header__wrap{background-color:var(--color-off-white);box-shadow:0 0 15px #00000014}.header-sticky .header__mobi-menu div,.mobile__menu-open .header__mobi-menu div{background-color:var(--primary-color)}.header-sticky .header__right-dropdown-selected,.mobile__menu-open .header__right-dropdown-selected{color:var(--primary-color)}.header-sticky .header__right-dropdown-selected:before,.mobile__menu-open .header__right-dropdown-selected:before{content:url(blue-world.svg)}.header__logo-img-blue{width:40px;display:none}.header__logo-text-img-blue{display:none}.header-sticky .header__logo-img-blue,.mobile__menu-open .header__logo-img-blue{display:block;transform:translateY(-100%);opacity:0;transition:transform .4s cubic-bezier(.28,1.65,.58,1),opacity .3s ease}.header-sticky .header__logo-text-img-blue,.mobile__menu-open .header__logo-text-img-blue{display:block;transition:transform .4s cubic-bezier(.28,1.65,.58,1);transform:translateY(-30px)}.header-sticky .header__logo-img,.mobile__menu-open .header__logo-img,.header-sticky .header__logo-text-img,.mobile__menu-open .header__logo-text-img{display:none}.header-sticky .header__logo:hover .header__logo-img-blue,.mobile__menu-open .header__logo:hover .header__logo-img-blue{transform:translateY(6px);opacity:1}.header-sticky .header__logo:hover .header__logo-text-img-blue,.mobile__menu-open .header__logo:hover .header__logo-text-img-blue{transform:translateY(100%)}.header__sub-menu ul{flex-direction:column}.header__sub-menu{position:absolute;width:140%;top:98%;left:0;z-index:1;opacity:0;pointer-events:none;transition:.3s}.header__sub-menu ul li a{color:var(--primary-color)!important;padding:6px 2px;width:100%;background-color:var(--color-off-white)}.header__sub-menu ul li a:hover{background-color:#eee}.header__desk-left ul li{position:relative}.header__sub-menu ul li{width:100%}.header__sub-menu ul li a:before{content:none!important}.header__sub-menu-dropdown>a:after{content:url(dropdown-img.svg);line-height:0}.header__sub-menu-dropdown>a{display:flex;align-items:center;gap:0 5px}.header__sub-menu-dropdown:hover .header__sub-menu{opacity:1;pointer-events:all}.mobile-nav{width:100%;margin-top:40px;display:none}.mobile-nav ul{display:flex;flex-direction:column;margin-bottom:40px}.mobile-nav ul li{font-family:var(--secondry-font);font-size:16px;font-weight:400;color:var(--color-off-white);text-transform:uppercase;position:relative;text-align:center}.mobile-nav ul li a{color:var(--primary-color);padding:10px 0}.hero__video video{width:100%;height:100%;object-fit:cover}.hero__content h2{text-align:center;line-height:110%;color:var(--color-off-white)}.hero__content p{display:none}.hero__btn{margin-top:211px}.hero__btn-watch{font-size:12px;max-width:366px;color:var(--color-off-white);position:relative;border:none;padding:0}.hero__inner{position:relative;padding:291px 0 98px}.hero__inner:before{content:"";background-color:#0003;position:absolute;width:100%;height:100%;top:0;left:0;z-index:2}.hero__video{position:absolute;width:100%;height:100%;top:0;left:0}.hero__content{position:relative;z-index:3}.hero__btn-watch span{padding:17px 25px;display:block}.hero__btn-watch.hover-border:before,.hero__btn-watch.hover-border:after{content:""}.hero__btn-watch.hover-border span:before,.hero__btn-watch.hover-border span:after{content:""}.video-section{padding:40px 0;text-align:center}.video-trigger{position:relative;display:inline-block;cursor:pointer;border-radius:8px;overflow:hidden;transition:transform .3s ease}.video-trigger:hover{transform:scale(1.05)}.video-thumbnail{width:100%;max-width:500px;height:auto;display:block}.video-play-button{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:#000000b3;color:#fff;border:none;border-radius:50%;width:80px;height:80px;font-size:24px;cursor:pointer;transition:background .3s ease}.video-play-button:hover{background:#000000e6}.video-play-button:before{content:"\25b6";margin-left:3px}.video-modal{display:none;position:fixed;z-index:9999;left:0;top:0;width:100%;height:100%;background-color:#000c;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.video-modal-content{position:relative;margin:5% auto;width:90%;max-width:800px;background:#000;border-radius:8px;overflow:hidden}.video-modal-content video{width:100%;height:auto;max-height:70vh;display:block}.video-close{position:absolute;top:-40px;right:0;color:#fff;font-size:28px;font-weight:700;cursor:pointer;background:none;border:none;padding:5px 10px;transition:opacity .3s ease}.video-close:hover{opacity:.7}.video-title{margin-bottom:20px}.video-title h2{margin:0;font-size:2rem;color:#333}.video-description{margin-bottom:30px;color:#666;font-size:1.1rem;line-height:1.5}.featured-product__inner{padding:63px 0 56px}.featured-product__headding h2{line-height:110%;text-align:center;margin-bottom:25px}.featured-product__headding h5{text-align:center;font-family:var(--secondry-font);font-size:20px;font-weight:400;letter-spacing:0;margin-bottom:25px}.featured-product__headding p{text-align:center;font-size:20px}.featured-product__headding{margin-bottom:38px;padding:0 22px}.featured-product__mobi-img a{display:block}.featured-product__mobi-img{border-radius:300px 300px 0 0;overflow:hidden;margin-bottom:72px;padding:0 22px}.featured-product__mobi-img img{width:100%}.featured-product__wrap h4{text-align:center;line-height:110%;margin-bottom:34px}.featured-product__tab-name{font-family:var(--primary-font);font-size:14px;font-weight:500;text-transform:uppercase;position:relative;padding-bottom:18px;cursor:pointer;transition:all .3s ease}.featured-product__tab-name.active:after{content:"";background-image:url(featured-product-tab-active-img.svg);position:absolute;bottom:0;left:50%;width:111px;height:10px;transform:translate(-50%)}.featured-product__tab-name-wrap{display:flex;align-items:center;gap:0 34px;justify-content:center;margin-bottom:38px}.featured-product__item-content h6{text-align:center;font-weight:700;color:var(--primary-color);letter-spacing:0;margin-bottom:15px;line-height:1.2}.featured-product__item-content p{text-align:center}.featured-product_btn-tequila{max-width:266px;margin-bottom:15px}.featured-product_btn-tequila:last-child{margin-bottom:0}.featured-product__tab-item a{display:block}.featured-product__item-bg{width:100%;height:244px;border-radius:200px 200px 0 0;overflow:hidden;position:absolute;bottom:10px;left:0}.featured-product__item-bg_blue{background-color:#4ccede}.featured-product__item-bg_chocolate{background-color:#895559}.featured-product__item-bg_orange{background-color:#ff7548}.featured-product__item-bg_gray{background-color:#eae6dd}.featured-product__tab-item{margin:0 15px}.featured-product__tab-items{width:calc(100% + 60px);margin:0 -30px;opacity:0;visibility:hidden;height:0;overflow:hidden;transition:opacity .5s ease,visibility .5s ease,height .5s ease;position:absolute;left:0;top:0}.featured-product__tab-wrap{position:relative;min-height:100%}.featured-product__tab-items .slick-list{padding:0 40px}.featured-product__tab-items.active{opacity:1;visibility:visible;height:auto;position:relative;z-index:2}.featured-product__img img{object-fit:contain;height:290px}.featured-product__img{display:flex;align-items:center;justify-content:center}.featured-product__item-img-wrap{position:relative;margin-bottom:35px}.featured-product__btn{opacity:0;transition:.3s;margin-top:20px}.featured-product__tab-item.slick-active .featured-product__btn{opacity:1}.featured-product__bot-desk{display:none}.featured-product__bot-mobi{width:52px;margin-bottom:20px;display:inline-block}.featured-product__bot p{font-size:16px;font-weight:300;letter-spacing:3.2px;text-transform:uppercase;margin-bottom:8px}.featured-product__bot p:last-of-type{margin-bottom:0}.featured-product__bot{text-align:center;margin-top:60px}.story__inner{background-image:url(New-Caz-Background.png);padding:51px 0 0}.story__brandmark{width:63px;margin:0 auto 20px}.story__content h6{text-align:center;font-family:var(--secondry-font);font-size:16px;font-weight:300;letter-spacing:3.2px;color:var(--secondry-color);margin-bottom:20px}.story__content h2{text-align:center;line-height:110%;color:var(--secondry-color);margin-bottom:40px}.story__content h3{font-size:18px;text-align:center;line-height:110%;color:var(--secondry-color);margin-bottom:40px}.story__content h4{font-size:16px;text-align:center;line-height:110%;color:var(--secondry-color);margin-bottom:40px}.story__content h5{font-size:14px;text-align:center;line-height:110%;color:var(--secondry-color);margin-bottom:40px}.story__square-icon{width:286px;line-height:0;margin:0 auto 40px}.story__content p{text-align:center;font-size:18px;color:var(--secondry-color)}.story__btn-story{color:var(--secondry-color);border:2px solid var(--secondry-color);max-width:237px;margin-bottom:20px}.story__btn-story:last-child{margin-bottom:0}.story__btn{margin-top:20px}.story__content{padding:0 30px 53px}.story__left{position:relative;width:100%}.story__signature{width:100%;position:absolute;bottom:36px;left:0;z-index:1;display:flex;justify-content:center;align-items:center;gap:20px;padding:0 30px}.story__signature-item{flex:1;max-width:300px}.story__signature-item img,.slick-slide img{width:100%}.partner__inner{padding:66px 0 41px}.partner__img img{max-width:121px;max-height:30px}.partner__img{display:inline-block;margin-bottom:18px}.partner__content p{font-size:18px;font-weight:600;text-transform:uppercase}.partner__content p br{display:none}.partner__item{text-align:center}.partner__items .slick-dots button{width:9px;height:9px;font-size:0;overflow:hidden;background-color:var(--primary-color);opacity:.2;padding:0;cursor:pointer;border:none;transform:rotate(45deg)}.partner__items .slick-active button{background-color:var(--primary-color);opacity:1}.partner__items .slick-dots{display:flex;align-items:center;gap:0 20px;justify-content:center;margin-top:23px;line-height:0}.modal-overlay{display:none;right:0;bottom:0;top:0;left:0;width:100%;height:100dvh;background:#0003;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:1000;position:fixed}.modal-inner{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.modal{background:linear-gradient(145deg,#fff,#f8f9fa);border-radius:20px;box-shadow:0 25px 50px #0000004d;max-width:500px;width:100%;max-height:90vh;overflow:hidden;position:relative;transform:translateY(0);animation:modalSlideIn .4s ease-out}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(-50px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.modal-header{position:relative;height:300px;overflow:hidden}.modal-header:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="agave" patternUnits="userSpaceOnUse" width="20" height="20"><path d="M10 2L8 8L12 8Z M10 18L8 12L12 12Z" fill="rgba(255,255,255,0.1)"/></pattern></defs><rect width="100" height="100" fill="url(%23agave)"/></svg>');opacity:.3}.modal-header img{width:100%;height:100%;object-fit:cover}.close-btn{position:absolute;top:15px;right:15px;background:var(--color-off-white);border:none;width:40px;height:40px;border-radius:50%;font-size:20px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;z-index:10}.close-btn:hover{transform:rotate(90deg)}.modal-content{padding:20px 30px;max-height:calc(90vh - 300px);overflow-y:auto}.modal-content .cocktails__content h5,.modal-content .cocktails__content p{color:var(--primary-color)}.recipe-title{font-size:32px;font-weight:700;margin-bottom:10px;text-align:center;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.recipe-subtitle{font-size:16px;text-align:center;margin-bottom:25px}.section{margin-bottom:25px}.section-title{font-size:18px;margin-bottom:12px}.instructions{background:#0000000d;border-radius:12px;padding:20px}.additional-info p{line-height:1.6;margin-bottom:8px}.additional-info p:last-child{margin-bottom:0}.modal-btn-wrap{display:flex;justify-content:center}.modal-content .btn{color:var(--primary-color);border-color:var(--primary-color)}.modal-content .btn:hover{color:var(--primary-color)}.modal-content .hover-border:before,.modal-content .hover-border:after{background-color:var(--primary-color)}.modal-content .hover-border span:before,.modal-content .hover-border span:after{border-color:var(--primary-color)}.cocktails__inner{padding:55px 0 75px}.cocktails__headding h2{text-align:center;line-height:110%;margin-bottom:14px}.cocktails__headding p{text-align:center;font-size:18px}.cocktails__headding-btn{display:none}.cocktails__headding{margin-bottom:51px;padding:0 8px}.cocktails__content h5{text-align:center;letter-spacing:0;color:var(--secondry-color);margin-bottom:10px;font-weight:700;line-height:100%}.cocktails__content h6{text-align:center;font-family:var(--secondry-font);font-size:18px;font-weight:300;color:var(--secondry-color);text-transform:capitalize;letter-spacing:0;margin-bottom:12px}.cocktails__content img{width:203px;margin:0 auto 12px;display:block}.cocktails__content p{text-align:center;font-size:16px;letter-spacing:3.2px;text-transform:uppercase;color:var(--secondry-color)}.cocktails__item a{display:block}.cocktails__item_bg-blue{background-color:#4ccede;border:3px solid #4CCEDE}.cocktails__item_bg-green{background-color:#8be076;border:3px solid #8BE076}.cocktails__item_bg-sweet-pink{background-color:#ff808b;border:3px solid #FF808B}.cocktails__content{padding:26px 25px 35px}.cocktails__item{border-radius:300px 300px 0 0;overflow:hidden;height:auto;margin:0 5px}.cocktails__items{width:calc(100% + 10px);margin:0 -5px}.cocktails__items .slick-track{display:flex}.cocktails__items .slick-dots button{width:9px;height:9px;font-size:0;overflow:hidden;background-color:var(--primary-color);opacity:.2;padding:0;cursor:pointer;border:none;transform:rotate(45deg)}.cocktails__items .slick-active button{background-color:var(--primary-color);opacity:1}.cocktails__items .slick-dots{display:flex;align-items:center;gap:0 20px;justify-content:center;margin-top:18px;line-height:0}.cocktails__bot-btn{margin-top:45px}.cocktails__img img{width:100%;aspect-ratio:76/77;object-fit:cover}.gallery__headding h2{line-height:110%;margin-bottom:16px}.gallery__headding a{font-family:var(--secondry-font);font-size:16px;font-weight:300;letter-spacing:3.2px;color:var(--primary-color);text-transform:uppercase}.gallery__headding{text-align:center;margin-bottom:43px}.gallery__item a{display:block}.gallery__item video{width:100%}.gallery__item{width:159px;height:217px;margin-right:7px}.gallery__item:nth-child(odd){margin-top:13px}.gallery__inner{padding:0 0 43px}.footer__inner{background-image:url(New-Caz-Background.png);padding:55px 0 51px}.footer__top-left ul li a{font-family:var(--secondry-font);font-size:20px;font-weight:600;text-transform:uppercase;color:var(--secondry-color);transition:.3s;position:relative}.footer__top-left ul li{margin-bottom:14px;text-align:center}.footer__top-left ul li:last-child{margin-bottom:0}.footer__top-left{margin-bottom:60px}.footer__top-center a{display:block}.footer__top-center a:after{bottom:0;transform:translateY(var(--after-transform))}.footer__top-center{width:214px;margin:0 auto 60px}.footer__top-social-item a{display:block}.footer__top-social{display:flex;gap:0 12px;justify-content:center;margin-bottom:15px}.footer__top-email a{font-family:var(--secondry-font);font-size:16px;font-weight:600;color:var(--secondry-color);text-transform:uppercase;position:relative}.footer__top-email a:before{content:"";width:0;height:1px;background-color:var(--color-off-white);position:absolute;bottom:0;right:0;z-index:1;transition:.3s}.footer__top-email a:hover:before{width:100%;left:0;right:auto}.footer__top-email{text-align:center;margin-bottom:25px}.footer__bot-left,.footer__bot-right{display:none}.footer__bot-btn-buy{color:var(--secondry-color);border:2px solid var(--secondry-color);max-width:282px;position:relative;z-index:1}.footer__bot-btn-buy:after{position:absolute;transition:.3s;content:"";width:100%;bottom:0;background:var(--secondry-color);height:0;left:0;z-index:-1}.footer__bot-btn-buy:hover:after{height:100%}.footer__bot-btn-buy:hover{color:var(--primary-color)}.footer__bot-btn{margin-bottom:22px}.footer__bot-center ul li{font-family:var(--secondry-font);font-size:14px;font-weight:300;text-transform:uppercase;color:var(--secondry-color)}.footer__bot-center ul li a{color:var(--secondry-color);position:relative}.footer__bot-center ul li a:before{content:"";width:0;height:1px;background-color:var(--color-off-white);position:absolute;bottom:0;right:0;z-index:1;transition:.3s}.footer__bot-center ul li a:hover:before{width:100%;left:0;right:auto}.footer__bot-center ul{display:flex;align-items:center;gap:0 19px;justify-content:center}.footer__top-social-item img{max-width:19px;max-height:19px;position:relative;z-index:2}.footer__top-social-item a{width:41px;height:41px;display:flex;align-items:center;justify-content:center;border:2px solid var(--secondry-color);position:relative}.footer__top-social-item a:after{position:absolute;transition:.3s;content:"";width:100%;bottom:0;background:var(--secondry-color);height:0;left:0;z-index:1}.footer__top-social-item a:hover:after{height:100%}.footer__social-blue{display:none}.footer__top-social-item a:hover .footer__social-blue{display:block}.footer__top-social-item a:hover .footer__social-white{display:none}.footer__top-left ul li a:before{content:"";width:0;height:1px;background-color:var(--color-off-white);position:absolute;bottom:0;right:0;z-index:1;transition:.3s}.footer__top-left ul li a:hover:before{width:100%;left:0;right:auto}.footer__top-center img{clip-path:inset(50% 0 50% 0);transition:clip-path .9s ease,transform .9s ease;transform:scale(.4)}.footer__top-center.show img{clip-path:inset(0 0 0 0);transform:scale(1)}.supplier-modal{display:none;position:fixed;z-index:9999;left:0;top:0;width:100%;height:100%;background-color:#eae6dd}.supplier-modal-content{position:relative;width:100%;height:100%;margin:0 auto;box-sizing:border-box;padding:40px 30px}.supplier-modal-header{text-align:center;padding-bottom:23px;position:relative;border-bottom:1px solid rgba(61,82,101,.1)}.supplier-modal-title{font-size:14px;margin:0;text-transform:uppercase;letter-spacing:normal}.supplier-modal-close{position:absolute;top:0;right:20px;background:none;border:none;cursor:pointer;padding:0;width:18px;height:18px}.supplier-modal-close img{width:100%;height:100%;object-fit:contain}.supplier-modal-body{display:flex;flex-direction:column;gap:50px;justify-content:center;padding-top:50px}.supplier-columns{display:grid;grid-template-columns:repeat(2,1fr);gap:0;max-width:894px;width:100%;margin:0 auto}.supplier-column{text-align:left;padding:0 22% 40px;height:100%}.supplier-columns>div{border-right:1px solid rgba(61,82,101,.2)}.supplier-columns>div:nth-child(2n+2){border-right:none}.country-title{font-size:16px;font-weight:400;margin:0 0 25px}.supplier-list{display:flex;flex-direction:column;gap:12px}.supplier-link{font-size:14px;color:var(--primary-color);text-decoration:underline;padding-bottom:2px}.drink-aware{background-color:#fff}.drink-aware .da-wrap{display:flex;gap:40px;justify-content:center;align-items:center;padding:30px 0}.da-img{width:150px}.da-text{font-size:12px}.da-text a{color:var(--primary-color);text-decoration:underline}@media (min-width: 1024px){h1,h2,h3,h4,h5,h6{font-size:33px;letter-spacing:-4px}.common-wrap{padding:0 20px}.hover-border:after,.hover-border:before{content:""}.hover-border:hover span:before,.hover-border:hover span:after{content:""}.age-gate-buttons{flex-direction:row;flex-wrap:nowrap;gap:35px}.age-gate-btn{min-width:215px}.age-gate-logo{width:118px}.header__mobi-left{display:none}.header__desk-left{display:flex;align-items:center;gap:0 30px}.header__desk-left ul li a{font-family:var(--secondry-font);font-size:16px;font-weight:400;color:var(--color-off-white);text-transform:uppercase;position:relative}.header__desk-left ul li a:before{content:"";width:0;height:1px;background-color:var(--color-off-white);position:absolute;bottom:0;right:0;z-index:1;transition:.3s}.header__desk-left ul li a:hover:before{width:100%;left:0;right:auto}.header__desk-left ul{display:flex;align-items:center;gap:0 30px}.header__logo{width:183px;height:100%;top:50%;transform:translate(-50%,-50%)}.header__wrap{border-radius:10px;padding:28px 37px 28px 43px;max-width:1366px;margin:0 auto;flex-wrap:nowrap}.header__logo:hover .header__logo-img{transform:translateY(13px)}.header__right ul{display:flex;align-items:center;gap:0 30px}.header__right ul li a{font-family:var(--secondry-font);font-size:16px;font-weight:400;text-transform:uppercase;color:var(--color-off-white);position:relative}.header__right ul li a:before{content:"";width:0;height:1px;background-color:var(--color-off-white);position:absolute;bottom:0;right:0;z-index:1;transition:.3s}.header__right ul li a:hover:before{width:100%;left:0;right:auto}.header__right-dropdown-selected:after{content:"";width:0;height:1px;background-color:var(--color-off-white);position:absolute;bottom:0;right:0;z-index:1;transition:.3s}.header__right-dropdown-selected:hover:after{width:100%;left:0;right:auto}.header__right{display:flex;align-items:center;gap:0 30px}.header__inner{padding:0 37px}.header-sticky .header__desk-left ul li a,.header-sticky .header__right ul li a{color:var(--primary-color)}.header-sticky .header__desk-left ul li a:before{background-color:var(--primary-color)}.header-sticky .header__right ul li a:before{background-color:var(--primary-color)}.header-sticky .header__right-dropdown-selected:after{background-color:var(--primary-color)}.header-sticky .header__sub-menu-dropdown>a:after{content:url(blue-down-arrow.svg)}.header-sticky .header__logo:hover .header__logo-img-blue{transform:translateY(13px)}.hero__content h2,.hero__content p,.hero__btn{opacity:0;transform:translate(0)}@keyframes slideInLeft{0%{transform:translate(-100px);opacity:0}to{transform:translate(0);opacity:1}}@keyframes slideInRight{0%{transform:translate(100px);opacity:0}to{transform:translate(0);opacity:1}}@keyframes fadeInCenter{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.hero__btn{animation:fadeInCenter .8s ease-out forwards;animation-delay:.8s;display:flex;justify-content:center;margin-top:0}.hero__content h2{margin-bottom:16px;animation:slideInLeft .8s ease-out forwards;animation-delay:.2s}.hero__content p{display:block;text-align:center;font-size:20px;color:var(--color-off-white);margin-bottom:30px;animation:slideInRight .8s ease-out forwards;animation-delay:.4s}.hero__btn-watch{font-size:14px;max-width:none;width:auto}.hero__inner{padding:0}.hero__content{max-width:509px;width:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.hero__video{position:static}.featured-product__inner{padding:72px 0 75px}.featured-product__headding h2{margin-bottom:16px}.featured-product__headding h5,.featured-product__wrap h4{display:none}.featured-product__headding{max-width:712px;margin:0 auto 20px;padding:0}.featured-product__mobi-img{display:none}.featured-product__tab-name-wrap{margin-bottom:50px;gap:0 90px}.featured-product__tab-name.active:after{background-image:url(featured-product-tab-active-img-desk.svg);width:147px}.featured-product__item-bg{height:312px;bottom:13px}.featured-product__img img{height:372px}.featured-product__tab-item{margin:0;flex:1 0 20%;max-width:calc(25% - 15px);opacity:0;transform:translateY(150px);transition:.3s}.featured-product__tab-item.insight{transform:translateY(0);opacity:1}.featured-product__tab-items{width:100%;margin:0;gap:20px;flex-wrap:wrap;justify-content:center}.featured-product__item-content h6{font-size:20px;margin-bottom:10px}.featured-product__item-content p{display:block;text-align:center;font-size:14px;color:var(--primary-color)}.featured-product__btn{display:none}.featured-product__item-content{padding:0 30px}.featured-product__bot-mobi{display:none}.featured-product__bot-desk{display:block;width:52px}.featured-product__bot p{margin-bottom:0}.featured-product__bot{display:flex;align-items:center;gap:0 20px;justify-content:center;margin-top:49px}.featured-product__tab-items.active{display:flex}.featured-product__item-img-wrap:hover .featured-product__img{transform:scale(1.05)}.featured-product__img{transition:.3s}.featured-product__tab-wrap{max-width:1124px;margin:0 auto}.featured-product_btn-tequila:after{position:absolute;transition:.3s;content:"";width:100%;bottom:0;background:var(--primary-color);height:0;left:0;z-index:-1}.featured-product_btn-tequila:hover:after{height:100%}.featured-product_btn-tequila:hover{color:var(--secondry-color)}.story__inner{position:relative;padding:0}.story__left{width:50%;position:absolute;top:0;left:0;height:100%}.story__left picture{height:100%;width:100%}.story__left picture img{height:100%;width:100%;object-fit:cover}.story__right{position:relative;width:100%}.story__right .story__right-inner{display:flex;justify-content:flex-end;min-height:70dvh}.story__content p{font-size:20px}.story__content h3{font-size:30px}.story__content h4{font-size:24px}.story__content h5{font-size:20px}.story__btn-story{max-width:100%;margin:0;width:auto;display:inline-block;padding:0;border:none}.story__content-wrapper{display:flex;justify-content:center;width:50%;align-items:center}.story__content{padding:40px 20px;max-width:526px}.story__btn{display:flex;gap:0 20px;justify-content:center}.story__signature{width:100%;bottom:40px;top:auto;left:50%;transform:translate(-50%);display:flex;justify-content:center;align-items:center;gap:20px;padding:0 20px}.story__signature-item{flex:1}.story__btn-story span{padding:15px 29px;display:block}.story__btn-story:hover{color:var(--secondry-color)}.btn.hover-border span:before,.btn.hover-border span:after{content:""}.partner__inner{padding:66px 0 52px}.partner__content p br{display:block}.partner__items{display:flex;gap:43px;flex-wrap:wrap;max-width:1220px;margin:0 auto}.partner__item{flex:1 0 30%;max-width:calc(100% / 3 - 28.66px)}.cocktails__inner{padding:20px 0 61px}.cocktails__headding p{font-size:20px}.cocktails__headding-btn{display:block;text-align:center;margin-top:16px}.cocktails__headding-btn-cocktails{width:auto;display:inline-block;padding:14px 24px}.cocktails__headding-btn-cocktails:after{position:absolute;transition:.3s;content:"";width:100%;bottom:0;background:var(--primary-color);height:0;left:0;z-index:-1}.cocktails__headding-btn-cocktails:hover:after{height:100%}.cocktails__headding-btn-cocktails:hover{color:var(--secondry-color)}.cocktails__headding{max-width:638px;margin:0 auto;padding:0}.cocktails__content h5{font-size:20px}.cocktails__content img{width:199px}.cocktails__content{padding:23px 30px 30px}.cocktails__item{margin:0;flex:1 0 30%;height:100%;opacity:0;transform:translateY(150px);transition:.3s}.cocktails__item:hover .cocktails__img img{transform:scale(1.1)}.cocktails__item img{transition:.3s}.cocktails__img{overflow:hidden}.cocktails__item.insight{transform:translateY(0);opacity:1}.cocktails__items{width:100%;margin:0 auto;display:flex;gap:36px;max-width:1227px}.cocktails__bot-btn{display:none}.cocktails__item:nth-child(2){margin-top:65px}.cocktails__bot-btn-cocktails:after{position:absolute;transition:.3s;content:"";width:100%;bottom:0;background:var(--primary-color);height:0;left:0;z-index:-1}.cocktails__bot-btn-cocktails:hover:after{height:100%}.cocktails__bot-btn-cocktails:hover{color:var(--secondry-color)}.gallery__headding h2{margin-bottom:13px}.gallery__headding{margin-bottom:48px}.gallery__item{width:300px;height:408px;margin-right:13px}.gallery__item:nth-child(odd){margin-top:24px}.gallery__inner{padding:0 0 58px}.footer__inner{padding:56px 0 58px}.footer__top-left ul li{text-align:left}.footer__top-left{margin-bottom:0}.footer__top-right,.footer__top-left{flex:1}.footer__bot-btn{margin-bottom:25px}.footer__top-center{margin:0;z-index:1}.footer__top-social{justify-content:flex-end}.footer__top-email{text-align:right;margin-bottom:0}.footer__top-wrap{display:flex;justify-content:space-between;position:relative;margin-bottom:26px}.footer__bot-left{display:block;width:254px;margin-left:66px}.footer__bot-right{display:block;width:158px;margin-right:83px;margin-top:-35px}.footer__bot-wrap{display:flex;justify-content:space-between;position:relative}.footer__bot-center{position:absolute;top:0;left:50%;transform:translate(-50%);z-index:1;width:100%}.supplier-modal-content{padding:60px 0}.supplier-columns{grid-template-columns:repeat(4,1fr)}.supplier-columns>div,.supplier-columns>div:nth-child(4n+2){border-right:1px solid rgba(61,82,101,.2)}.supplier-columns>div:nth-child(4n+4){border-right:none}.supplier-modal-body{gap:80px}}@media (max-width: 480px){.supplier-columns{grid-template-columns:1fr}.supplier-columns>div{border-bottom:1px solid rgba(61,82,101,.2);border-right:none}.supplier-columns .supplier-column{padding:20px 0}}
/*# sourceMappingURL=/cdn/shop/t/6/assets/style.css.map */
