.drawer{position:fixed;z-index:1000;left:0;top:0;width:100vw;height:100%;display:flex;justify-content:flex-end;background-color:rgba(var(--color-foreground),.5);transition:visibility var(--duration-default) ease}.drawer.active{visibility:visible}.drawer__inner{height:100%;width:40rem;max-width:calc(100vw - 3rem);padding:0 1.5rem;border:.1rem solid rgba(var(--color-foreground),.2);border-right:0;overflow:hidden;display:flex;flex-direction:column;transform:translate(100%);transition:transform var(--duration-default) ease}.drawer__inner-empty{height:100%;padding:0 1.5rem;overflow:hidden;display:flex;flex-direction:column}.cart-drawer__warnings{display:flex;flex-direction:column;flex:1;justify-content:center}cart-drawer.is-empty .drawer__inner{display:grid;grid-template-rows:1fr;align-items:center;padding:0}cart-drawer.is-empty .drawer__header{display:none}cart-drawer:not(.is-empty) .cart-drawer__warnings,cart-drawer:not(.is-empty) .cart-drawer__collection{display:none}.cart-drawer__warnings--has-collection .cart__login-title{margin-top:2.5rem}.drawer.active .drawer__inner{transform:translate(0)}.drawer__header{position:relative;padding:1.5rem 0;display:flex;justify-content:space-between;align-items:center}.drawer__heading{margin:0 0 1rem}.drawer__close{display:inline-block;padding:0;min-width:4.4rem;min-height:4.4rem;box-shadow:0 0 0 .2rem rgba(var(--color-button),0);position:absolute;top:10px;right:-10px;color:rgb(var(--color-foreground));background-color:transparent;border:none;cursor:pointer}.cart-drawer__warnings .drawer__close{right:5px}.drawer__close .svg-wrapper{height:2rem;width:2rem}.drawer__contents{flex-grow:1;display:flex;flex-direction:column}.drawer__footer{border-top:.1rem solid rgba(var(--color-foreground),.2);padding:1.5rem 0}cart-drawer-items.is-empty+.drawer__footer{display:none}.drawer__footer>details{margin-top:-1.5rem;border-bottom:.1rem solid rgba(var(--color-foreground),.2)}.drawer__footer>details[open]{padding-bottom:1.5rem}.drawer__footer summary{display:flex;position:relative;line-height:1;padding:1.5rem 2.8rem 1.5rem 0}.drawer__footer>details+.cart-drawer__footer{padding-top:1.5rem}cart-drawer{position:fixed;top:0;left:0;width:100vw;height:100%}.cart-drawer__overlay{position:fixed;top:0;right:0;bottom:0;left:0}.cart-drawer__overlay:empty{display:block}.cart-drawer__form{flex-grow:1;display:flex;flex-wrap:wrap}.cart-drawer__collection{margin:0 2.5rem 1.5rem}.cart-drawer .drawer__cart-items-wrapper{flex-grow:1}.cart-drawer .cart-items,.cart-drawer tbody{display:block;width:100%}.cart-drawer thead{display:inline-table;width:100%}cart-drawer-items{overflow:auto;flex:1}@media screen and (max-height: 650px){cart-drawer-items{overflow:visible}.drawer__inner{overflow:scroll}}.cart-drawer .cart-item{display:grid;grid-template:repeat(2,auto) / repeat(4,1fr);gap:1rem;margin-bottom:0}.cart-drawer .cart-item:last-child{margin-bottom:1rem}.cart-drawer .cart-item__media{grid-row:1 / 3}.cart-drawer .cart-item__image{max-width:100%}.cart-drawer .cart-items thead{margin-bottom:.5rem}.cart-drawer .cart-items thead th:first-child,.cart-drawer .cart-items thead th:last-child{width:0;padding:0}.cart-drawer .cart-items thead th:nth-child(2){width:50%;padding-left:0}.cart-drawer .cart-items thead tr{display:table-row;margin-bottom:0}.cart-drawer .cart-items th{border-bottom:.1rem solid rgba(var(--color-foreground),.08)}.cart-drawer .cart-item:last-child{margin-bottom:1.5rem}.cart-drawer .cart-item .loading__spinner{right:5px;padding-top:2.5rem}.cart-drawer .cart-items td{padding-top:1.7rem}.cart-drawer .cart-item>td+td{padding-left:1rem}.cart-drawer .cart-item__details{width:auto;grid-column:2 / 4}.cart-drawer .cart-item__totals{pointer-events:none;display:flex;align-items:flex-start;justify-content:flex-end}.cart-drawer.cart-drawer .cart-item__price-wrapper>*:only-child{margin-top:0}.cart-drawer .cart-item__price-wrapper .cart-item__discounted-prices{display:flex;flex-direction:column;gap:.6rem}.cart-drawer .unit-price{margin-top:.6rem}.cart-drawer .cart-items .cart-item__quantity{padding-top:0;grid-column:2 / 5}@media screen and (max-width: 749px){.cart-drawer .cart-item cart-remove-button{margin-left:0}}.cart-drawer__footer>*+*{margin-top:1rem}.cart-drawer .totals{justify-content:space-between}.cart-drawer .price{line-height:1}.cart-drawer .tax-note{margin:1.2rem 0 2rem auto;text-align:left}.cart-drawer .product-option dd{word-break:break-word}.cart-drawer details[open]>summary .icon-caret{transform:rotate(180deg)}.cart-drawer .cart__checkout-button{max-width:none}.drawer__footer .cart__dynamic-checkout-buttons{max-width:100%}.drawer__footer #dynamic-checkout-cart ul{flex-wrap:wrap!important;flex-direction:row!important;margin:.5rem -.5rem 0 0!important;gap:.5rem}.drawer__footer [data-shopify-buttoncontainer]{justify-content:flex-start}.drawer__footer #dynamic-checkout-cart ul>li{flex-basis:calc(50% - .5rem)!important;margin:0!important}.drawer__footer #dynamic-checkout-cart ul>li:only-child{flex-basis:100%!important;margin-right:.5rem!important}@media screen and (min-width: 750px){.drawer__footer #dynamic-checkout-cart ul>li{flex-basis:calc(100% / 3 - .5rem)!important;margin:0!important}.drawer__footer #dynamic-checkout-cart ul>li:first-child:nth-last-child(2),.drawer__footer #dynamic-checkout-cart ul>li:first-child:nth-last-child(2)~li,.drawer__footer #dynamic-checkout-cart ul>li:first-child:nth-last-child(4),.drawer__footer #dynamic-checkout-cart ul>li:first-child:nth-last-child(4)~li{flex-basis:calc(50% - .5rem)!important}}cart-drawer-items::-webkit-scrollbar{width:3px}cart-drawer-items::-webkit-scrollbar-thumb{background-color:rgba(var(--color-foreground),.7);border-radius:100px}cart-drawer-items::-webkit-scrollbar-track-piece{margin-top:31px}.cart-drawer .quantity-popover-container{padding:0}.cart-drawer .quantity-popover__info.global-settings-popup{transform:translateY(0);top:100%}.cart-drawer .cart-item__error{margin-top:.8rem}.cart-drawer .quantity-popover__info+.cart-item__error{margin-top:.2rem}@media screen and (min-width: 750px){.cart-drawer .cart-item__quantity--info quantity-popover>*{padding-left:0}.cart-drawer .cart-item__error{margin-left:0}}:root{--gk-drawer-bg:#1b1b1b;--gk-drawer-fg:#F2F2F2;--gk-drawer-muted:#C9C9C9;--gk-drawer-border:#1E2113;--gk-drawer-width:50rem;--gk-radius:20px;--gk-shadow:0 20px 50px rgba(0,0,0,.35);--gk-yellow:#FFD018;--gk-yellow-text:#111306;--gk-yellow-hover:#F3C40A}.drawer{background-color:#0000007a}.drawer__inner{background:var(--gk-drawer-bg)!important;color:var(--gk-drawer-fg);width:min(var(--gk-drawer-width),100%);max-width:calc(100vw - 1.5rem);border-left:1px solid var(--gk-drawer-border);border-top-left-radius:var(--gk-radius);border-bottom-left-radius:var(--gk-radius);box-shadow:var(--gk-shadow)}.drawer__header{padding:1.5rem 0 .6rem;border-bottom:.1rem solid var(--gk-drawer-border)}.drawer__heading{font-size:0!important;line-height:0!important;margin:0 0 .6rem}.drawer__heading:after{content:"TON POCHON";font-size:1.8rem;line-height:1.2;color:var(--gk-drawer-fg);font-weight:800;letter-spacing:.3px;text-transform:uppercase;display:inline-block}.drawer__header:after{content:"";display:block;margin:.4rem 0 1rem;color:var(--gk-drawer-muted);font-size:1.3rem}.drawer__close{color:var(--gk-drawer-fg)}.drawer__close:hover{opacity:.75}.drawer__inner-empty{padding:2.8rem 1.5rem}.cart__empty-text{font-size:0!important;line-height:0!important;margin:1.2rem 0 .8rem!important}.cart__empty-text:after{content:"Ton pochon est vide\2026";font-size:1.8rem;line-height:1.2;font-weight:800;color:#fff}.cart__empty-text:before{content:"";display:block;width:120px;height:120px;margin:0 auto 16px;background:url(/cdn/shop/files/Panier.png?v=1761016775) center/contain no-repeat;animation:gkFadeIn .8s ease forwards;opacity:0}@keyframes gkFadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.cart__login-title,.cart__login-paragraph{display:none!important}.cart-drawer__empty-content:after{content:"Le Roi d'Or s\e9lectionne ses produits avec amour !";display:block;margin:6px 0 18px;color:var(--gk-drawer-muted);font-size:14px}.cart-drawer__empty-content .button{position:relative;color:transparent!important;background:var(--gk-yellow)!important;border:0!important;height:48px;min-width:220px;padding:0 18px;border-radius:12px!important}.cart-drawer__empty-content .button:after{content:"ACHETEZ MAINTENANT";color:var(--gk-yellow-text);position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;font-weight:900;letter-spacing:.3px;text-transform:uppercase}.cart-drawer__empty-content .button:hover{background:var(--gk-yellow-hover)!important}.drawer__footer{background:var(--gk-drawer-bg);border-top:.1rem solid var(--gk-drawer-border)}.cart-drawer__footer{padding:1.6rem 0;gap:1rem;display:grid;grid-template-columns:1fr auto;align-items:center}.totals__total-value{color:#fff;font-weight:800}.cart__ctas{padding:0 0 1.5rem}#CartDrawer-Checkout.button{background:var(--gk-yellow)!important;color:var(--gk-yellow-text)!important;border:0!important;height:48px;border-radius:12px!important;font-weight:900;letter-spacing:.3px;text-transform:uppercase}#CartDrawer-Checkout.button:hover{background:var(--gk-yellow-hover)!important}cart-drawer-items::-webkit-scrollbar-thumb{background-color:#ffffff59}@media (max-width: 480px){:root{--gk-radius: 16px}.cart-drawer__footer{grid-template-columns:1fr}}.drawer__inner:before{content:"TON POCHON";display:block;width:100%;text-align:center;font-size:28px;font-weight:900;text-transform:uppercase;letter-spacing:1px;color:#fff;padding:22px 0 8px;background:linear-gradient(to bottom,#11130600,#11130600);border-bottom:1px solid rgba(255,209,24,0);position:relative;z-index:2}cart-drawer.is-empty .drawer__inner{display:flex!important;flex-direction:column;align-items:stretch;transform:translate(0)}.drawer__inner:before{margin-bottom:8px}.drawer__inner:after{margin:6px 0 18px!important}.drawer__inner-empty{padding-top:0!important}cart-drawer.is-empty .cart-drawer__empty-content{margin-top:16px;text-align:center}@media (max-width: 420px){.cart__empty-text:before{width:96px;height:96px;margin-bottom:12px}.cart-drawer__empty-content .button{min-width:200px;height:44px;border-radius:10px!important}}cart-drawer.is-empty .drawer__inner{display:flex!important;flex-direction:column;align-items:stretch}cart-drawer.is-empty .cart-drawer__warnings{justify-content:flex-start!important;margin-top:0!important}cart-drawer.is-empty .drawer__inner-empty{padding-top:425px!important}cart-drawer.is-empty .cart-drawer__empty-content{margin-top:16px!important}@media (max-width: 480px){:root{--gk-drawer-width: 100vw}.drawer__inner{border-top-left-radius:16px;border-bottom-left-radius:16px}.drawer__inner:before{font-size:22px;padding:14px 0 6px;margin-bottom:6px!important}.drawer__inner:after{margin:4px 0 22px!important;font-size:12.5px}cart-drawer.is-empty .drawer__inner{display:flex!important;flex-direction:column;align-items:stretch}cart-drawer.is-empty .cart-drawer__warnings{justify-content:flex-start!important;margin-top:0!important}cart-drawer.is-empty .drawer__inner-empty{padding-top:100px!important}cart-drawer.is-empty .cart-drawer__empty-content{margin-top:16px!important;text-align:center}.cart__empty-text:before{width:96px;height:96px;margin-bottom:12px}.cart-drawer__empty-content .button{min-width:200px;height:44px;border-radius:10px!important}}.drawer__close{position:absolute!important;top:8px!important;right:8px!important;z-index:30!important;color:var(--gk-drawer-fg)!important;background:transparent!important;border:0!important;min-width:44px!important;min-height:44px!important}cart-drawer.is-empty .cart-drawer__warnings .drawer__close{top:8px!important;right:8px!important}.drawer__inner:before,.drawer__inner:after{pointer-events:none}cart-drawer.is-empty .drawer__header{display:block!important;height:0!important;padding:0!important;border:0!important;overflow:visible!important}cart-drawer.is-empty .drawer__heading{display:none!important}cart-drawer .cart-items,cart-drawer .cart-items thead,cart-drawer .cart-items tbody{display:block!important;width:100%!important}cart-drawer .cart-item{display:grid!important;grid-template-columns:84px 1fr auto!important;grid-auto-rows:auto;gap:12px!important;align-items:start!important;padding:14px 0!important;border-bottom:1px solid rgba(255,255,255,.08)!important}cart-drawer .cart-item>td+td{padding-left:0!important}cart-drawer .cart-items td{padding-top:0!important}cart-drawer .cart-item__totals{grid-column:3 / 4;display:flex!important;justify-content:flex-end}cart-drawer .cart-item__name,cart-drawer .cart-item__name a,cart-drawer .product-option,cart-drawer .cart-item__price-wrapper,cart-drawer .price{white-space:normal!important;word-break:normal!important;overflow-wrap:anywhere;writing-mode:horizontal-tb!important;text-orientation:mixed!important;letter-spacing:normal!important;line-height:1.3!important}cart-drawer .cart-item__quantity{grid-column:2 / 4;display:flex!important;align-items:center;gap:10px}cart-drawer .cart-item__image{border-radius:10px;border:1px solid rgba(255,255,255,.12);background:#0f100a}cart-drawer .cart-item__name,cart-drawer .cart-item__name a{color:#fff!important;font-weight:800;text-decoration:none}cart-drawer .product-option{color:var(--gk-drawer-muted);font-size:1.3rem}cart-drawer:not(.is-empty) cart-drawer-items{max-height:calc(100vh - 220px)!important;overflow:auto!important}@media (max-width:480px){cart-drawer .cart-item{grid-template-columns:72px 1fr auto!important;gap:10px!important;padding:12px 0!important}}.drawer__inner{position:relative}.drawer__inner:before{content:"TON POCHON";display:block;width:100%;text-align:center;font-size:28px;font-weight:900;text-transform:uppercase;letter-spacing:1px;color:#fff;padding:18px 0 6px;margin:0}.drawer__inner:after{content:"";display:block;text-align:center;color:var(--gk-drawer-muted);font-size:13px;margin:4px 0 16px}.drawer__header{height:0!important;padding:0!important;border:0!important;overflow:visible!important}.drawer__heading{display:none!important}.drawer__close{position:absolute!important;top:8px!important;right:8px!important;z-index:30!important;color:var(--gk-drawer-fg)!important}cart-drawer .cart-item{display:grid!important;grid-template-columns:90px 1fr auto!important;gap:12px!important;align-items:start!important;padding:16px 0!important;border-bottom:1px solid rgba(255,255,255,.08)!important}cart-drawer .cart-item>td{display:block!important;padding:0!important}cart-drawer .cart-items thead{display:none!important}cart-drawer .cart-item__media{grid-row:1 / span 2}cart-drawer .cart-item__image{width:100%;border-radius:12px;border:1px solid rgba(255,255,255,.12);background:#0f100a}cart-drawer .cart-item__details{grid-column:2 / 3}cart-drawer .cart-item__name,cart-drawer .cart-item__name a{color:#fff!important;font-weight:800;text-decoration:none!important;font-size:1.5rem;line-height:1.3;white-space:normal!important;word-break:normal!important}cart-drawer .product-option,cart-drawer .product-option dd,cart-drawer .product-option dt{color:var(--gk-drawer-muted);font-size:1.3rem;line-height:1.3}cart-drawer .cart-item__quantity{grid-column:2 / 4;display:flex!important;align-items:center!important;gap:10px}cart-drawer .cart-item__totals,cart-drawer .cart-item__price-wrapper{grid-column:3 / 4;display:flex!important;flex-direction:column;align-items:flex-end;justify-content:flex-start;color:#fff}cart-drawer .price{color:#fff}cart-drawer .cart-item__discounted-prices .price--end{color:#ffd018}.cart-drawer__footer{display:grid!important;grid-template-columns:1fr auto!important;align-items:center!important;gap:12px!important;padding-top:14px!important}.totals{display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:12px!important;width:100%}.totals__total,.totals__total-value{white-space:nowrap!important;writing-mode:horizontal-tb!important;transform:none!important}.totals__total{color:var(--gk-drawer-muted);font-weight:700}.totals__total-value{color:#fff;font-weight:900}.cart-drawer__footer .tax-note{display:none!important}.drawer__footer:after{content:"Taxes incluses. R\e9 ductions et frais d\2019 exp\e9 dition calcul\e9s \e0  l\2019\e9tape du paiement.";display:block;color:var(--gk-drawer-muted);font-size:13px;margin-top:10px;text-align:left}cart-drawer:not(.is-empty) cart-drawer-items{max-height:calc(100vh - 250px)!important;overflow:auto!important}@media (max-width:480px){.drawer__inner:before{font-size:24px;padding:14px 0 6px}.drawer__inner:after{margin-bottom:14px}cart-drawer .cart-item{grid-template-columns:80px 1fr auto!important;gap:10px!important}cart-drawer:not(.is-empty) cart-drawer-items{max-height:calc(100vh - 260px)!important}}@media (min-width: 990px){cart-drawer .cart-item{display:grid!important;grid-template-columns:120px 1fr minmax(120px,160px)!important;grid-auto-rows:auto;align-items:start!important;gap:14px!important;padding:18px 0!important;border-bottom:1px solid rgba(255,255,255,.08)!important}cart-drawer .cart-item__media{grid-row:1 / span 2}cart-drawer .cart-item__image{width:120px;height:auto;max-width:100%;border-radius:12px;border:1px solid rgba(255,255,255,.12);background:#0f100a}cart-drawer .cart-item__details{grid-column:2 / 3;display:flex;flex-direction:column;gap:6px;min-width:0}cart-drawer .cart-item__name,cart-drawer .cart-item__name a{color:#fff!important;font-size:1.6rem;line-height:1.3;font-weight:800;text-decoration:none!important;white-space:normal!important;word-break:normal!important}cart-drawer .product-option,cart-drawer .product-option dd,cart-drawer .product-option dt{color:var(--gk-drawer-muted);font-size:1.3rem;line-height:1.35}cart-drawer .cart-item__totals,cart-drawer .cart-item__price-wrapper{grid-column:3 / 4;display:flex!important;flex-direction:column;align-items:flex-end;justify-content:flex-start;min-width:120px;color:#fff}cart-drawer .price{color:#fff}cart-drawer .cart-item__discounted-prices .price--end{color:#ffd018}cart-drawer .cart-item__quantity{grid-column:2 / 4;display:flex!important;align-items:center!important;gap:10px;margin-top:8px}cart-drawer .quantity{background:#0f100a!important;border:1px solid rgba(255,255,255,.14)!important;border-radius:14px;overflow:hidden}cart-drawer .quantity__button,cart-drawer .quantity button{min-width:36px;height:36px;color:#fff!important;background:transparent!important;border:0!important}cart-drawer .quantity__input,cart-drawer .quantity input[type=number]{width:48px;height:36px;text-align:center;color:#fff!important;background:transparent!important;border:0!important}}.cart-drawer__footer .totals{display:flex!important;justify-content:space-between!important;align-items:center!important;width:100%;margin-top:.5rem;padding:.5rem 0}.cart-drawer__footer .totals__total{font-size:1.5rem;font-weight:700;color:var(--gk-drawer-muted);text-align:left!important}.cart-drawer__footer .totals__total-value{font-size:1.7rem;font-weight:900;color:#fff;text-align:right!important}.cart-drawer .tax-note{margin-top:.8rem;color:#ffffffb3;font-size:1.3rem;text-align:left}.cart-drawer__free-shipping{width:100%;background:#ffffff1a;border-radius:8px;height:8px;overflow:hidden;margin:.6rem 0 1.2rem;position:relative}.cart-drawer__free-shipping:after{content:"";position:absolute;top:0;left:0;height:100%;width:0%;background:linear-gradient(90deg,#ffd018,#f3c40a);transition:width .4s ease;border-radius:8px}.cart-drawer__free-shipping-text{text-align:center;font-size:1.3rem;color:var(--gk-drawer-muted);margin-bottom:.5rem}:root{--gk-empty-offset-desktop: 190px;--gk-empty-offset-mobile: 90px}cart-drawer.is-empty .drawer__inner-empty{padding-top:var(--gk-empty-offset-desktop)!important}.cart__empty-text:before{margin:0 auto 14px!important}.cart-drawer__empty-content,.cart-drawer__empty-content .button{margin-top:8px!important}.cart-drawer__empty-content:after{margin:6px 0 14px!important}@media (max-width: 480px){cart-drawer.is-empty .drawer__inner-empty{padding-top:var(--gk-empty-offset-mobile)!important}}
/*# sourceMappingURL=/cdn/shop/t/36/assets/component-cart-drawer.css.map */
