.scshop{background-color:var(--scshop-bg, #F5F0EB);padding-top:var(--scshop-pt, 100px);padding-bottom:var(--scshop-pb, 100px);width:100%;overflow:hidden}.scshop__container{width:100%;max-width:1280px;margin:0 auto;padding:0 40px}.scshop__header{display:flex;flex-direction:column;align-items:center;text-align:center;gap:16px;margin-bottom:48px}.scshop__badge{display:inline-flex;align-items:center;justify-content:center;height:40px;padding:0 28px;background:#fff;border:1px solid #CCCCCC;border-radius:100px;font-family:Poppins,sans-serif;font-weight:500;font-size:16px;color:#333;letter-spacing:-.02em;line-height:1;white-space:nowrap}.scshop__heading{margin:0;font-family:Ethnocentric,Arial Black,sans-serif;font-weight:400;font-size:clamp(28px,4vw,50px);line-height:1.1;letter-spacing:-.04em;color:var(--scshop-heading-color, #1A1A1A)}.scshop__description{margin:0;max-width:520px;font-family:Poppins,sans-serif;font-weight:400;font-size:clamp(14px,1.4vw,18px);line-height:1.5;letter-spacing:-.02em;color:var(--scshop-text-color, #555555)}.scshop__carousel-wrap{position:relative}.scshop__nav{position:absolute;top:50%;transform:translateY(-50%);width:50px;height:50px;border-radius:50%;border:2px solid rgba(26,26,26,.15);background:#ffffffe6;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);cursor:pointer;z-index:3;display:flex;align-items:center;justify-content:center;transition:all .3s ease;color:#1a1a1a;padding:0}.scshop__nav:hover{background:#1a1a1a;color:#fff;border-color:#1a1a1a}.scshop__nav:disabled{opacity:.3;cursor:default;background:#ffffffe6;color:#1a1a1a;border-color:#1a1a1a26}.scshop__nav svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.scshop__nav--prev{left:-25px}.scshop__nav--next{right:-25px}.scshop__carousel{display:flex;gap:20px;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;padding:10px 0 20px}.scshop__carousel::-webkit-scrollbar{display:none}.scshop__card{flex:0 0 calc(33.333% - 14px);min-width:260px;scroll-snap-align:start;background:#fff;border-radius:16px;overflow:hidden;border:1px solid rgba(26,26,26,.08);box-shadow:0 2px 12px #0000000f;transition:box-shadow .3s ease,transform .3s ease;display:flex;flex-direction:column}.scshop__card:hover{box-shadow:0 6px 24px #0000001a;transform:translateY(-2px)}.scshop__card-image{position:relative;width:100%;aspect-ratio:1;overflow:hidden;background:#f0ede8}.scshop__card-image img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.scshop__card:hover .scshop__card-image img{transform:scale(1.03)}.scshop__card-info{display:flex;flex-direction:column;gap:12px;padding:20px;flex-grow:1}.scshop__card-title{margin:0;font-family:Poppins,sans-serif;font-weight:600;font-size:clamp(13px,1.3vw,17px);line-height:1.3;letter-spacing:-.02em;color:#1a1a1a;text-transform:uppercase}.scshop__card-title a{text-decoration:none;color:inherit}.scshop__card-title a:hover{color:#333}.scshop__card-price{font-family:Poppins,sans-serif;font-weight:600;font-size:15px;color:#1a1a1a}.scshop__card-price del{font-weight:400;color:#999;margin-right:6px}.scshop__card-price ins{text-decoration:none;color:#d4380d}.scshop__card-btn{display:inline-flex;align-items:center;justify-content:center;width:100%;height:40px;padding:0 20px;border-radius:8px;background:var(--scshop-accent, #FFD400);border:none;font-family:Poppins,sans-serif;font-weight:600;font-size:13px;letter-spacing:.04em;color:#1a1a1a;text-transform:uppercase;text-decoration:none;cursor:pointer;transition:all .3s ease;margin-top:auto}.scshop__card-btn:hover{background:#1a1a1a;color:#ffd400}.scshop__divider{width:100%;max-width:648px;margin:56px auto 0}.scshop__divider img{display:block;width:100%;height:auto}@media screen and (max-width:989px){.scshop__container{padding:0 24px}.scshop__card{flex:0 0 calc(33.333% - 14px);min-width:220px}.scshop__nav{width:44px;height:44px}.scshop__nav--prev{left:-10px}.scshop__nav--next{right:-10px}.scshop__card-info{padding:16px}}@media screen and (max-width:749px)and (min-width:550px){.scshop{padding-top:calc(var(--scshop-pt, 100px) * .7);padding-bottom:calc(var(--scshop-pb, 100px) * .7)}.scshop__container{padding:0 16px}.scshop__header{gap:12px;margin-bottom:32px}.scshop__badge{height:34px;padding:0 20px;font-size:13px}.scshop__card{flex:0 0 calc(50% - 10px);min-width:200px}.scshop__nav{width:40px;height:40px}.scshop__nav--prev{left:-6px}.scshop__nav--next{right:-6px}.scshop__nav svg{width:16px;height:16px}.scshop__divider{margin-top:36px}}@media screen and (max-width:549px){.scshop{padding-top:calc(var(--scshop-pt, 100px) * .6);padding-bottom:calc(var(--scshop-pb, 100px) * .6)}.scshop__container{padding:0 16px}.scshop__header{gap:10px;margin-bottom:24px}.scshop__badge{height:30px;padding:0 16px;font-size:12px}.scshop__card{flex:0 0 80%;min-width:240px}.scshop__carousel{gap:14px}.scshop__nav{display:none}.scshop__card-info{padding:14px;gap:10px}.scshop__card-btn{height:38px;font-size:12px}.scshop__divider{margin-top:28px}}@media(prefers-reduced-motion:reduce){.scshop__card,.scshop__card-image img{transition:none}.scshop__carousel{scroll-behavior:auto}}
/*# sourceMappingURL=/cdn/shop/t/24/assets/solarcards-shop.css.map */
