:root{--navy: #20305e;--navy-light: #2d4276;--navy-dark: #182548;--sky: #75c7ff;--sky-light: #a1d8ff;--sky-dark: #54b6ff;--gold: #f5c518;--gold-light: #ffd650;--gold-dark: #e5b100;--mint: #43d190;--mint-light: #6aeaad;--mint-dark: #2cb974;--coral: #ff6b6b;--coral-light: #ff9393;--coral-dark: #ff4343;--purple: #8a5cf7;--purple-light: #a98aff;--purple-dark: #7545e6}.cg-products{width:100vw;margin-left:calc(50% - 50vw);padding:3.5rem 2rem;color:var(--navy);background-color:#f8f9fb;background-image:radial-gradient(circle at 50% 10%,#75c7ff12,#fff0)}.cg-products__header{max-width:1500px;margin:0 auto 2.5rem;text-align:center}.cg-products__title{font-size:clamp(2.2rem,6vw,3.6rem);font-weight:700;margin:0 0 .3rem;background:linear-gradient(135deg,#20305e,#3a5cc4);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1.1}.cg-products__subtitle{font-size:clamp(1.25rem,4vw,1.75rem);font-weight:600;margin:0 0 1rem;color:var(--navy);opacity:.95}.desktop-only{display:inline}.cg-blue{color:var(--sky)}.cg-stars-container{display:flex;flex-direction:column;align-items:center;margin-bottom:1.25rem}.cg-stars{display:flex;gap:.25rem;margin-bottom:.5rem}.cg-star{width:24px;height:24px;fill:var(--gold);filter:drop-shadow(0px 1px 1px rgba(0,0,0,.15))}.cg-stars-text{font-size:1rem;font-weight:600;background:linear-gradient(135deg,var(--navy) 0%,var(--navy-light) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.cg-products__description{max-width:700px;margin:0 auto;font-size:1.1rem;line-height:1.5}.cg-products__tabs{max-width:1500px;margin:0 auto 2.5rem;border-bottom:1px solid rgba(32,48,94,.15)}.cg-products__tabs-container{display:flex;justify-content:center;gap:1.5rem}.cg-products__tab-btn{padding:1rem 2rem;background:transparent;border:none;border-bottom:3px solid transparent;font-size:1.1rem;font-weight:600;color:#20305e99;cursor:pointer;transition:all .3s ease}.cg-products__tab-btn.active{color:var(--navy);border-bottom:3px solid var(--navy)}.cg-products__tab-btn:hover:not(.active){color:var(--navy);border-bottom:3px solid rgba(32,48,94,.3)}.cg-products__tab-content{display:none;max-width:1500px;margin:0 auto}.cg-products__tab-content.active{display:block}.cg-products__grid{display:grid;grid-template-columns:1fr;gap:2rem;width:100%}.cg-product-card{border:1px solid rgba(32,48,94,.1);border-radius:10px;overflow:hidden;box-shadow:0 8px 30px #20305e14;background:linear-gradient(180deg,#fff,#f9fcff);position:relative;transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column;height:100%}.cg-product-card:hover{transform:translateY(-5px);box-shadow:0 15px 35px #20305e26}.cg-product-card__badge-link{position:absolute;top:1rem;right:0;z-index:2;text-decoration:none;cursor:pointer;transition:transform .2s ease}.cg-product-card__badge-link:hover{transform:translate(2px)}.cg-product-card__badge{font-size:.8rem;font-weight:700;padding:.35rem 1.2rem;border-radius:4px 0 0 4px;color:#fff;box-shadow:0 2px 8px #00000026;display:block;transition:all .2s ease}.cg-product-card__badge-link:hover .cg-product-card__badge{box-shadow:0 4px 12px #00000040}.cg-product-card__free-pillows{font-size:.85rem;color:var(--mint-dark);font-style:italic;margin-bottom:1.5rem;font-weight:500}.badge-economy{background:linear-gradient(135deg,var(--sky-light) 0%,var(--sky-dark) 100%)}.badge-bestseller,.badge-recommended,.badge-premium{background:linear-gradient(135deg,var(--gold-light) 0%,var(--gold-dark) 100%)}.badge-free-pillows{background:linear-gradient(135deg,var(--mint-light) 0%,var(--mint-dark) 100%)}.badge-sofa{background:linear-gradient(135deg,var(--purple-light) 0%,var(--purple-dark) 100%)}.cg-product-card__image-link{display:block;text-decoration:none;cursor:pointer}.cg-product-card__image{width:100%;height:250px;background:linear-gradient(180deg,#e9f4ff,#f4f9ff);position:relative;overflow:hidden}.cg-product-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.cg-product-card:hover .cg-product-card__image img{transform:scale(1.03)}.cg-product-card__content{padding:1.8rem;display:flex;flex-direction:column;flex-grow:1;position:relative}.cg-product-card__title{font-size:1.5rem;font-weight:700;margin:0 0 .5rem;color:var(--navy);position:relative;display:inline-block}.cg-product-card__title:after{content:"";position:absolute;bottom:-5px;left:0;width:40px;height:3px;background:linear-gradient(90deg,var(--sky) 0%,var(--sky-light) 100%);border-radius:3px}.cg-product-card__specs{font-size:.95rem;font-weight:600;color:#20305eb3;margin-bottom:1.5rem;letter-spacing:.05em;background:linear-gradient(to right,var(--navy-light),var(--navy));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;display:inline-block}.cg-product-card__features{list-style:none;padding:0;margin:0 0 2rem}.cg-product-card__features li{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:.9rem;font-size:.95rem;color:var(--navy);line-height:1.4}.cg-product-card__features li svg{flex-shrink:0;width:20px;height:20px;margin-top:2px}.cg-product-card__footer{margin-top:auto;display:flex;flex-direction:column;gap:1rem}.cg-product-card__price-row{display:flex;justify-content:space-between;align-items:center}.cg-product-card__price-from{font-size:1rem;color:#20305eb3}.cg-product-card__discount-badge{display:inline-block;background-color:#ff4343;color:#fff;font-size:.85rem;font-weight:700;padding:.25rem .5rem;border-radius:4px;letter-spacing:.02em;box-shadow:0 2px 4px #ff434340}.cg-product-card__price-amount-row{display:flex;align-items:center;gap:.75rem;margin-bottom:.5rem}.cg-product-card__price-original{font-size:1.2rem;color:#20305e80;text-decoration:line-through}.cg-product-card__price-amount{font-size:1.75rem;font-weight:700;color:var(--navy);background:linear-gradient(135deg,var(--navy) 30%,var(--navy-light) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.cg-product-card__btn{display:inline-block;width:100%;padding:1rem 2rem;border-radius:9999px;background:linear-gradient(135deg,#323b6c,#4a57a1);color:#fff;font-weight:600;font-size:1.05rem;text-decoration:none;text-align:center;transition:all .3s ease;box-shadow:0 4px 12px #20305e40;position:relative;overflow:hidden}.cg-product-card__btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,#fff0,#fff3,#fff0);transition:left .7s ease;z-index:1}.cg-product-card__btn:hover:before{left:100%}.cg-product-card__btn:hover{transform:translateY(-2px);background:linear-gradient(135deg,#22294e,#384480);box-shadow:0 6px 16px #20305e59}@media(max-width:639px){.desktop-only,.cg-products__description{display:none}.cg-products__tabs-container{justify-content:space-between;gap:0}.cg-products__tab-btn{flex:1;text-align:center;padding:.75rem .5rem}.cg-product-card__free-pillows{font-size:.8rem}.cg-products__grid{display:flex;flex-direction:column}.cg-products__grid--memory-foam .cg-product-card:nth-child(5){order:1}.cg-products__grid--memory-foam .cg-product-card:nth-child(4){order:2}.cg-products__grid--memory-foam .cg-product-card:nth-child(3){order:3}.cg-products__grid--memory-foam .cg-product-card:nth-child(2){order:4}.cg-products__grid--memory-foam .cg-product-card:nth-child(1){order:5}.cg-products__grid--memory-foam .cg-product-card:nth-child(6){order:6}.cg-products__grid--hybrid .cg-product-card:nth-child(3){order:1}.cg-products__grid--hybrid .cg-product-card:nth-child(2){order:2}.cg-products__grid--hybrid .cg-product-card:nth-child(1){order:3}}@media(min-width:640px)and (max-width:1249px){.cg-products__grid{grid-template-columns:repeat(2,1fr)}.cg-star{width:28px;height:28px}.cg-product-card__image{height:240px}}@media(min-width:1250px){.cg-products__grid--hybrid,.cg-products__grid--memory-foam{grid-template-columns:repeat(3,1fr)}.cg-product-card__image{height:260px}}
/*# sourceMappingURL=/cdn/shop/t/34/assets/cg-all-products.css.map */
