.gifts-drawer{padding:24px 16px;border-bottom:1px solid #c8bca2;display:none}@media screen and (min-width: 1200px){.gifts-drawer{padding:24px 54px}}.gifts-drawer__header{display:flex;flex-direction:column;gap:4px}.gifts-drawer__header h3{font-size:14px;line-height:1.2;color:#333;font-weight:600;font-family:var(--font-body-family);margin:0}.gifts-drawer__products{display:grid;grid-template-columns:repeat(2, 1fr);gap:12px;margin-top:16px}@media screen and (min-width: 990px){.gifts-drawer__products{gap:24px;row-gap:28px;grid-template-columns:repeat(3, 1fr)}}.gifts-drawer__product{position:relative;transition:all .2s ease}.gifts-drawer__product-label{display:flex;align-items:center;cursor:pointer;margin:0}.gifts-drawer__product-checkbox{position:absolute;opacity:0;pointer-events:none;width:0;height:0}.gifts-drawer__product-content{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:8px;position:relative}.gifts-drawer__product-content::before{content:"";position:absolute;right:8px;top:8px;width:18px;height:18px;outline:1px solid #b6b6b6;border-radius:50%;background-color:rgba(0,0,0,0);z-index:1;transition:all .2s ease}.gifts-drawer__product-content h4{font-size:14px;line-height:22px;font-weight:600;font-family:var(--font-body-family);margin:0;text-align:center}.gifts-drawer__product-image{width:100%;height:148px;display:block;background-color:#eee9df;border-radius:2px;overflow:hidden}.gifts-drawer__product-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.gifts-drawer__product.selected .gifts-drawer__product-content::before{background-color:#473333;border:4px solid #eee9df;outline:1px solid #b6b6b6}.gifts-drawer__product.is-loading{opacity:.6;pointer-events:none}.gifts-drawer__products.maximum-gifts .gifts-drawer__product:not(.selected){opacity:.6;pointer-events:none}.gifts-drawer__back-button{display:none;align-items:center;padding:0;margin:0;border:none;background-color:rgba(0,0,0,0);cursor:pointer;font-size:14px;line-height:1.2;font-weight:400;color:#575757;font-family:var(--font-body-family)}.gifts-drawer__open-button{padding:16px;margin:0;padding-bottom:0}@media screen and (min-width: 990px){.gifts-drawer__open-button{padding:24px 54px;padding-bottom:0}}.gifts-drawer__open-button p{margin:0;display:flex;align-items:center;justify-content:space-between;cursor:pointer;background-color:#f5ecdc;padding:4px 16px;color:#7e6262;font-size:14px;font-weight:400;line-height:1.2;color:#1b1a1a;font-family:var(--font-body-family)}.gifts-drawer__open-button p svg{transform:rotate(180deg);transition:all .2s ease}