.dstc-section{position:relative}.dstc-header{padding:0 16px;margin-bottom:18px;display:flex;align-items:center;gap:12px}.dstc-header:before,.dstc-header:after{content:"";flex:1;height:1px;background:#0b1a3e14}.dstc-header h2{font-size:17px;font-weight:700;white-space:nowrap}.dstc-tabs-wrap{padding:0 12px;margin-bottom:16px}.dstc-tabs{display:flex;gap:7px;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding:4px 2px 6px}.dstc-tabs::-webkit-scrollbar{display:none}.dstc-tab{flex-shrink:0;display:flex;align-items:center;gap:6px;padding:10px 18px;border-radius:24px;font-size:13px;font-weight:600;cursor:pointer;transition:all .3s ease;white-space:nowrap;border:1.5px solid rgba(0,0,0,.04);background:#fff;color:#999;box-shadow:0 1px 6px #0000000a;-webkit-tap-highlight-color:transparent;outline:none;font-family:inherit}.dstc-tab svg,.dstc-tab-icon svg{width:16px;height:16px;stroke:#bbb;fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;transition:all .3s ease}.dstc-tab-icon{display:flex;align-items:center}.dstc-tab:active{transform:scale(.96)}.dstc-tab.active{background:var(--dstc-active-bg, #0B1A3E);color:var(--dstc-active-text, #E8D5A8);border-color:transparent;box-shadow:0 4px 18px #00000026}.dstc-tab.active svg{stroke:var(--dstc-active-text, #E8D5A8)}.dstc-tab.active[style*=--tab-active-bg]{background:var(--tab-active-bg)!important;color:var(--tab-active-text, #FFF)!important}.dstc-tab.active[style*=--tab-active-bg] svg{stroke:var(--tab-active-text, #FFF)!important}.dstc-grids{position:relative;min-height:200px}.dstc-grid{display:none;grid-template-columns:repeat(2,1fr);gap:10px;padding:0 12px;animation:dstcFade .3s ease}.dstc-grid.active{display:grid}.dstc-grid[data-columns="1"]{grid-template-columns:1fr}@keyframes dstcFade{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.dstc-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 2px 12px #0000000a}.dstc-card-img{display:block;height:160px;position:relative;overflow:hidden;text-decoration:none}.dstc-card-img img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.dstc-card:active .dstc-card-img img{transform:scale(1.03)}.dstc-placeholder-svg{width:100%;height:100%;background:#f5f0e8}.dstc-badge-sale{position:absolute;top:8px;left:8px;background:#e53e3e;color:#fff;font-size:11px;font-weight:700;padding:3px 9px;border-radius:7px}.dstc-badge-stock{position:absolute;bottom:8px;left:8px;padding:5px 12px;border-radius:16px;font-size:10px;font-weight:600}.dstc-low-stock{background:#34c759eb;color:#fff}.dstc-sold-out{background:#000000a6;color:#fff}.dstc-card-info{padding:12px}.dstc-card-title{display:block;font-size:12px;font-weight:600;color:#0b1a3e;line-height:1.4;margin-bottom:6px;text-decoration:none;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.dstc-prices{display:flex;align-items:baseline;gap:6px;margin-bottom:8px;flex-wrap:wrap}.dstc-price-was{font-size:11px;color:#bbb;text-decoration:line-through}.dstc-price-from{font-size:10px;color:#999}.dstc-price-now{font-size:14px;font-weight:700;color:#e53e3e}.dstc-options{margin-bottom:10px}.dstc-option-group{margin-bottom:6px}.dstc-option-label{font-size:9px;font-weight:600;color:#999;text-transform:uppercase;letter-spacing:.5px;margin-bottom:4px}.dstc-color-swatches{display:flex;gap:6px;flex-wrap:wrap}.dstc-color-swatch{width:24px;height:24px;border-radius:50%;border:2px solid transparent;background:none;padding:2px;cursor:pointer;transition:all .2s;-webkit-tap-highlight-color:transparent;outline:none}.dstc-color-swatch.active{border-color:#0b1a3e}.dstc-swatch-dot{display:block;width:100%;height:100%;border-radius:50%;border:1px solid rgba(0,0,0,.1)}.dstc-size-select{width:100%;padding:7px 10px;border:1.5px solid #E0E0E0;border-radius:8px;font-family:inherit;font-size:11px;font-weight:500;color:#333;background:#fff;cursor:pointer;-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' fill='none' stroke='%23999' stroke-width='1.5'%3E%3Cpath d='M1 1l4 4 4-4'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 10px center;outline:none;transition:border-color .2s}.dstc-size-select:focus{border-color:#0b1a3e}[dir=rtl] .dstc-size-select{background-position:left 10px center}.dstc-atc{width:100%;padding:11px;border:none;border-radius:10px;font-family:inherit;font-size:12px;font-weight:700;letter-spacing:.5px;text-transform:uppercase;cursor:pointer;transition:all .2s ease}.dstc-atc:active{transform:scale(.97);filter:brightness(.9)}.dstc-atc:disabled{background:#ccc!important;color:#fff!important;cursor:not-allowed}.dstc-atc.dstc-atc-success{background:#2d8a56!important;color:#fff!important;animation:dstcSuccessPop .4s cubic-bezier(.34,1.56,.64,1)}@keyframes dstcSuccessPop{0%{transform:scale(.95)}50%{transform:scale(1.05)}to{transform:scale(1)}}.dstc-view-all{display:block;text-align:center;padding:18px;font-size:13px;font-weight:600;text-decoration:none}.dstc-view-all span{border-bottom:1.5px solid currentColor;padding-bottom:2px;opacity:.6;transition:opacity .2s}.dstc-view-all:active span{opacity:1}.dstc-empty{grid-column:1 / -1;text-align:center;padding:40px 20px;font-size:14px;color:#999}[dir=rtl] .dstc-section,[dir=rtl] .dstc-tabs{direction:rtl}[dir=rtl] .dstc-tab{flex-direction:row-reverse}[dir=rtl] .dstc-card-title{text-align:right}[dir=rtl] .dstc-prices{direction:rtl}[dir=rtl] .dstc-badge-sale,[dir=rtl] .dstc-badge-stock{left:auto;right:8px}@media (min-width: 768px){.dstc-grid{grid-template-columns:repeat(3,1fr);gap:16px;padding:0 20px}.dstc-tabs-wrap,.dstc-header{padding:0 20px}}@media (min-width: 1024px){.dstc-grid{grid-template-columns:repeat(4,1fr);max-width:1200px;margin-left:auto;margin-right:auto}}
/*# sourceMappingURL=/cdn/shop/t/43/assets/drsleeep-tabbed-collections.css.map */
