.troya-basket-drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:99999999999}.troya-basket-drawer{pointer-events:none}.troya-basket-drawer-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background-color:#0006}.troya-basket-drawer-overlay{opacity:0;transition:opacity .3s ease}.troya-basket-drawer-heading{padding:15px 28px;display:flex;align-items:center;justify-content:space-between}.troya-basket-drawer-title{font-size:28px;line-height:1;color:#252321;font-weight:400}.troya-basket-drawer-close{cursor:pointer}.troya-basket-drawer-content{width:440px;background-color:#fff;margin-left:auto;z-index:1;position:relative;display:flex;flex-direction:column;overflow:hidden;overflow-x:hidden;height:100%}.troya-basket-drawer-content{transform:translate(100%);transition:transform .3s ease}.troya-basket-drawer.is-open{pointer-events:auto}.troya-basket-drawer.is-open .troya-basket-drawer-overlay{opacity:1}.troya-basket-drawer.is-open .troya-basket-drawer-content{transform:translate(0)}.troya-basket-drawer-items{height:100%;overflow-y:auto;overflow-x:hidden;padding:10px 28px;display:flex;flex-direction:column}body.troya-basket-open{overflow-x:hidden}.troya-discount-card{background:#fff;border-bottom:1px solid rgba(240,238,230,1);margin:12px 28px 6px;color:var(--troya-black-color)}.troya-discount-card__top{display:flex;align-items:baseline;justify-content:center;gap:12px;margin-bottom:12px;text-align:center;margin-left:-28px;margin-right:-28px;padding:8px 28px 10px;background-color:#f0eee673;box-sizing:border-box}.troya-discount-card__title{font-size:16px;line-height:1.2;color:var(--troya-black-color);font-weight:400;letter-spacing:-.2px;margin:0;text-align:center}.troya-discount-card__title-bold{font-weight:500}.troya-discount-card__link{font-size:14px;font-weight:500;color:#1aa7a8;text-decoration:none;white-space:nowrap}.troya-discount-card__link:hover{text-decoration:underline}.troya-discount-card__track{position:relative;height:10px;background:#f0eee6;border-radius:999px;overflow:hidden;margin:30px 2px 0}.troya-discount-card__bar{position:absolute;inset:0 auto 0 0;width:0%;background:var(--tropya-yellow-color);border-radius:999px;transition:width .25s ease}.troya-discount-card__milestones{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;align-items:start;margin:-23px 0 16px;position:relative;z-index:2}.troya-discount-card__milestone{text-align:center;color:var(--troya-black-color)}.troya-discount-card__icon{width:32px;height:32px;border:1px solid rgba(240,238,230,1);border-radius:4px;display:flex;align-items:center;justify-content:center;margin:0 auto 10px;background:#fff;color:var(--tropya-yellow-color)}.troya-discount-card__icon.is-reached{border-color:#22a85a;color:#22a85a}.troya-discount-card__svg{width:22px;height:22px;display:block}.troya-discount-card__coupon-img{width:26px;height:26px;object-fit:contain;display:block}.troya-discount-card__label{font-size:12px;line-height:1.25;font-weight:500;margin:0;white-space:pre-line}.troya-discount-card__label--small{font-size:12px;font-weight:500;white-space:pre-line;padding-left:30px}.troya-discount-card__gift-row{display:flex;gap:6px;align-items:center;justify-content:flex-start;flex-wrap:nowrap;position:relative}.troya-discount-card__thumb{display:none;width:28px;height:28px;background:#f4f4f4;background-size:cover;background-position:center;flex:0 0 auto;position:absolute;top:3px;left:-15px}@media(max-width:520px){.troya-discount-card{margin-left:16px;margin-right:16px}.troya-discount-card__label--small{padding-left:30px;line-height:1}.troya-discount-card__thumb{display:none}.troya-discount-card__title{font-size:16px}.troya-discount-card__milestones{gap:10px}.troya-discount-card__icon{width:34px;height:34px}}.troya-basket-drawer-item{display:flex;align-items:flex-start;padding:4px;gap:28px;position:relative}.troya-basket-drawer-item a:hover{text-decoration:none!important}.troya-basket-drawer-item-image{width:90px;height:90px;border:1px solid #f1f3f4;border-radius:4px;display:flex;padding:2px;flex-shrink:0;position:relative;overflow:hidden}.troya-basket-drawer-item-image>span,.troya-basket-drawer-item-image .badges{display:none!important}.troya-basket-drawer-item-image small{position:absolute;top:5px;right:5px;font-size:12px;font-weight:400;background:#fcbe1133;padding:2px 4px;border-radius:4px;color:#59574b;font-weight:600;font-size:8px}.troya-basket-drawer-item-image img{width:100%;height:100%;border-radius:2px;object-fit:contain}.troya-basket-drawer-item-detail{display:flex;flex-direction:column;align-items:flex-start;flex:1;min-width:0}.troya-basket-drawer-item-title{font-size:16px;line-height:20px;font-weight:400;color:#252321;margin-bottom:2px}.troya-basket-drawer-item-title small{font-size:12px;line-height:18px;font-weight:600}.troya-basket-drawer-item-variant{font-size:12px;line-height:18px;font-weight:400;color:#252321;margin-bottom:2px}.troya-basket-drawer-item-price{display:flex;align-items:center;flex-wrap:wrap;gap:8px;margin-bottom:8px}.troya-basket-drawer-item-quantity-remove-row{display:flex;align-items:flex-start;gap:12px;flex-wrap:nowrap;margin-bottom:4px;width:100%}.troya-basket-drawer-item-quantity{display:inline-flex;align-items:center;height:28px;margin-bottom:0}.troya-basket-drawer-item-quantity-button{width:20px;height:20px;display:flex;align-items:flex-start;justify-content:center;border-radius:4px;cursor:pointer;-webkit-user-select:none;user-select:none;color:#333;font-size:16px;line-height:1;background:#f0eee6;border:none}.troya-basket-drawer-item-quantity-button:hover{background:#e0dccf;color:#252321}.troya-basket-drawer-item-quantity-button.is-disabled{opacity:.5;cursor:not-allowed}.troya-basket-drawer-item-quantity-text{min-width:28px;height:28px;font-size:12px;font-weight:500;display:flex;align-items:flex-start;justify-content:center;line-height:28px;pointer-events:none;color:#333}.troya-basket-drawer-item-detail .visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.troya-basket-drawer-item-price-value{font-size:12px;color:#252321}.troya-basket-drawer-item-price-compare{font-size:12px;color:#e14942;font-weight:400;text-decoration:line-through}.troya-basket-drawer-item-remove{margin-left:auto;align-self:center;flex-shrink:0;padding:4px;background:none;border:none;cursor:pointer;color:#e6c200;line-height:0}.troya-basket-drawer-item-remove:hover{color:#fcbe11}.troya-basket-drawer-item-remove:focus-visible{outline:2px solid currentColor;outline-offset:2px}.troya-basket-drawer-item-remove-icon{display:block}.troya-basket-drawer-item-remove-icon:hover{color:#fcbe11}.troya-basket-drawer-item-discount-applied{color:#3eaf3f;font-size:12px;line-height:1;font-weight:400}.troya-basket-drawer-item-gift-size{font-size:12px;line-height:18px;font-weight:400;color:#252321;margin-bottom:2px}.troya-basket-drawer-item-gift-price-row{display:flex;align-items:center;flex-wrap:wrap;gap:6px;margin-bottom:2px}.troya-basket-drawer-item-gift-free-label{font-size:12px;font-weight:500;color:#252321;text-transform:uppercase;margin-right:4px}.troya-basket-drawer-item-gift-compare-price{font-size:12px;font-weight:400;color:#e14942;text-decoration:line-through}.troya-basket-drawer-item-gift-qty{font-size:12px;font-weight:400;color:#252321}.troya-basket-drawer-item-gift-qty strong{font-weight:700;margin-left:6px}.troya-basket-drawer-item-gift-campaign{font-size:12px;line-height:18px;font-weight:400;color:#3eaf3f}.troya-basket-drawer-item-campaign-note{color:#252321;font-size:14px;line-height:1.2;font-weight:400}.troya-basket-drawer-item.is-extension{padding-left:45px!important}.troya-basket-drawer-item.is-extension .troya-basket-drawer-item-image{width:48px;height:48px;padding:0}.troya-basket-drawer-item.is-extension .troya-basket-drawer-item-image img{border-radius:3px}.troya-basket-drawer-item-extension-indicator{position:absolute;left:20px}.view-basket{font-size:14px;font-weight:400;height:44px;padding:0;display:flex;align-items:center;justify-content:center}.basket-sticky-total{position:sticky;bottom:66px;background:#fff;padding:14px 28px 8px;margin-top:auto;z-index:3;margin-left:-28px;width:calc(100% + 56px)}.basket-sticky-subtotal-label{font-size:20px;font-weight:400;color:#000;margin-bottom:4px;margin-top:4px}.basket-sticky-subtotal-label strong{font-weight:500;margin-right:5px}.basket-sticky-price-row{display:flex;align-items:center;justify-content:flex-start;gap:18px}.basket-sticky-main-price{font-size:24px!important;font-weight:500!important;color:#000!important;white-space:nowrap;line-height:1;margin-right:12px}.basket-sticky-price-aside{display:flex;flex-direction:column}.basket-sticky-price-aside .product-price-was{font-size:16px;color:#252321;margin-bottom:-5px}.basket-sticky-price-aside .product-price-was span{text-decoration:line-through;color:#e53e3e}.basket-sticky-price-aside .product-price-save{font-size:16px;color:#252321}.basket-sticky-price-aside .product-price-save span{margin-left:4px;font-weight:500}.basket-sticky-checkout{position:sticky;bottom:-10px;background:#fff;padding:8px 28px 14px;z-index:4;margin-left:-28px;width:calc(100% + 56px)}.basket-sticky-checkout .view-basket{margin-top:14px!important;width:100%;height:50px;background:#fcbe11;color:#252321;font-size:16px;font-weight:500;gap:10px}.basket-sticky-checkout .view-basket:disabled{opacity:.92;cursor:not-allowed}.basket-checkout-spinner{width:18px;height:18px;border:2px solid rgba(37,35,33,.22);border-top-color:#252321;border-radius:50%;animation:basket-checkout-spin .7s linear infinite;flex-shrink:0}@keyframes basket-checkout-spin{to{transform:rotate(360deg)}}@media(prefers-reduced-motion:reduce){.basket-checkout-spinner{animation-duration:1.4s}}.basket-note{border-top:1px solid rgba(240,238,230,1);border-bottom:1px solid rgba(240,238,230,1);background:#fff}.basket-note-top{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:14px 0}.basket-note-toggle{display:flex;align-items:center;gap:12px;cursor:pointer;-webkit-user-select:none;user-select:none;flex:1;min-width:0;margin-bottom:0!important}.basket-note-checkbox{position:absolute;opacity:0;pointer-events:none}.basket-note-checkbox-visual{position:relative;width:22px;height:22px;border:2px solid #fcbe11;border-radius:4px;background:transparent;box-sizing:border-box;transition:background-color .2s ease,border-color .2s ease;flex-shrink:0;align-self:flex-start;margin-top:1px}.basket-note-checkbox:checked+.basket-note-checkbox-visual{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 10'%3E%3Cpath fill='none' stroke='%23fcbe11' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='M1 5l3.5 3.5L11 1'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;background-size:12px 10px}.basket-note-label{display:flex;flex-direction:column;gap:8px;font-size:16px;line-height:1;font-weight:400;color:#252321}.basket-note-saved-text{display:block;width:100%;font-size:15px;line-height:1.45;color:#252321e0;white-space:pre-wrap;margin:0 0 20px;font-weight:400}.basket-note-edit{border:1px solid rgba(240,238,230,1);border-radius:8px;background:#fff;color:#fcbe11;padding:6px 10px 6px 8px;font-size:16px;line-height:1;font-weight:400;display:inline-flex;align-items:center;gap:8px;cursor:pointer;white-space:nowrap;flex-shrink:0}.basket-note-edit svg{position:relative;top:1px;display:block;color:#fcbe11}.basket-note-panel{display:grid;grid-template-rows:0fr;transition:grid-template-rows .32s ease}.basket-note-panel.is-open{grid-template-rows:1fr}.basket-note-panel-inner{min-height:0;overflow:hidden;display:flex;flex-direction:column;align-items:stretch}.basket-note-textarea{display:block;width:100%;box-sizing:border-box;border:1px solid rgba(240,238,230,1);border-radius:4px;padding:10px 12px;margin:0 0 14px;color:#252321;font-size:14px;line-height:1.4;resize:vertical;font-family:inherit}.basket-note-panel-save{align-self:flex-end;width:auto;height:36px;margin:-4px 0 10px!important;background:#fcbe11;color:#252321;font-size:14px;font-weight:500;padding:0 12px;border-radius:4px;border:none;cursor:pointer;text-align:center;display:inline-flex;align-items:center;justify-content:center;white-space:nowrap;box-sizing:border-box}@media(prefers-reduced-motion:reduce){.basket-note-panel{transition-duration:.01ms}}.total-title{font-size:15px;line-height:18px;color:#000}@media(max-width:768px){.troya-basket-drawer-content{width:100%;transform:translateY(100%)}.troya-basket-drawer.is-open .troya-basket-drawer-content{transform:translateY(0)}}@media(max-width:520px){.troya-discount-card__top{margin-left:-16px;margin-right:-16px;padding-left:16px;padding-right:16px}}.basket-suggestions{padding-top:12px}.basket-suggestions-block{background:#fcfaf8;margin-left:-28px;width:calc(100% + 56px);padding:16px 28px 16px 32px;box-sizing:border-box}.basket-empty-state{display:flex;flex-direction:column;align-items:center;text-align:center;padding:14px 0 6px}.basket-empty-title{font-size:16px;line-height:1.05;font-weight:500;color:#252321;margin-bottom:8px}.basket-empty-text{font-size:16px;line-height:1.3;font-weight:400;color:#252321;margin-bottom:16px}.basket-empty-shop-now{width:100%;height:50px;border:none;background:#fcbe11;color:#252321;font-size:16px;font-weight:500;cursor:pointer;border-radius:0}.basket-empty-best-sellers{margin-top:18px;padding-top:18px;border-top:1px solid rgba(240,238,230,1)}.basket-empty-best-sellers-title{text-align:center;font-size:20px;line-height:1.1;font-weight:500;color:#252321;margin:0 0 30px}.basket-suggestions-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px}.basket-suggestions-title{font-size:20px;line-height:20px;font-weight:400;color:#252321}.basket-suggestions-more{font-size:14px;line-height:20px;font-weight:400;color:#1aa7a8;text-decoration:none;white-space:nowrap}.basket-suggestions-list{display:flex;flex-direction:column;gap:22px}.basket-suggestion-card{display:flex;align-items:flex-start;gap:28px}.basket-suggestion-card-image{display:block;width:90px;height:90px;border-radius:4px;overflow:hidden;border:1px solid rgba(240,238,230,1);background:#f4f4f4;flex:0 0 auto}.basket-suggestion-card-image img{width:100%;height:100%;object-fit:cover}.basket-suggestion-card-details{flex:1;min-width:0;display:flex;flex-direction:column}.basket-suggestion-card-title{display:inline-block;font-size:16px;line-height:20px;font-weight:400;color:#252321;margin-bottom:4px;text-decoration:none}.basket-suggestion-card-title:hover{color:#252321;text-decoration:none}.basket-suggestion-card-variant{font-size:12px;line-height:16px;font-weight:400;color:#252321;opacity:.85}.basket-suggestion-card-price{font-size:12px;font-weight:500;color:#252321}.basket-suggestion-card-form{display:flex;flex-direction:column;gap:6px;margin-top:4px}.basket-suggestion-variant-dropdown{position:relative;width:150px;max-width:100%}.basket-suggestion-variant-dropdown-trigger{justify-content:space-between;gap:6px;width:100%;height:26px;border-radius:4px;border:1px solid rgba(37,35,33,.2);background:#fff;font-weight:500;color:#252321;box-sizing:border-box;cursor:pointer;text-align:left;font-family:inherit;display:flex;padding:1px 7px 1px 8px;justify-content:center;align-items:center;gap:11px;font-size:12px;font-style:normal;font-weight:400;line-height:18px}.basket-suggestion-variant-dropdown-label{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.basket-suggestion-variant-dropdown-chevron{flex-shrink:0;width:0;height:0;border-left:4px solid transparent;border-right:4px solid transparent;border-top:5px solid #252321;margin-top:2px}.basket-suggestion-variant-dropdown-list{position:absolute;left:0;right:0;top:calc(100% + 2px);z-index:20;margin:0;padding:0;list-style:none;background:#fff;border:1px solid rgba(37,35,33,.2);border-radius:4px;box-shadow:0 4px 12px #00000014;max-height:200px;overflow-y:auto}.basket-suggestion-variant-dropdown:not(.is-open) .basket-suggestion-variant-dropdown-list{display:none}.basket-suggestion-variant-dropdown.is-open .basket-suggestion-variant-dropdown-list{display:block}.basket-suggestion-variant-dropdown-option{padding:6px 10px;font-size:12px;font-weight:400;color:#252321;cursor:pointer}.basket-suggestion-variant-dropdown-option:hover{background-color:#fcbe1154;color:#252321;outline:none}.basket-suggestion-variant-dropdown-option:focus{background-color:#fcbe1180;color:#252321;outline:none}.basket-suggestion-card-variant-readonly{font-size:12px;line-height:18px;font-weight:400;color:#252321;max-width:100%;box-sizing:border-box;display:flex;align-items:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.basket-suggestion-card-add{border-radius:2px;background:#252321;width:150px;font-size:14px;font-style:normal;font-weight:400;line-height:18px;color:#fff;display:flex;padding:6px 15px 6px 13px;justify-content:center;align-items:center}.basket-suggestion-card-add:disabled{opacity:.6;cursor:not-allowed}.basket-suggestions-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100000000;display:flex;align-items:stretch;justify-content:flex-end;padding:0;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .35s ease,visibility .35s ease;background:#00000040;overflow-x:hidden}.basket-suggestions-modal-backdrop.is-open{opacity:1;visibility:visible;pointer-events:auto}.basket-suggestions-modal{width:100%;max-width:440px;background:#fff;border-radius:0;padding:0 18px 24px;height:100%;max-height:none;overflow-y:auto;overflow-x:hidden;display:flex;flex-direction:column;flex-shrink:0;transform:translate(100%);transition:transform .35s ease;will-change:transform}.basket-suggestions-modal-backdrop.is-open .basket-suggestions-modal{transform:translate(0)}@media(prefers-reduced-motion:reduce){.basket-suggestions-modal-backdrop,.basket-suggestions-modal{transition-duration:.01ms}}.basket-suggestions-modal-heading{display:flex;align-items:center;justify-content:flex-start;gap:14px;margin-bottom:24px;padding:16px 14px 24px;border-bottom:1px solid #F0EEE6;box-shadow:0 2px 4px #0000000d;margin-left:-18px;margin-right:-18px;width:auto;box-sizing:border-box}.basket-suggestions-modal-title{font-size:28px;line-height:1;font-weight:400;color:#252321;margin:0;flex:1;min-width:0}.basket-suggestions-modal-close{flex-shrink:0;background:#fff;color:#252321;padding:0;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;border:none;position:relative;margin-right:-12px;top:3px}.basket-suggestions-modal-close img{display:block;transform-origin:center;margin-right:10px}.basket-suggestions-modal-list{display:flex;flex-direction:column;gap:22px;flex:1}.basket-suggestions-modal-actions{position:sticky;bottom:-20px;margin-top:auto;padding-top:12px;padding-bottom:12px;background:#fff;z-index:2}.basket-suggestions-modal-add-all{width:100%;height:42px;background:#f0b323;border:none;border-radius:0;color:#252321;font-size:16px;font-weight:500;cursor:pointer;margin-top:10px}.basket-suggestion-modal-square{appearance:none;-webkit-appearance:none;width:24px;height:24px;border:2px solid #fcbe11;border-radius:3px;flex:0 0 auto;left:-5px;background:#fff;cursor:pointer;position:relative}.basket-suggestion-modal-square:checked{background:#fcbe11}.basket-suggestion-modal-square:checked:after{content:"";position:absolute;left:7px;top:2px;width:6px;height:12px;border:solid #252321;border-width:0 2px 2px 0;transform:rotate(45deg)}
/*# sourceMappingURL=/cdn/shop/t/57/assets/basket.css.map */
