html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none}table{border-collapse:collapse;border-spacing:0}html{box-sizing:border-box}*,*:before,*:after{box-sizing:inherit}body{font-family:Open Sans;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#fff;color:#000}a{text-decoration:none;color:inherit}button{padding:0;border:none;background:transparent;cursor:pointer;font:inherit}input,textarea,select{font:inherit}.try-and-buy-container{display:flex;flex-direction:row;position:relative;overflow:hidden;transition:transform .3s ease-in-out;transform:translate(0)}.first-section{width:100%;box-sizing:border-box;overflow-y:auto;transition:width .3s ease-in-out}.try-and-buy-container.second-section-open .first-section{width:65%}.second-section{width:35%;box-sizing:border-box;overflow-y:auto;position:absolute;top:0;right:0;transform:translate(100%);transition:transform .3s ease-in-out;box-shadow:-5px 0 10px #0000001a;height:100%;background:#fff}@media (min-width: 1024px){.second-section{overflow:unset}}.try-and-buy-container.second-section-open .second-section{transform:translate(0)}@media (max-width: 1024px){.try-and-buy-container{flex-direction:column;height:auto;transform:translate(0)}.first-section{width:100%}.second-section{width:100%;position:static;transform:translate(0);height:auto;box-shadow:none}.try-and-buy-container.second-section-open{transform:translate(0)}}.back-to-home-section{background-color:#1a2539;font-family:Open Sans;position:relative}.back-to-home-section button{background-color:transparent;color:#fff;padding:10px 20px;border:none;border-radius:5px;font-size:12px;cursor:pointer;transition:background-color .3s ease;outline:none;display:flex;align-items:center;font-family:Open Sans}@media (min-width: 1024px){.back-to-home-section button{font-size:14px;padding:20px}}.back-to-home-section button .back-icon{height:10px;width:7px}@media (min-width: 1024px){.back-to-home-section button .back-icon{height:13px;width:10px}}.back-to-home-section button.show{display:none}.back-to-home-section button.hide{display:initial}.back-to-home-section .desktop-drawer-close{position:fixed;top:10px;right:calc(35% - 37px);z-index:9;padding:0}.back-to-home-section .desktop-drawer-close svg{height:30px}.back-to-home-section .desktop-drawer-close.show{display:none}.back-to-home-section .desktop-drawer-close.hide{display:initial}.promotion-section{background-color:#810000;color:#fff;padding:10px;text-align:center;font-size:12px;line-height:16px;font-family:Open Sans}@media (min-width: 1024px){.promotion-section{font-size:14px;line-height:20px;padding:15px}}.banner{width:100%;overflow:hidden}.banner .image{width:100%;height:auto;display:block}.banner .mobile-banner{display:none}.banner .desktop-banner{display:block}@media (max-width: 768px){.banner .mobile-banner{display:block}.banner .desktop-banner{display:none}}@media (min-width: 769px){.banner .mobile-banner{display:none}.banner .desktop-banner{display:block}}.whisky-columns{display:flex;justify-content:center;padding:30px 10px;color:#121212;font-size:12px;line-height:14px;margin:auto;gap:10px}@media (min-width: 768px){.whisky-columns{padding:50px;gap:10px}}.whisky-columns .whisky-column{display:flex;flex-direction:column;align-items:center;text-align:center;gap:10px}.whisky-columns .whisky-column svg{width:50px;height:50px}@media (min-width: 768px){.whisky-columns .whisky-column{margin-left:50px;margin-right:50px}.whisky-columns .whisky-column svg{width:130px;height:130px}}.whisky-columns .whisky-column p{font-family:Open Sans;font-weight:600;font-size:12px;line-height:16px;max-width:200px}@media (min-width: 1024px){.whisky-columns .whisky-column p{font-size:14px;line-height:18px}}.premium-whisky-title{text-align:center;padding:0 20px 20px}.premium-whisky-title h2{font-family:Open Sans;font-size:16px;font-weight:600;line-height:1.2;margin:0}@media (min-width: 1024px){.premium-whisky-title h2{font-size:30px}}.add-bottle-banner{grid-column:span 2;max-height:420px}@media (min-width: 481px) and (max-width: 820px){.add-bottle-banner{max-height:277px}}.add-bottle-banner img{height:100%;width:100%;object-fit:fill;border-radius:10px}.scrollable-tabs-container{width:100%;overflow:hidden}.scrollable-tabs{position:relative;width:100%;border-bottom:1px solid #ccc}.scrollable-tabs .list{list-style:none;padding:0;margin:0;display:flex;white-space:nowrap;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none;transition:transform .3s ease;justify-content:flex-start}.scrollable-tabs .list::-webkit-scrollbar{display:none}.scrollable-tabs .list.centered{justify-content:center}.scrollable-tabs__item{padding:10px 15px;cursor:pointer;border-bottom:3px solid transparent;transition:border-bottom .3s ease}.scrollable-tabs__item.active{border-bottom-color:#000;font-weight:700}.scrollable-tabs__indicator{position:absolute;bottom:0;left:0;height:2px;background-color:transparent;transition:transform .3s ease,width .3s ease}@media (min-width: 768px){.scrollable-tabs .list{justify-content:center;overflow-x:hidden}}.tab-content{padding:20px 20px 60px}@media (min-width: 1200px){.tab-content{padding:20px 50px 60px}}.tab-content .tab-panel{display:none}.tab-content .tab-panel.active{display:block}.tab-content .tab-panel .product-list{list-style:none;padding:0;margin:0;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(100px,1fr));justify-content:start}@media (max-width: 480px){.tab-content .tab-panel .product-list{grid-template-columns:1fr 1fr;justify-content:start}}@media (min-width: 481px) and (max-width: 768px){.tab-content .tab-panel .product-list{grid-template-columns:1fr 1fr 1fr;justify-content:start}}@media (min-width: 769px){.tab-content .tab-panel .product-list{grid-template-columns:1fr 1fr 1fr 1fr;justify-content:start}}@media (min-width: 1024px){.tab-content .tab-panel .product-list{grid-template-columns:1fr 1fr 1fr 1fr;justify-content:start}}@media (min-width: 1700px){.tab-content .tab-panel .product-list{grid-template-columns:1fr 1fr 1fr 1fr 1fr 1fr;justify-content:start}}.tab-content .tab-panel .product-item{font-family:Open Sans}.tab-content .tab-panel .product-item .image{margin-bottom:10px;background:#eaeaea;padding:20px;cursor:pointer}.tab-content .tab-panel .product-item .image img{height:104px;margin:auto;display:block;object-fit:cover}@media (min-width: 912px){.tab-content .tab-panel .product-item .image img{height:213px}}@media (min-width: 1200px){.tab-content .tab-panel .product-item .image img{height:249px}}@media (min-width: 1300px){.tab-content .tab-panel .product-item .image img{height:170px}}@media (min-width: 1350px){.tab-content .tab-panel .product-item .image img{height:245px}}@media (min-width: 1400px){.tab-content .tab-panel .product-item .image img{height:240px}}.tab-content .tab-panel .product-item .title{font-size:15px;font-weight:900;line-height:18px;margin-bottom:5px;height:38px;overflow:hidden;white-space:break-spaces;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;text-overflow:ellipsis;cursor:pointer}.tab-content .tab-panel .product-item .price{font-weight:600;margin-bottom:7px;font-size:13px}.tab-content .tab-panel .product-item .exvat-price{font-weight:600;margin-bottom:10px;font-size:13px;color:#777}.tab-content .tab-panel .product-item .actions{font-size:12px;font-weight:700;display:flex;align-items:center;justify-content:space-between;text-transform:uppercase}.tab-content .tab-panel .product-item .quantity-selector{display:flex;align-items:center;justify-content:space-around;text-align:center;border:1px solid black;border-radius:30px;width:100%}@media (min-width: 1024px){.tab-content .tab-panel .product-item .quantity-selector{border-radius:5px}}.tab-content .tab-panel .product-item .quantity-selector button{padding:1px 7px;border:none;cursor:pointer;background:transparent}.tab-content .tab-panel .product-item .quantity-selector input{width:40px;text-align:center;padding:3px;border:none;margin:0 5px;background:transparent;color:#000}.tab-content .tab-panel .product-item .quantity-selector input[type=number]{text-align:center}.tab-content .tab-panel .product-item .buy-sample-button{background-color:#001f3f;color:#fff;padding:9px 15px;border:none;border-radius:20px;cursor:pointer;font-weight:700;font-size:12px;text-transform:uppercase;width:100%}@media (min-width: 1024px){.tab-content .tab-panel .product-item .buy-sample-button{border-radius:5px}}.tab-content .tab-panel .product-item .buy-sample-button[disabled]{background-color:#d3d3d3;color:#a9a9a9;cursor:not-allowed;opacity:.6;border:1px solid #ccc}.bottom-drawer-backdrop{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#fff;opacity:0;visibility:hidden;transition:opacity .3s ease-in-out,visibility 0s .3s;z-index:999}.bottom-drawer .bottom-drawer__close-button{background:none;border:none;font-size:1.5rem;cursor:pointer;opacity:.7;transition:opacity .2s ease;margin:auto}.bottom-drawer .bottom-drawer__title{font-size:12px;line-height:16px;margin-top:0}@media (min-width: 350px){.bottom-drawer .bottom-drawer__title{font-size:1rem;line-height:1.2rem;margin-top:0}}@media (min-width: 1024px){.bottom-drawer .bottom-drawer__title{font-size:14px;line-height:22px;margin-top:0}}.empty-cart{display:flex;flex-direction:column;align-items:center;text-align:center;padding:20px;font-family:Open Sans}.empty-cart.show{display:flex}.empty-cart.hide{display:none}.empty-cart .empty-cart__title{font-size:18px;margin-top:10px;margin-bottom:10px;color:#121212}.empty-cart .empty-cart__message{color:#766e6e;margin-bottom:20px;font-size:14px;line-height:18px}.empty-cart .empty-cart__action-button{background-color:#161d2a;color:#fff;padding:10px 20px;border:none;border-radius:5px;cursor:pointer;font-size:14px;transition:background-color .2s ease}.bottom-drawer-backdrop{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;opacity:0;visibility:hidden;transition:opacity .3s ease-in-out,visibility 0s .3s;z-index:999}.bottom-drawer-backdrop.open{opacity:1;visibility:visible;transition:opacity .3s ease-in-out,visibility 0s 0s}.bottom-drawer{position:fixed;left:0;bottom:0;width:100%;max-height:80%;background-color:#fff;box-shadow:0 -5px 20px #0003;transform:translateY(100%);transition:transform .3s ease-in-out;z-index:1000;display:flex;flex-direction:column;border-radius:20px 20px 0 0}@media (max-width: 700px){.bottom-drawer{max-height:65%}}@media (max-width: 400px){.bottom-drawer{max-height:60%}}@media (max-width: 350px){.bottom-drawer{max-height:57%}}.bottom-drawer.open-right{position:unset;top:0;right:0;width:50%;height:100%;display:unset;flex-direction:column;border-radius:20px 20px 0 0}.bottom-drawer.open{transform:translateY(0)}.bottom-drawer .bottom-drawer__header{font-family:Open Sans;font-weight:600;padding:8px;border-bottom:1px solid #eee;text-align:center}@media (min-width: 350px){.bottom-drawer .bottom-drawer__header{padding:15px}}@media (min-width: 1025px){.bottom-drawer .bottom-drawer__header{display:flex;justify-content:center}}.bottom-drawer .bottom-drawer__close-button{background:none;border:none;font-size:1.5rem;cursor:pointer;opacity:.7;transition:opacity .2s ease}.bottom-drawer .bottom-drawer__close-button:hover{opacity:1}.bottom-drawer .bottom-drawer__content{flex-grow:1;overflow-y:auto}@media (min-width: 1025px){.bottom-drawer .bottom-drawer__content{height:100vh;position:fixed;width:100%;padding-bottom:400px}}.bottom-drawer .bottom-drawer__footer{background-color:#fff;padding:20px;border-top:1px solid #eee;display:flex;flex-direction:column;gap:10px;position:sticky;bottom:0;left:0;width:100%;box-sizing:border-box;padding-bottom:calc(25px + env(safe-area-inset-bottom));z-index:1000}@media (max-width: 350px){.bottom-drawer .bottom-drawer__footer{padding:10px}}@media (min-width: 1025px){.bottom-drawer .bottom-drawer__footer{position:fixed}}.bottom-drawer .bottom-drawer__total{display:flex;justify-content:space-between;align-items:center;font-family:Open Sans}.bottom-drawer .bottom-drawer__total .bottom-drawer__total-label{font-weight:700;font-size:18px}.bottom-drawer .bottom-drawer__total .bottom-drawer__total-amount{font-size:18px}.bottom-drawer .bottom-drawer__shipping{display:flex;justify-content:space-between;align-items:center;font-size:.9rem}.bottom-drawer .bottom-drawer__shipping strike{color:#2a6e00}.bottom-drawer .bottom-drawer__shipping .bottom-drawer__shipping-label{color:#2a6e00;font-size:13px;font-weight:700}.bottom-drawer .bottom-drawer__shipping .bottom-drawer__ex-vat{color:#777;text-align:right;font-size:12px}@media (min-width: 1024px){.bottom-drawer .bottom-drawer__shipping .bottom-drawer__ex-vat{font-size:13px}}.bottom-drawer .bottom-drawer__actions{display:flex;gap:10px;font-size:12px}.bottom-drawer .bottom-drawer__actions button{flex-grow:1;padding:10px 15px;border-radius:5px;cursor:pointer;font-weight:700;transition:background-color .2s ease}.bottom-drawer .bottom-drawer__actions button[disabled]{background-color:#d3d3d3;color:#a9a9a9;cursor:not-allowed;opacity:.6;border:1px solid #ccc}.bottom-drawer .bottom-drawer__actions .bottom-drawer__add-to-cart{border:1px solid rgba(22,29,42,1);color:#161d2a;background-color:transparent}.bottom-drawer .bottom-drawer__actions .bottom-drawer__add-to-cart:hover,.bottom-drawer .bottom-drawer__actions .bottom-drawer__buy-now{background-color:#161d2a;color:#fff}.bottom-drawer .empty-cart{display:flex;flex-direction:column;align-items:center;text-align:center;padding:20px;font-family:Open Sans}.bottom-drawer .empty-cart.show{display:flex}.bottom-drawer .empty-cart.hide{display:none}.bottom-drawer .empty-cart .empty-cart__title{font-size:18px;margin-top:10px;margin-bottom:10px;color:#121212}.bottom-drawer .empty-cart .empty-cart__message{color:#766e6e;margin-bottom:20px;font-size:14px;line-height:18px}.bottom-drawer .empty-cart .empty-cart__action-button{background-color:#161d2a;color:#fff;padding:10px 20px;border:none;border-radius:5px;cursor:pointer;font-size:14px;transition:background-color .2s ease}.open-bottom-drawer-button{position:fixed;bottom:20px;left:20px;padding:10px 15px;background-color:#eee;border:1px solid #ccc;cursor:pointer;z-index:1001}.progress-steps-container{display:flex;justify-content:space-between;position:absolute;width:100%;margin-top:20px;z-index:3000}.progress-container{max-width:100%;position:relative;width:250px;margin:auto}.progress-container-main-line{background-color:#000;content:"";height:2.5px;left:25px;position:absolute;top:15px;width:50px;z-index:2001;margin-top:20px}.progress{background-color:#b8b8b8;content:"";height:2.5px;left:25px;position:absolute;top:15px;width:calc(100% - 60px);z-index:2000;margin-top:20px}.circle-container{display:flex;flex-direction:column;align-items:center;justify-content:center}.circle{align-items:center;color:#999;display:flex;height:30px;justify-content:center;transition:.4 ease;width:30px}.circle img{border-radius:100%}.circle.active{border-color:#000}.circle-title{font-family:Open Sans;font-size:12px;font-weight:400;margin-top:5px}.added-items-section{padding:10px;margin-top:70px}.added-items-section .progress-steps{display:flex;justify-content:space-between;list-style:none;padding:0;margin-bottom:10px}.added-items-section .progress-steps .progress-step{display:flex;flex-direction:column;align-items:center;color:#ccc}.added-items-section .progress-steps .progress-step.active{color:#000}.added-items-section .progress-steps .progress-step__icon{width:30px;height:30px;border:2px solid #ccc;border-radius:50%;display:flex;justify-content:center;align-items:center;margin-bottom:5px}.added-items-section .progress-steps .progress-step__icon svg{width:60%;height:60%;fill:#ccc}.added-items-section .progress-steps .progress-step.active .progress-step__icon{border-color:#007bff}.added-items-section .progress-steps .progress-step.active .progress-step__icon svg{fill:#007bff}.added-items-section .progress-steps .progress-step__label{font-size:.8rem;white-space:nowrap}.added-items-section .progress-bar{height:5px;background-color:#eee;border-radius:2.5px;margin-bottom:20px;overflow:hidden}.added-items-section .progress-bar .progress-bar__fill{height:100%;background-color:#007bff;border-radius:2.5px}.added-items-section .product-preview{display:flex;align-items:center;border:.25px solid rgba(18,18,18,.3);border-radius:5px;padding:7px 5px;background-color:#fff;margin-bottom:10px}.added-items-section .product-preview .product-preview__image{width:35px;margin-right:5px}.added-items-section .product-preview .product-preview__image img{display:block;margin:auto;object-fit:contain}.added-items-section .product-preview .product-preview__title-action{display:flex;justify-content:space-between;flex:1}.added-items-section .product-preview .product-preview__details{font-family:Open Sans;flex-grow:1}.added-items-section .product-preview .product-preview__details .product-preview__title{font-size:14px;line-height:18px;font-weight:700;margin-bottom:5px;margin-right:10px;height:35px;overflow:hidden;white-space:break-spaces;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;text-overflow:ellipsis}@media (min-width: 1024px){.added-items-section .product-preview .product-preview__details .product-preview__title{font-size:15px;line-height:18px}}.added-items-section .product-preview .product-preview__details .product-preview__price_sample{font-size:11px;font-weight:700;margin-bottom:3px}@media (min-width: 1024px){.added-items-section .product-preview .product-preview__details .product-preview__price_sample{font-size:13px}}.added-items-section .product-preview .product-preview__details .product-preview__info{font-size:10px;font-weight:700;color:#777}@media (min-width: 1024px){.added-items-section .product-preview .product-preview__details .product-preview__info{font-size:12px}}.added-items-section .product-preview .quantity-selector{display:flex;align-items:center;justify-content:center;text-align:center;border:none;border-radius:30px}.added-items-section .product-preview .quantity-selector button{padding:0;border:none;cursor:pointer;background:transparent}.added-items-section .product-preview .quantity-selector input{width:20px;font-size:12px!important;text-align:center;padding:0;border:none;margin:0 5px;background:transparent;color:#000!important;font-weight:700!important}.added-items-section .product-preview .quantity-selector input[disabled]{color:#000!important;font-weight:700!important}.added-items-section .product-preview .quantity-selector input[type=number]{text-align:center;color:#000!important;font-weight:700!important}.added-items-section .product-preview .__remove-button{background:none;border:none;font-size:1.2rem;color:#aaa;cursor:pointer;margin-left:10px}.added-items-section .add-more,.add-more{font-family:Open Sans;width:calc(100% - 20px);border:.25px dashed rgb(189 189 189);background-color:#f5f5f7;padding:20px 30px;margin:0 10px 10px;border-radius:5px;font-size:12px;font-weight:700;display:flex;justify-content:center;align-items:center}.box-includes{margin:10px;padding:10px;background-color:#f9f9f9;font-family:Open Sans;color:#121212}.box-includes__title{font-size:14px;color:#333;margin-bottom:20px;text-align:center}@media (min-width: 1024px){.box-includes__title{font-size:16px}}.box-includes__list{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:1fr 1fr;gap:20px}.box-includes__item{display:flex;align-items:center}.box-includes__icon{max-width:50px;color:#007bff;margin-right:10px}.box-includes__text{font-size:12px;line-height:14px;color:#555}@media (min-width: 1024px){.box-includes__text{font-size:14px}}.horizontal-list-container{padding:10px;overflow:hidden;font-family:Open Sans}.horizontal-list-title{font-size:15px;font-weight:600;color:#333;margin-bottom:15px;text-align:center}.horizontal-list{display:flex;overflow-x:auto;list-style:none;padding:0 0 15px;margin:0;gap:10px;scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none}@media (min-width: 1024px){.horizontal-list{padding-bottom:5px}}.horizontal-list::-webkit-scrollbar{display:none}@media (min-width: 1025px){.horizontal-list{overflow-x:auto;scrollbar-width:auto;-ms-overflow-style:auto}.horizontal-list::-webkit-scrollbar{display:block;width:8px;height:8px}.horizontal-list::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}.horizontal-list::-webkit-scrollbar-thumb{background-color:#aaa;border-radius:10px;border:2px solid transparent}.horizontal-list::-webkit-scrollbar-thumb:hover{background-color:#777}}.horizontal-list-item{display:inline-flex;min-width:260px;border:1px solid #ddd;border-radius:8px;padding:7px 5px;scroll-snap-align:start;background-color:#fff;align-items:center;justify-content:center;margin-right:5px}.product-card{display:flex;align-items:center}.product-card img{height:40px;border-radius:5px;margin-right:3px}.product-card-details{display:flex;gap:10px;align-items:center}.product-card__title{font-size:14px;line-height:16px;font-weight:900;color:#333;margin-bottom:5px;height:34px;overflow:hidden;white-space:break-spaces;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;text-overflow:ellipsis;padding-right:15px}@media (min-width: 1024px){.product-card__title{height:38px;font-size:15px;line-height:18px}}.product-card__price{font-size:10px;color:#777;margin-bottom:10px}@media (min-width: 1024px){.product-card__price{font-size:12px}}.product-card__price_sample{font-size:11px;font-weight:700;margin-bottom:3px}@media (min-width: 1024px){.product-card__price_sample{font-size:13px}}.product-card__vat-add{display:flex;justify-content:space-between}.product-card__add-button{background-color:#161d2a;color:#fff;padding:0 13px;border:none;cursor:pointer;transition:background-color .2s ease;font-weight:700;font-size:20px;min-width:25px;height:37px;border-radius:100%;margin-top:-15px;margin-right:-8px}#stickyCircle{position:fixed;bottom:75px;right:10px;z-index:10;cursor:pointer;display:flex;justify-content:center;align-items:center}@media (min-width: 1024px){#stickyCircle{bottom:10px;right:15px}}#stickyCircle.show{display:flex}#stickyCircle.hide{display:none}.circle-inner{width:85px;height:85px;border-radius:50%;background-color:#1e293b;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;color:#f5f5f5;font-size:12px;line-height:14px;font-weight:600;font-family:Open Sans;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.circle-inner .cart-count{font-size:16px}.circle-outer{width:100px;height:100px;border-radius:50%;background:linear-gradient(90deg,#927047 -119%,#dab882 3.21%,#927047 123%);display:flex;justify-content:center;align-items:center}.loader{width:38px;height:38px;border:3px solid #000;border-bottom-color:transparent;border-radius:50%;display:inline-block;box-sizing:border-box;animation:rotation 1s linear infinite;margin:auto}@keyframes rotation{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.popup.message-popup{display:none;position:fixed;z-index:9999;left:0;top:0;width:100%;height:100%;background:#000000b0;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);align-items:center;justify-content:center;color:#fff}.message-popup .popup-content{position:relative;margin:0 auto;padding:30px 34px;width:100%;max-width:400px;background:#161d2a;box-shadow:0 5px 80px #000c}.message-popup .close-btn{position:absolute;top:-15px;right:-15px;color:#fff;font-size:28px;font-weight:700;width:25px;height:25px;display:flex;align-items:center;justify-content:center;border-radius:36px;font-size:34px;cursor:pointer}.message-popup .table-sec{max-height:calc(100vh - 300px);line-height:22px}.message-popup .table-container-of-message{font-size:14px;display:flex;justify-content:space-between;align-items:center;gap:10px}.message-popup .table-container-of-message a{text-decoration:underline;width:105px;text-align:right;color:#f6ddb6}.message-popup .table-container-of-message a:link,.message-popup .table-container-of-message a:visited,.message-popup .table-container-of-message a:hover,.message-popup .table-container-of-message a:active{color:#f6ddb6}.message-popup .table-container-of-message a:focus{color:#f6ddb6;outline:none}@media screen and (max-width:540px){.message-popup .popup-content{width:calc(100vw - 45px);padding:16px}.message-popup .table-container-of-message{height:100%}.message-popup thead th{font-size:12px;padding:8px 11px}.message-popup td{padding:12px 11px;font-size:12px}.message-popup .table-footer p{font-size:12px}.message-popup .table-footer{padding:10px 11px}.message-popup .table-container-of-message h2{font-size:20px;margin:0 0 20px}.pay_less_table tr td{font-size:12px}}
/*# sourceMappingURL=/cdn/shop/t/129/assets/try-and-buy.css.map */
