*,*::before,*::after{box-sizing:border-box}*{margin:0}body{line-height:1.5;-webkit-font-smoothing:antialiased}img,picture,video,canvas,svg{display:block;max-width:100%;max-height:100%}input,button,textarea,select{font:inherit}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}#root,#__next{isolation:isolate}ul,ol{list-style:none;margin:0;padding:0}@font-face{font-family:'Helvetica Neue';src:local('HelveticaNeue Thin'),url('fonts/HelveticaNeue-Thin.woff2') format('woff2'),url('fonts/HelveticaNeue-Thin.woff') format('woff');font-weight:100;font-style:normal;font-display:swap}@font-face{font-family:'Helvetica Neue';src:local('HelveticaNeue Light'),url('fonts/HelveticaNeue-Light.woff2') format('woff2'),url('fonts/HelveticaNeue-Light.woff') format('woff');font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:'Helvetica Neue';src:local('HelveticaNeue Roman'),url('fonts/HelveticaNeue-Roman.woff2') format('woff2'),url('fonts/HelveticaNeue-Roman.woff') format('woff');font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:'Helvetica Neue';src:local('HelveticaNeue Medium'),url('fonts/HelveticaNeue-Medium.woff2') format('woff2'),url('fonts/HelveticaNeue-Medium.woff') format('woff');font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:'Helvetica Neue';src:local('HelveticaNeue Bold'),url('fonts/HelveticaNeue-Bold.woff2') format('woff2'),url('fonts/HelveticaNeue-Bold.woff') format('woff');font-weight:700;font-style:normal;font-display:swap}html,body{font-family:'Helvetica Neue',system-ui,-apple-system,'Segoe UI',Roboto,'Noto Sans',Ubuntu,Arial,sans-serif;overflow-x:hidden;background:#0d1c2a}html p,body p{font-size:14px;letter-spacing:.7px;line-height:21px}.cta,.ff-btn{display:block;padding:12px 28px;border-radius:28px;color:#fff;text-decoration:none;font-weight:700;text-transform:uppercase;line-height:1;cursor:pointer;background:linear-gradient(113deg, #6F4B34 0%, #E6BBA0 100%);justify-self:start;outline:none;border:none;min-width:180px;text-align:center;font-size:14px}.cta:hover,.ff-btn:hover{filter:brightness(1.05)}.cta:active,.ff-btn:active{filter:brightness(.95)}div.file{display:grid;gap:16px;grid-template-columns:auto 1fr;align-items:center;margin:8px 0}div.file a.ppt{content:url('icons/ppt.png');display:inline-block;width:28px;height:28px}div.file a.pdf{content:url('icons/pdf.png');display:inline-block;width:28px;height:28px}header.site-header{background:rgba(10,29,43,0.5);width:100%;z-index:50000;backdrop-filter:blur(30px);-webkit-backdrop-filter:blur(30px);transition:all .5s ease;position:fixed;height:108px;z-index:5000000}header.site-header .site-header-container{max-width:1640px;transition:all .5s ease;width:100%;margin:0 auto;display:grid;grid-template-columns:auto 1fr auto;align-items:center;justify-items:center;padding:14px 0}header.site-header .site-header-container .logo img{transition:all .5s ease;height:80px;width:auto}header.site-header .site-header-container .logo .custom-logo-link--mobile{display:none}header.site-header .site-header-container .hamburger-menu{display:none;flex-direction:column;justify-content:space-around;height:24px;width:auto;background:transparent;border:none;cursor:pointer;position:relative}header.site-header .site-header-container .hamburger-menu .hamburger-line{display:block;height:4px;width:30px;background:#b38e77;border-radius:30px;transition:all .3s linear}header.site-header .site-header-container .hamburger-menu[aria-expanded="true"] .hamburger-line{transform-origin:center;position:relative}header.site-header .site-header-container .hamburger-menu[aria-expanded="true"] .hamburger-line:nth-child(1){transform:rotate(45deg);top:4px}header.site-header .site-header-container .hamburger-menu[aria-expanded="true"] .hamburger-line:nth-child(2){transform:rotate(-45deg);bottom:3px}header.site-header .site-header-container .hamburger-menu[aria-expanded="true"] .hamburger-line:nth-child(3){opacity:0}header.site-header .site-header-container ul.menu{display:flex;gap:20px;text-transform:uppercase}header.site-header .site-header-container ul.menu a{color:white;text-decoration:none;font-size:14px}header.site-header .site-header-container ul.menu a:hover{text-decoration:underline;color:#b38e77}header.site-header .site-header-container .header-right{display:flex;gap:18px}header.site-header .site-header-container .header-right .seperator{width:2px;background:#D3D3D3;display:block;content:" "}header.site-header .site-header-container .header-right .cart{position:relative}header.site-header .site-header-container .header-right .cart .cart-count{position:absolute;top:-3px;right:-4px;color:white;border-radius:50%;width:16px;height:16px;background:#4ACB6A;text-align:center;font-size:12px;display:grid;justify-items:center;align-items:center}header.site-header .site-header-container .header-right .cart img:hover{filter:brightness(1.1)}header.site-header.active.scrolled{background:#000000d6;height:100dvh}.mobile-menu{display:none}@media screen and (max-width:1640px){header.site-header .site-header-container{padding:14px 36px}}@media screen and (max-width:1150px){header.site-header{position:fixed;width:100%;z-index:50000}header.site-header.active{background:#000000d6;height:100dvh}header.site-header .site-header-container{grid-template-columns:1fr auto 1fr}header.site-header .site-header-container .some-icons{order:0;justify-self:start}header.site-header .site-header-container .logo{order:1}header.site-header .site-header-container .hamburger-menu{display:flex;justify-self:end;padding:0;order:2}header.site-header .site-header-container .menu-top-and-bottom-menu-container{order:3;grid-column:span 3;display:none}.mobile-menu{opacity:0;transition:all .5s ease;pointer-events:none;position:fixed;top:108px;width:50vw;height:calc(100vh - 108px);right:0;background:rgba(18,38,53,0.5);backdrop-filter:blur(30px);display:grid;grid-template-rows:1fr auto auto;gap:40px;padding:20px 0 20px 20px;justify-items:end;text-align:right}.mobile-menu p.copy{color:white;padding-right:20px;font-size:10px}.mobile-menu ul{display:flex;flex-direction:column;gap:20px}.mobile-menu ul li{display:grid;grid-template-columns:1fr auto;gap:14px;align-items:center}.mobile-menu ul li a{color:white;text-transform:uppercase;font-size:14px;text-decoration:none;font-weight:bold}.mobile-menu ul li::after{height:1px;width:22px;background:white;content:" ";display:block}.mobile-menu .menu-top-and-bottom-menu-container{align-self:center;background:url(img/gsd-menu.png) no-repeat top right;width:100%;height:100%;display:grid;align-items:center}.mobile-menu .menu-legal-container ul li a{font-weight:normal;font-size:10px}.mobile-menu.active{opacity:1;pointer-events:all;z-index:500}}@media screen and (max-width:750px){header.site-header .site-header-container{padding:14px 30px}header.site-header .site-header-container .logo .custom-logo-link{display:none}header.site-header .site-header-container .logo .custom-logo-link--mobile{display:block}header.site-header .site-header-container .logo .custom-logo-link--mobile img{width:80px;height:80px}header.site-header .site-header-container .header-right .seperator{display:none}header.site-header .site-header-container .header-right .cart{display:none}header.site-header .site-header-container .header-right .some-icons .facebook,header.site-header .site-header-container .header-right .some-icons .x{display:none}header.site-header.scrolled .site-header-container{padding:14px 30px}}main.site-content{max-width:1640px;width:100%;margin:0 auto;padding-top:108px;z-index:5;position:relative}main.site-content div.content{display:grid;gap:60px}main.site-content div.content>ul.wp-block-list{list-style-type:disc;padding-left:18px}main.site-content div.content>ul.wp-block-list li{margin-bottom:4px;font-size:14px}.banners-container .banners{border-radius:30px;overflow:hidden}.banners-container .banners .banner{position:relative}.banners-container .banners .banner .banner-desktop img{width:100%;height:100%;object-fit:cover;object-position:right}.banners-container .banners .banner .banner-mobile{display:none}.banners-container .banners .banner .banner-content{position:absolute;top:0;right:128px;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:12px;color:white;max-width:440px;width:100%;text-align:center;line-height:1.1}.banners-container .banners .banner.pos-left .banner-content{right:auto;left:128px;align-items:flex-start;text-align:left}@media screen and (max-width:1200px){.banners-container .banners .banner .banner-content{right:64px}.banners-container .banners .banner.pos-left .banner-content{left:64px}}@media screen and (max-width:800px){.banners-container .banners .banner{background:#142534;display:grid}.banners-container .banners .banner .banner-desktop{display:none}.banners-container .banners .banner .banner-mobile{display:block}.banners-container .banners .banner .banner-content{position:relative;max-width:400px;margin:0 auto;right:0;padding:40px 10px}.banners-container .banners .banner.pos-left .banner-content{left:0}}.logos-marquee{--logos-duration:30s;--logos-gap:64px;--logos-height:40px;position:relative;overflow:hidden}.logos-marquee::before{content:"";width:120px;background:linear-gradient(to right, white, rgba(255,255,255,0));display:block;position:absolute;top:0;left:0;height:100%;z-index:50;pointer-events:none}.logos-marquee::after{content:"";width:120px;background:linear-gradient(to left, white, rgba(255,255,255,0));display:block;position:absolute;top:0;right:0;height:100%;z-index:50;pointer-events:none}.logos-marquee .logos-track{display:flex;width:max-content;animation:logos-scroll var(--logos-duration) linear infinite}.logos-marquee:hover .logos-track{animation-play-state:paused}.logos-marquee .logos-strip{display:flex;align-items:center;gap:var(--logos-gap);padding:8px 0;white-space:nowrap;padding-inline-end:var(--logos-gap);padding-right:var(--logos-gap)}.logos-marquee .logos-strip .logo{display:inline-flex;align-items:center;line-height:0;opacity:.8;transition:opacity .2s ease}.logos-marquee .logos-strip .logo:hover{opacity:1}.logos-marquee .logos-strip .logo img{height:var(--logos-height);width:auto;display:block;object-fit:contain;filter:grayscale(100%)}@media (prefers-reduced-motion:reduce){.logos-marquee .logos-track{animation-duration:calc(var(--logos-duration) * 2)}}@keyframes logos-scroll{from{transform:translateX(0)}to{transform:translateX(-50%)}}.some-icons{display:flex;gap:6px}.split-hero{position:relative;background:var(--block-bg, transparent);background-image:var(--block-bg-image, none);background-size:cover;background-position:center;color:var(--text-color, inherit);border-radius:30px;overflow:hidden}.split-hero.is-right .split-hero__inner{direction:rtl}.split-hero.is-right .split-hero__media,.split-hero.is-right .split-hero__text{direction:ltr}.split-hero .split-hero__inner{display:grid;grid-template-columns:3fr 2fr}@media (max-width:1000px){.split-hero .split-hero__inner{grid-template-columns:1fr}}.split-hero .split-hero__media{display:grid;grid-auto-flow:column;grid-auto-columns:100%;overflow-x:auto;max-height:60vh;scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none;border-radius:25px;overflow:hidden}.split-hero .split-hero__media::-webkit-scrollbar{display:none}.split-hero .split-hero__media .sh-slide{scroll-snap-align:center}.split-hero .split-hero__media .sh-slide img,.split-hero .split-hero__media .sh-slide video{height:100%;object-fit:cover;max-height:60vh;width:100%}.split-hero .split-hero__text{position:relative;color:var(--text-color, inherit);display:grid;align-items:center;justify-content:center}.split-hero .split-hero__text .split-hero__content{width:100%;max-width:400px;padding:30px 0}.split-hero .split-hero__text .split-hero__content a.cta{margin-top:20px}.split-hero .split-hero__text .split-hero__content h2{line-height:1.2;margin-bottom:10px}.split-hero .split-hero__text .split-hero__content ul{list-style:disc;padding-left:20px;margin:20px 0}@media (max-width:1000px){.split-hero .split-hero__text .split-hero__content{padding:60px 10px}}.split-hero .split-hero__text::before{content:'';position:absolute;inset:0;background-image:var(--text-bg, none);background-repeat:no-repeat;background-size:auto 100%;background-position:var(--text-bg-pin, right) center;opacity:.3;pointer-events:none}.split-hero .split-hero__text>*{position:relative}.split-hero .sh-dots{position:absolute;left:0;right:0;bottom:12px;display:flex;justify-content:center;gap:8px}.split-hero .sh-dots .sh-dot{width:8px;height:8px;border-radius:50%}.brands-grid{background:var(--bg, transparent);color:var(--text-color, inherit);border-radius:20px;padding:48px 32px}.brands-grid .brands-grid__intro{max-width:400px;margin:0 auto;padding-bottom:20px;text-align:center;display:grid;justify-items:center}@media (max-width:1024px){.brands-grid .brands-grid__intro{justify-items:start;padding:0 10px 20px;text-align:left}}.brands-grid .brands-grid__intro .cta{margin-top:20px}.brands-grid .brands-grid__header{text-align:center;max-width:720px;margin:0 auto 32px}.brands-grid .brands-grid__header .brands-grid__title{margin:0 0 8px}.brands-grid .brands-grid__header .brands-grid__subtitle{margin:0 auto 16px;opacity:.9}.brands-grid .brands-grid__header .brands-grid__btn{display:inline-block}.brands-grid .brands-grid__items{display:grid;gap:24px;grid-template-columns:repeat(3, minmax(0, 1fr));grid-auto-rows:106px;grid-auto-flow:dense}@media (max-width:1024px){.brands-grid .brands-grid__items{grid-template-columns:repeat(2, 1fr)}}.brands-grid .brand-card{height:100%;display:grid;grid-template-rows:auto 1fr auto;gap:35px;align-items:center;position:relative;border-radius:25px;overflow:hidden;grid-row:span 5;background:linear-gradient(180deg, #2c4555, #1b2d3d);padding:40px 30px 30px}@media screen and (max-width:1024px){.brands-grid .brand-card{grid-row:span 3}}.brands-grid .brand-card:nth-child(3){grid-row:span 7;border:3px solid white;background:#617281}@media screen and (max-width:1024px){.brands-grid .brand-card:nth-child(3){grid-column:span 2;grid-row:span 3}}.brands-grid .brand-card:nth-child(6){grid-row:span 4}@media screen and (max-width:1024px){.brands-grid .brand-card:nth-child(6){grid-row:span 3}}.brands-grid .brand-card:nth-child(9){grid-row:span 4}@media screen and (max-width:1024px){.brands-grid .brand-card:nth-child(9){grid-row:span 3}}.brands-grid .brand-card .brand-card__title{text-align:center;font-size:18px;font-weight:bold;letter-spacing:.9px}.brands-grid .brand-card .brand-card__media{min-height:0;overflow:hidden;width:auto;height:100%}.brands-grid .brand-card .brand-card__media .brand-card__slide{display:block;height:100%}.brands-grid .brand-card .brand-card__media .brand-card__slide:not(:first-child){display:none}.brands-grid .brand-card .brand-card__media img,.brands-grid .brand-card .brand-card__media .brand-card__mv{max-height:100%;object-fit:contain;display:block;user-select:none;-webkit-user-drag:none;height:100%;width:auto;margin:0 auto}.brands-grid .brand-card .brand-card__media .brand-card__mv{border:0}.brands-grid .brand-card .brand-card__media .brand-card__placeholder{width:100%;height:100%;background:rgba(255,255,255,0.06)}.brands-grid .brand-card .brand-card__dots{display:flex;justify-content:center;gap:6px;margin-top:10px}.brands-grid .brand-card .brand-card__dots .dot{width:22px;height:8px;border:0;padding:0;border-radius:999px;background:white;cursor:pointer;transition:transform .15s ease,background-color .15s ease}.brands-grid .brand-card .brand-card__dots .dot:hover{transform:scale(1.15)}.brands-grid .brand-card .brand-card__dots .dot.is-active{background:#d7af94}.no-js .brands-grid .brand-card__media .brand-card__slide:first-child{display:block}.gsd-title{display:grid;justify-items:center;padding:32px 0}.grid-numbers{display:grid;grid-template-columns:1fr 1fr 1fr;gap:16px}.grid-numbers .grid-number .thumb{border-radius:25px;overflow:hidden}.grid-numbers .grid-number .data{border-radius:25px;background:#122635;color:white;padding:50px 70px;margin-top:-40px;z-index:5;position:relative}.grid-numbers .grid-number .data h3{display:grid;grid-template-columns:33px auto;gap:20px;align-items:center;line-height:30px;margin-bottom:10px}.grid-numbers .grid-number .data h3 .number{font-size:60px;color:#8A5839}.grid-numbers .grid-number .data h3 .title{font-size:26px}@media screen and (max-width:1400px){.grid-numbers{grid-template-columns:1fr 1fr}.grid-numbers .grid-number .thumb img{width:100%}}@media screen and (max-width:900px){.grid-numbers{grid-template-columns:1fr}.grid-numbers .grid-number .thumb img{width:100%}.grid-numbers .grid-number .data{padding:50px 0px}.grid-numbers .grid-number .data .data-inner{max-width:400px;margin:0 auto;padding:0 16px}}.strip{padding:0 128px;background:linear-gradient(269deg, #122635, #367CB1 30%, #122635);border-radius:25px;color:white;display:flex;justify-content:space-between;gap:20px}.strip>div{padding:24px 0}.strip h2{font-size:38px}.strip .mid{padding:0}.strip .mid .decoration-pc{height:100%;width:300px;background:url("https://gsdalcohol.com/wp-content/uploads/2025/12/gsd-badge.svg") no-repeat center center;display:block;content:"";background-size:cover;filter:opacity(.21)}.strip .mid img.decoration-mobile{display:none}.strip .right{display:flex;align-items:center}@media screen and (max-width:1260px){.strip{padding:0 64px}}@media screen and (max-width:1120px){.strip{display:grid;padding:40px 0;justify-content:center;position:relative}.strip>div{padding:0;max-width:400px;padding:0 10px}.strip .mid{order:6;pointer-events:none;position:absolute;right:0;height:85%;bottom:0}.strip .mid .decoration-pc{display:none}.strip .mid img{display:none}.strip .mid img.decoration-mobile{display:block}}div.contact-wrap{display:grid;grid-template-columns:2fr 2fr 1fr;gap:40px;align-items:center;max-width:1640px;margin:60px auto 0;width:100%;background:#142534;color:white;border-radius:30px;z-index:5;position:relative}div.contact-wrap .graphics{background:linear-gradient(230deg, #6C6C6C, #FFFFFF, #838383);border-radius:25px}div.contact-wrap .graphics img{transform:scale(1.14);transform-origin:bottom left;border-bottom-left-radius:25px}div.contact-wrap .contact{display:grid;gap:20px;border-left:2px solid white;padding:0 20px}div.contact-wrap .contact a{color:white}div.contact-wrap .contact a:hover{text-decoration:none}div.contact-wrap .form .form-inner{max-width:400px;margin:0 auto}div.contact-wrap .form .form-inner p{font-size:14px;letter-spacing:.7px;line-height:21px}div.contact-wrap .form .form-inner h2{font-size:32px;font-weight:700;letter-spacing:.9px}div.contact-wrap .form .form-inner form{margin-top:20px}div.contact-wrap .form .form-inner form input,div.contact-wrap .form .form-inner form textarea{max-width:400px;border-radius:28px;resize:none;padding:8px 20px;border:1px solid white;outline:none;background:transparent;font-size:14px}div.contact-wrap .form .form-inner form .ff_submit_btn_wrapper{display:grid;justify-content:end}@media screen and (max-width:1640px){div.contact-wrap{grid-template-columns:1fr 1fr}div.contact-wrap .graphics{grid-column:span 2;max-height:40vh}div.contact-wrap .graphics img{max-height:40vh}div.contact-wrap .form .form-inner form .ff_submit_btn_wrapper{justify-content:start}}@media screen and (max-width:1100px){div.contact-wrap{grid-template-columns:1fr;padding-bottom:60px}div.contact-wrap .form .form-inner{padding:0 10px}div.contact-wrap .graphics{grid-column:span 1}div.contact-wrap .graphics img{max-width:80vw;width:100%;object-fit:contain;object-position:left}div.contact-wrap .contact{max-width:400px;margin:0 auto;width:100%;position:relative;left:10px}}.footer-map{position:relative;z-index:2}.footer-map img{margin:0 auto}@media screen and (max-width:1640px){.footer-map{min-height:40vh}.footer-map img{min-height:40vh;object-fit:cover}}footer{background:#0b1724;position:relative;z-index:5}footer img.custom-logo{height:80px;width:100%}footer div.footer-inner{padding:30px 0 60px;display:grid;gap:30px;max-width:1640px;width:100%;margin:0 auto;color:white;justify-content:center;justify-items:center;text-align:center;position:relative}footer div.footer-inner h2{font-size:36px;font-weight:200}footer div.footer-inner h2 strong{font-weight:800}footer div.footer-inner div.footer-menu{display:grid;gap:16px}footer div.footer-inner div.footer-menu ul.menu{display:flex;justify-content:center;gap:20px}footer div.footer-inner div.footer-menu ul.menu a{color:white;text-decoration:none;font-size:14px;text-transform:uppercase}footer div.footer-inner div.footer-menu ul.menu a:hover{text-decoration:underline}footer div.footer-inner div.footer-menu .menu-legal-container ul.menu a{font-size:12px;font-weight:200}footer div.footer-inner div.footer-menu p.copy{font-size:10px;font-weight:200}footer div.footer-inner img.gsd-footer{position:absolute;right:0;bottom:0;pointer-events:none}@media screen and (max-width:1000px){footer div.footer-inner h2 strong{display:block}footer div.footer-inner div.footer-menu{gap:36px}footer div.footer-inner div.footer-menu ul.menu{display:grid;gap:16px}footer div.footer-inner div.footer-menu .menu-legal-container ul.menu{gap:10px}}p:empty{height:0;margin:0;padding:0}.super-index{height:627px;position:relative;border-radius:25px;margin-bottom:40px}.super-index img.bg{position:absolute;top:0;left:0;height:100%;width:100%;object-fit:cover;pointer-events:none;border-radius:25px}.super-index img.bg-mobile{display:none}.super-index img.bottle{position:absolute;height:100%;width:auto;top:40px;left:16%}.super-index .container{position:absolute;top:0;left:0;width:100%;height:100%;display:grid;justify-content:center;align-items:center}.super-index .container>div{max-width:320px;text-align:center;display:grid;gap:10px}.super-index.custom-glass .bottle-mobile{display:none}.super-index.custom-glass .container{left:25%;max-width:400px}.super-index.custom-glass .container>div{max-width:420px;text-align:left}.super-index.merch{margin-bottom:60px}.super-index.merch img.bottle{left:5%;top:60px}.super-index.merch .container>div{color:white}.super-index.custom-glass-page .custom-logo,.super-index.custom-glass-page .custom-bottle,.super-index.custom-glass-page .custom-bottle2{display:none}.super-index.brands-catalogue{margin-bottom:-60px;border-radius:0}.super-index.brands-catalogue .container{justify-content:start;color:white}.super-index.brands-catalogue .container .text{left:130px;position:relative;text-align:left;max-width:460px}.super-index.brands-catalogue .bg-wrap{position:relative;height:100%}.super-index.brands-catalogue .bg-wrap img.gsd{right:260px;position:absolute;scale:1.2}.super-index.brands-catalogue .bg-wrap img.person{right:130px;scale:1.1;position:absolute}@media screen and (max-width:1680px){.super-index.brands-catalogue .container .text{left:40px}.super-index.brands-catalogue .bg-wrap img.gsd{right:140px}.super-index.brands-catalogue .bg-wrap img.person{right:10px}}@media screen and (max-width:1240px){.super-index.brands-catalogue .container .text{left:40px;max-width:400px}}@media screen and (max-width:1140px){.super-index.brands-catalogue{height:auto;display:grid;gap:40px}.super-index.brands-catalogue .container{position:relative;justify-content:center}.super-index.brands-catalogue .container .text{left:0px;max-width:400px;padding:30px 10px}.super-index.brands-catalogue .bg-wrap{height:40vh;order:6}.super-index.brands-catalogue .bg-wrap img.gsd{right:50%;transform:translateX(50%)}.super-index.brands-catalogue .bg-wrap img.person{right:50%;transform:translateX(50%)}}@media screen and (max-width:1160px){.super-index img.bottle{left:5%}}@media screen and (max-width:1000px){.super-index img.bottle{left:10px}}@media screen and (max-width:860px){.super-index{height:auto;display:grid;gap:40px}.super-index .bg-wrap{position:relative}.super-index img.bottle{left:0}.super-index img.bg{display:none}.super-index img.bg-mobile{display:block}.super-index .container{position:relative;padding:10px}.super-index.custom-glass{background:#d7d7d7}.super-index.custom-glass .bg-wrap{display:grid;justify-content:end}.super-index.custom-glass .bottle-mobile{display:block;position:absolute;left:0;bottom:50px;max-height:60%}.super-index.custom-glass .container{left:0;margin:0 auto;padding-bottom:50px}.super-index.merch img.bottle{left:5%;max-width:80vw;height:auto;bottom:-60px;position:absolute;top:auto}.super-index.merch .container>div{color:black}.super-index.custom-glass-page{position:relative;background:#eaeaea;gap:0;padding:40px 0}.super-index.custom-glass-page .custom-logo,.super-index.custom-glass-page .custom-bottle,.super-index.custom-glass-page .custom-bottle2{display:block;position:absolute}.super-index.custom-glass-page .bg-wrap{height:40vh}.super-index.custom-glass-page .custom-logo{height:70%;right:0;top:5%}.super-index.custom-glass-page .custom-bottle{height:40vh;top:10%}.super-index.custom-glass-page .custom-bottle2{height:25vh;right:0;top:25vh;left:auto}}.custom-glasses{display:grid;gap:28px}.custom-glasses .glass-controls{display:grid;grid-template-columns:2fr 1fr;gap:16px;padding:0 60px}.custom-glasses .glass-controls .glass-controls-size,.custom-glasses .glass-controls .glass-controls-material{padding:27px 64px;background:#142534;border-radius:25px}.custom-glasses .glass-controls ul{display:flex;justify-content:center;gap:20px;list-style-type:none}.custom-glasses .glass-controls ul li a{width:50px;display:grid;justify-items:center;gap:16px;color:white;font-size:12px;text-decoration:none;font-weight:bold;text-transform:uppercase}.custom-glasses .glass-controls ul li a::before{display:block;outline:3px solid transparent;outline-offset:3px;transition:all .5s ease;content:"";width:20px;height:20px;background:#C99E86;border-radius:100px}.custom-glasses .glass-controls ul li.is-active a::before{outline:3px solid #c99e86;outline-offset:3px;box-shadow:0 0 0 0 rgba(201,158,134,0.6);animation:pulse-glow 1.6s ease-out infinite}.custom-glasses .glass-controls ul li.unavailable a{color:#7f7f7f;cursor:default}.custom-glasses .glass-controls ul li.unavailable a::before{background:#7f7f7f}.custom-glasses .glass-controls ul li.unavailable:hover a::before{outline:3px solid transparent;outline-offset:3px}.custom-glasses .glass-controls ul li:hover a::before{outline:3px solid white;outline-offset:3px}.custom-glasses .glasses{display:grid;grid-template-columns:1fr 1fr 1fr;gap:16px}.custom-glasses .glasses .glass .thumb{border-radius:25px;overflow:hidden;background:#eaeaea;height:525px;padding:40px 30px 80px}.custom-glasses .glasses .glass .thumb img{margin:0 auto;transition:all .5s ease}.custom-glasses .glasses .glass .thumb:hover img{transform:scale(1.1)}.custom-glasses .glasses .glass .data{border-radius:25px;background:#122635;color:white;padding:50px 0;margin-top:-40px;z-index:5;position:relative}.custom-glasses .glasses .glass .data h3{display:grid;grid-template-columns:103px auto;gap:20px;align-items:center;line-height:30px;margin-bottom:10px}.custom-glasses .glasses .glass .data h3 .number{font-size:60px;color:#8A5839;justify-self:end}.custom-glasses .glasses .glass .data h3 .title{font-size:26px;text-transform:uppercase;padding-right:70px}.custom-glasses .glasses .glass .data h3 .title .subtitle{display:block;font-size:12px}.custom-glasses .glasses .glass.visible:first-child{order:-4}.custom-glasses .glasses .glass.visible:nth-child(2){order:-3}.custom-glasses .glasses .glass.visible:nth-child(3){order:-2}.custom-glasses .glasses .empty{background:#f8f8f8;border-radius:25px}.custom-glasses .glasses .strip{grid-column:span 3;order:-1}@keyframes pulse-glow{0%{box-shadow:0 0 0 0 rgba(201,158,134,0.6)}70%{box-shadow:0 0 0 10px rgba(201,158,134,0)}100%{box-shadow:0 0 0 0 rgba(201,158,134,0)}}@keyframes pulse-offset{0%,100%{outline-offset:3px}50%{outline-offset:8px}}@media screen and (max-width:1400px){.custom-glasses .glass-controls{padding:0}.custom-glasses .glasses{grid-template-columns:1fr 1fr}.custom-glasses .glasses .glass.visible:first-child{order:-4}.custom-glasses .glasses .glass.visible:nth-child(2){order:-3}.custom-glasses .glasses .glass.visible:nth-child(3){order:initial}.custom-glasses .glasses .strip{grid-column:span 2;order:-2}}@media screen and (max-width:1300px){.custom-glasses .glass-controls{grid-template-columns:1fr;padding:0;gap:8px}.custom-glasses .glass-controls ul{flex-wrap:wrap;justify-content:center;gap:30px}.custom-glasses .glass-controls .glass-controls-size,.custom-glasses .glass-controls .glass-controls-material{padding:27px 48px}}@media screen and (max-width:900px){.custom-glasses .glasses{grid-template-columns:1fr}.custom-glasses .glasses .strip{grid-column:span 1}}.glass-rotator{touch-action:pan-y}.glass-rotator .gr-inner{display:grid;grid-template-columns:1fr 2fr;background:#eaeaea;border-radius:25px}.glass-rotator .gr-inner .gr-text{background:#142534;border-radius:25px;display:grid;align-content:center}.glass-rotator .gr-inner .gr-text .gr-content{padding:10px;max-width:400px;margin:0 auto;color:white}.glass-rotator .gr-inner .gr-media{display:grid;grid-template-columns:1fr 5fr 1fr}.glass-rotator .gr-inner .gr-media .gr-arrow{display:grid;justify-content:center;align-items:center}.glass-rotator .gr-inner .gr-media .gr-arrow button{width:39px;height:39px;border-radius:50px;border:none;background:#c7a088;cursor:pointer;display:grid;align-items:center;justify-items:center}.glass-rotator .gr-inner .gr-media .gr-arrow button span{display:block;width:12px;height:12px;border-left:2px solid white;border-bottom:2px solid white;transform:rotate(45deg)}.glass-rotator .gr-inner .gr-media .gr-arrow button span.left{transform:translateX(25%) rotate(45deg)}.glass-rotator .gr-inner .gr-media .gr-arrow button span.right{transform:translateX(-25%) rotate(-135deg)}.glass-rotator .gr-inner .gr-media .gr-track{display:grid;grid-template-columns:1fr 1fr 1fr 1fr 1fr;gap:24px;justify-content:center;align-items:center;touch-action:pan-y}.glass-rotator .gr-inner .gr-media .gr-track .gr-item{order:3;will-change:transform;position:relative;z-index:1;touch-action:pan-y}.glass-rotator .gr-inner .gr-media .gr-track .gr-item.is-anim-under{z-index:0 !important}.glass-rotator .gr-inner .gr-media .gr-track .gr-item img{transition:all .6s ease,filter .6s;scale:1}.glass-rotator .gr-inner .gr-media .gr-track .gr-item.is-prev2{order:1;z-index:0 !important}.glass-rotator .gr-inner .gr-media .gr-track .gr-item.is-prev2 img{filter:blur(5px);scale:.6}.glass-rotator .gr-inner .gr-media .gr-track .gr-item.is-prev1{order:2}.glass-rotator .gr-inner .gr-media .gr-track .gr-item.is-prev1 img{filter:blur(2px);scale:.8}.glass-rotator .gr-inner .gr-media .gr-track .gr-item.is-active{order:3}.glass-rotator .gr-inner .gr-media .gr-track .gr-item.is-active img{scale:1.2}.glass-rotator .gr-inner .gr-media .gr-track .gr-item.is-next1{order:4}.glass-rotator .gr-inner .gr-media .gr-track .gr-item.is-next1 img{filter:blur(2px);scale:.8}.glass-rotator .gr-inner .gr-media .gr-track .gr-item.is-next2{order:5;z-index:0 !important}.glass-rotator .gr-inner .gr-media .gr-track .gr-item.is-next2 img{filter:blur(5px);scale:.6}@media screen and (max-width:1400px){.glass-rotator .gr-inner{grid-template-columns:2fr 3fr}}@media screen and (max-width:1400px){.glass-rotator .gr-inner{grid-template-columns:1fr}.glass-rotator .gr-inner .gr-media{grid-template-columns:1fr 8fr 1fr}.glass-rotator .gr-inner .gr-text .gr-content{padding:40px 10px}}@media screen and (max-width:800px){.glass-rotator .gr-inner{grid-template-columns:1fr}.glass-rotator .gr-inner .gr-media{grid-template-columns:1fr 8fr 1fr}.glass-rotator .gr-inner .gr-media .gr-track{position:relative;grid-template-columns:1fr 1fr 1fr}.glass-rotator .gr-inner .gr-media .gr-track .gr-item{transition:transform .6s ease}.glass-rotator .gr-inner .gr-media .gr-track .gr-item.is-prev2,.glass-rotator .gr-inner .gr-media .gr-track .gr-item.is-next2{position:absolute;top:0;left:0;width:0;height:0;overflow:hidden;visibility:hidden;pointer-events:none}.glass-rotator .gr-inner .gr-media .gr-track .gr-item.is-entering-left>img{animation:grEnterL .6s ease both;z-index:-5}.glass-rotator .gr-inner .gr-media .gr-track .gr-item.is-entering-right>img{animation:grEnterR .6s ease both;z-index:-5}.glass-rotator .gr-inner .gr-text .gr-content{padding:40px 10px}@keyframes grEnterL{from{opacity:0;transform:translateX(-20%) scale(.9)}to{opacity:1;transform:translateX(0) scale(1)}}@keyframes grEnterR{from{opacity:0;transform:translateX(20%) scale(.9)}to{opacity:1;transform:translateX(0) scale(1)}}}.alcohol{background:rgba(19,42,59,0.75);border-radius:25px}.alcohol .alcohol-header{display:grid;align-items:center;height:378px;position:relative;background:#162d4c;border-radius:25px}.alcohol .alcohol-header .data{position:absolute;max-width:440px;color:white;left:138px}.alcohol .alcohol-header .data h2{margin-bottom:10px}.alcohol .alcohol-header .data .awards{display:flex;gap:8px;margin-top:16px;align-items:center}.alcohol .alcohol-header .data .awards img{height:44px;width:auto}.alcohol .alcohol-header .bg{height:100%;border-radius:25px;overflow:hidden}.alcohol .alcohol-header .bg .desktop-banner{height:100%;object-fit:cover;object-position:right}.alcohol .alcohol-header .bg .mobile-banner{display:none}.alcohol .alcohol-header .bg .ud{position:absolute;left:20px;bottom:20px}.alcohol .alcohol-body{display:flex;flex-wrap:wrap;justify-content:center;gap:64px 16px;padding:100px 138px}.alcohol .alcohol-body .alcohol-brand{width:258px}.alcohol .alcohol-body .alcohol-brand .thumb{position:relative;margin-bottom:50px}.alcohol .alcohol-body .alcohol-brand .thumb .background{border-radius:25px;opacity:.5;transition:all .5s ease}.alcohol .alcohol-body .alcohol-brand .thumb .bottle{position:absolute;height:100%;width:100%;object-fit:contain;scale:1.3;top:5px}.alcohol .alcohol-body .alcohol-brand .thumb .awards{position:absolute;left:16px;top:-16px;display:flex;flex-direction:column;gap:8px;width:20%}.alcohol .alcohol-body .alcohol-brand .thumb .awards img{width:100%;height:auto}.alcohol .alcohol-body .alcohol-brand .thumb:hover .background{opacity:1}.alcohol .alcohol-body .alcohol-brand .data{color:white}.alcohol .alcohol-body .alcohol-brand .data h3{font-size:20px}.alcohol .alcohol-body .alcohol-brand .data p{font-size:12px;margin:8px 0}.alcohol .alcohol-body .alcohol-brand .data .links{display:grid;gap:12px;margin-top:20px}.alcohol .alcohol-body .alcohol-brand .data .links a.cta{font-size:12px;width:100%}.alcohol .alcohol-body .alcohol-brand .data .links a.cta.disabled{background:linear-gradient(113deg, #4d4d4d 0%, #696969 100%);color:#c5c5c5;filter:grayscale(1);opacity:.7;pointer-events:none}@media screen and (max-width:1640px){.alcohol .alcohol-header .data{left:40px}.alcohol .alcohol-body{padding:100px 40px}}@media screen and (max-width:1250px){.alcohol .alcohol-header{height:auto;background:none;justify-items:center}.alcohol .alcohol-header .bg{order:1;height:30vh;position:relative}.alcohol .alcohol-header .data{position:relative;padding:30px 10px 0 10px;order:2;left:0}.alcohol .alcohol-body{padding:100px 40px}}@media screen and (max-width:600px){.alcohol .alcohol-header .bg .desktop-banner{display:none}.alcohol .alcohol-header .bg .mobile-banner{display:block}.alcohol .alcohol-body{gap:84px 16px}.alcohol .alcohol-body .alcohol-brand{width:100%}}.age-gate__wrapper{z-index:10000000000000000000;display:grid;background:#0b1724}.age-gate__wrapper .age-gate__background-color{display:none !important}.age-gate__wrapper .age-gate__background{bottom:0;position:relative;background-size:contain;background-repeat:no-repeat;top:auto;order:10;max-height:40vh}.age-gate__wrapper .age-gate{order:1}.age-gate__wrapper .age-gate p{font-size:48px;color:white;line-height:51px;font-weight:500;letter-spacing:2.4px}.age-gate__wrapper .age-gate .age-gate__buttons{margin-top:40px}.age-gate__wrapper .age-gate .age-gate__buttons button{display:block;padding:12px 28px;border-radius:28px;color:#fff;text-decoration:none;font-weight:700;text-transform:uppercase;line-height:1;cursor:pointer;background:linear-gradient(113deg, #6F4B34 0%, #E6BBA0 100%);justify-self:start;outline:none;border:none;min-width:180px;text-align:center;font-size:12px}.age-gate__wrapper .age-gate .age-gate__buttons button:hover{filter:brightness(1.05)}.age-gate__wrapper .age-gate .age-gate__buttons button:active{filter:brightness(.95)}@media screen and (max-width:800px){.age-gate__wrapper .age-gate p{font-size:28px;line-height:32px}.age-gate__wrapper .age-gate .age-gate__buttons button{min-width:140px}}.floating-back{position:fixed;bottom:10px;margin:0 auto;width:100%;display:grid;justify-content:center;z-index:9999999999999999999}.floating-back a{color:#c5c5c5;filter:grayscale(1);display:block;padding:12px 28px;border-radius:28px;color:#fff;text-decoration:none;font-weight:700;text-transform:uppercase;line-height:1;cursor:pointer;background:linear-gradient(113deg, rgba(111,75,52,0.5) 0%, rgba(230,187,160,0) 100%);justify-self:start;outline:none;border:none;min-width:180px;text-align:center;font-size:14px;backdrop-filter:blur(20px)}.floating-blue{position:fixed;width:100%;height:100%;top:0;left:0;z-index:0;display:grid;align-content:center;justify-content:center;pointer-events:none}.floating-blue img{width:100%;height:100%;object-fit:cover}