:root{--sh-navy: #2D54B1;--sh-gold: #FFAE1A;--sh-red: #FF3E40;--sh-red-dark: #DB1215;--sh-orange: #FF6B35;--sh-text: #333333;--sh-text-muted: #868686;--sh-border: #E5E5E5;--sh-success: #428445;--sh-font-heading: "DBHeavent", "Noto Sans Thai", sans-serif;--sh-font-body: "DB Thin", "Noto Sans Thai", sans-serif}.sh-deals-hero{padding:60px 20px;text-align:center;position:relative;overflow:hidden}.sh-deals-hero__inner{max-width:800px;margin:0 auto;position:relative;z-index:1}.sh-deals-hero__badge{display:inline-block;background:#fff3;color:#fff;font-size:11px;font-weight:700;padding:4px 16px;border-radius:50px;margin-bottom:16px;letter-spacing:1px;text-transform:uppercase;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.sh-deals-hero__title{font-family:var(--sh-font-heading);font-size:clamp(28px,5vw,48px);font-weight:700;color:#fff;margin:0 0 12px;line-height:1.2}.sh-deals-hero__subtitle{font-family:var(--sh-font-body);font-size:clamp(14px,2vw,18px);color:#ffffffd9;margin:0 0 24px;line-height:1.6}.sh-deals-hero__countdown{margin-bottom:24px}.sh-deals-hero__countdown-label{display:block;font-family:var(--sh-font-body);color:#ffffffbf;font-size:13px;margin-bottom:10px}.sh-deals-hero__timer{display:flex;align-items:center;justify-content:center;gap:8px}.sh-deals-hero__timer-box{background:#00000080;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:12px;padding:10px 16px;min-width:60px;text-align:center}.sh-deals-hero__timer-num{display:block;font-family:var(--sh-font-heading);font-size:28px;font-weight:700;color:#fff;line-height:1}.sh-deals-hero__timer-label{display:block;font-family:var(--sh-font-body);font-size:10px;color:#fff9;margin-top:4px}.sh-deals-hero__timer-sep{color:#ffffff80;font-weight:700;font-size:24px}.sh-deals-hero__cta{display:inline-block;background:#fff;color:var(--sh-red);font-family:var(--sh-font-body);font-weight:700;font-size:14px;padding:12px 32px;border-radius:50px;text-decoration:none;transition:transform .2s,box-shadow .2s}.sh-deals-hero__cta:hover{transform:translateY(-2px);box-shadow:0 8px 24px #0003}.sh-clearance-hero{background:linear-gradient(135deg,#ff6b35,#ffae1a);padding:50px 20px;text-align:center}.sh-clearance-hero__inner{max-width:700px;margin:0 auto}.sh-clearance-hero__badge{display:inline-block;background:#fff3;color:#fff;font-size:11px;font-weight:700;padding:4px 14px;border-radius:50px;margin-bottom:14px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.sh-clearance-hero__title{font-family:var(--sh-font-heading);font-size:clamp(26px,4.5vw,42px);font-weight:700;color:#fff;margin:0 0 10px}.sh-clearance-hero__subtitle{font-family:var(--sh-font-body);font-size:clamp(13px,2vw,16px);color:#ffffffd9;margin:0 0 20px}.sh-clearance-hero__urgency{display:inline-flex;align-items:center;gap:6px;background:#0003;color:#fff;font-family:var(--sh-font-body);font-size:12px;padding:8px 20px;border-radius:50px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.sh-product-grid-section{max-width:1280px;margin:0 auto;padding-left:20px;padding-right:20px}.sh-product-grid__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px;flex-wrap:wrap;gap:12px}.sh-product-grid__header-left{display:flex;align-items:center;gap:12px}.sh-product-grid__icon{font-size:28px;line-height:1}.sh-product-grid__heading{font-family:var(--sh-font-heading);font-size:clamp(20px,3vw,28px);font-weight:700;color:var(--sh-text);margin:0}.sh-product-grid__subheading{font-family:var(--sh-font-body);font-size:13px;color:var(--sh-text-muted);margin:2px 0 0}.sh-product-grid__view-all{font-family:var(--sh-font-body);font-size:13px;font-weight:700;color:var(--sh-navy);text-decoration:none;transition:color .2s}.sh-product-grid__view-all:hover{color:var(--sh-red)}.sh-product-grid__container.sh-product-grid--grid{display:grid;gap:20px}.sh-product-grid--cols-2{grid-template-columns:repeat(2,1fr)}.sh-product-grid--cols-3,.sh-product-grid--cols-4{grid-template-columns:repeat(3,1fr)}.sh-product-grid__container.sh-product-grid--carousel{display:flex;gap:16px;overflow-x:auto;scroll-snap-type:x mandatory;-ms-overflow-style:none;scrollbar-width:none;padding-bottom:8px}.sh-product-grid--carousel::-webkit-scrollbar{display:none}.sh-product-grid--carousel .sh-product-card{min-width:280px;max-width:100%;scroll-snap-align:start;flex-shrink:0}.sh-product-grid__empty{text-align:center;padding:60px 20px;color:var(--sh-text-muted);font-family:var(--sh-font-body);background:#f8f9fa;border-radius:16px;border:2px dashed var(--sh-border)}.sh-product-grid__empty p{margin:8px 0}.sh-product-card{background:#fff;border-radius:16px;overflow:hidden;display:flex;flex-direction:column;transition:transform .25s ease,box-shadow .25s ease}.sh-product-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px #0000001a}.sh-product-card--shadow{box-shadow:0 2px 12px #0000000f}.sh-product-card--border{border:1px solid var(--sh-border)}.sh-product-card--flash{border:2px solid var(--sh-red);box-shadow:0 4px 20px #ff3e4026}.sh-product-card__image-wrap{position:relative;aspect-ratio:1;overflow:hidden;background:#f5f5f5;display:block}.sh-product-card__image{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.sh-product-card:hover .sh-product-card__image{transform:scale(1.05)}.sh-product-card__badge{position:absolute;top:10px;font-size:11px;font-weight:700;padding:4px 12px;border-radius:50px;font-family:var(--sh-font-body);z-index:2}.sh-product-card__badge--discount{left:10px;background:linear-gradient(110deg,var(--sh-red),var(--sh-orange),var(--sh-gold));background-size:200% 200%;animation:sh-badge-shift 3s ease infinite;color:#fff}.sh-product-card__badge--custom{right:10px;background:#ffffffe6;color:var(--sh-text);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}@keyframes sh-badge-shift{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.sh-product-card__stock-warning{position:absolute;bottom:8px;left:8px;right:8px;background:#000000b3;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;font-family:var(--sh-font-body);font-size:11px;text-align:center;padding:6px 12px;border-radius:8px}.sh-product-card__stock-warning--out{background:#db1215d9}.sh-product-card__info{padding:16px;display:flex;flex-direction:column;flex:1}.sh-product-card__vendor{font-family:var(--sh-font-body);font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;color:#2d54b180;margin-bottom:4px}.sh-product-card__title{font-family:var(--sh-font-heading);font-size:18px;font-weight:700;color:var(--sh-text);margin:0 0 4px;line-height:1.3}.sh-product-card__title a{color:inherit;text-decoration:none}.sh-product-card__desc{font-family:var(--sh-font-body);font-size:14px;color:var(--sh-text-muted);margin:0 0 10px;line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.sh-product-card__tags{display:flex;flex-wrap:wrap;gap:4px;margin-bottom:10px}.sh-product-card__tag{font-family:var(--sh-font-body);font-size:10px;background:#2d54b10f;color:#2d54b1b3;padding:2px 8px;border-radius:50px}.sh-product-card__price{margin-top:auto;margin-bottom:12px}.sh-product-card__compare-price{font-family:var(--sh-font-body);font-size:12px;color:var(--sh-text-muted);text-decoration:line-through;margin-right:8px}.sh-product-card__savings{font-family:var(--sh-font-body);font-size:11px;font-weight:700;color:var(--sh-red)}.sh-product-card__current-price{display:block;font-family:var(--sh-font-heading);font-size:22px;font-weight:700;color:var(--sh-text);margin-top:2px}.sh-product-card__current-price--sale{color:var(--sh-red-dark)}.sh-product-card__atc{display:block;text-align:center;background:var(--sh-navy);color:#fff;font-family:var(--sh-font-body);font-weight:700;font-size:13px;padding:10px 16px;border-radius:10px;text-decoration:none;border:none;cursor:pointer;transition:background .2s,transform .2s}.sh-product-card__atc:hover{background:#2b459c;transform:translateY(-1px)}.sh-product-card__atc--sold-out{background:#ccc;cursor:not-allowed}.sh-product-card--flash .sh-product-card__atc{background:linear-gradient(110deg,var(--sh-red),var(--sh-orange))}.sh-bundles-section{max-width:1280px;margin:0 auto;padding-left:20px;padding-right:20px}.sh-bundles__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:20px}.sh-bundle-card{background:#fff;border-radius:16px;overflow:hidden;display:flex;border:1px solid var(--sh-border);transition:transform .25s,box-shadow .25s}.sh-bundle-card:hover{transform:translateY(-3px);box-shadow:0 8px 30px #00000014}.sh-bundle-card__image-wrap{width:40%;min-height:200px;overflow:hidden;flex-shrink:0}.sh-bundle-card__image{width:100%;height:100%;object-fit:cover}.sh-bundle-card__info{padding:20px;flex:1;display:flex;flex-direction:column}.sh-bundle-card__title{font-family:var(--sh-font-heading);font-size:18px;font-weight:700;color:var(--sh-text);margin:0 0 4px}.sh-bundle-card__subtitle{font-family:var(--sh-font-body);font-size:12px;color:var(--sh-text-muted);margin:0 0 12px}.sh-bundle-card__items{list-style:none;padding:0;margin:0 0 16px}.sh-bundle-card__items li{font-family:var(--sh-font-body);font-size:12px;color:var(--sh-text);padding:3px 0}.sh-bundle-card__pricing{margin-top:auto;margin-bottom:12px}.sh-bundle-card__original{font-family:var(--sh-font-body);font-size:13px;color:var(--sh-text-muted);text-decoration:line-through;margin-right:8px}.sh-bundle-card__price{font-family:var(--sh-font-heading);font-size:24px;font-weight:700;color:var(--sh-red-dark)}.sh-bundle-card__cta{display:inline-block;background:var(--sh-navy);color:#fff;font-family:var(--sh-font-body);font-weight:700;font-size:13px;padding:10px 24px;border-radius:10px;text-decoration:none;text-align:center;transition:background .2s}.sh-bundle-card__cta:hover{background:#2b459c}.sh-promo-section{max-width:1280px;margin:0 auto;padding-left:20px;padding-right:20px}.sh-promo__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:16px}.sh-promo-card{background:#fff;border:2px dashed var(--sh-gold);border-radius:16px;padding:20px;text-align:center;transition:border-color .2s,transform .2s}.sh-promo-card:hover{border-color:var(--sh-red);transform:translateY(-2px)}.sh-promo-card__code{font-family:var(--sh-font-heading);font-size:20px;font-weight:700;color:var(--sh-red);letter-spacing:2px;margin-bottom:6px}.sh-promo-card__desc{font-family:var(--sh-font-body);font-size:13px;color:var(--sh-text);margin:0 0 6px}.sh-promo-card__condition{display:inline-block;font-family:var(--sh-font-body);font-size:11px;color:var(--sh-text-muted);background:#f5f5f5;padding:2px 10px;border-radius:50px;margin-bottom:12px}.sh-promo-card__copy{display:inline-block;background:var(--sh-navy);color:#fff;font-family:var(--sh-font-body);font-weight:700;font-size:12px;padding:8px 20px;border-radius:8px;border:none;cursor:pointer;transition:background .2s}.sh-promo-card__copy:hover{background:#2b459c}@media(max-width:768px){.sh-deals-hero,.sh-clearance-hero{min-height:220px;padding:32px 16px}.sh-deals-hero__title,.sh-clearance-hero__title{font-size:1.6rem!important;line-height:1.3}.sh-deals-hero__subtitle,.sh-clearance-hero__subtitle{font-size:.95rem}.sh-deals-hero__badge,.sh-clearance-hero__badge{font-size:.7rem;padding:4px 10px}.sh-deals-hero__timer{gap:8px}.sh-deals-hero__timer-box{min-width:50px;padding:8px 6px}.sh-deals-hero__timer-num{font-size:1.3rem}.sh-deals-hero__timer-label{font-size:.6rem}.sh-deals-hero__countdown-label{font-size:.85rem}.sh-deals-hero__cta{padding:10px 24px;font-size:.9rem}.sh-product-grid--cols-3,.sh-product-grid--cols-4{grid-template-columns:repeat(2,1fr)!important}.sh-bundle-card{flex-direction:column}.sh-bundle-card__image-wrap{width:100%;max-height:200px}.sh-bundle-card__body{padding:16px}.sh-bundle-card__title{font-size:1.1rem}.sh-promo__grid{grid-template-columns:1fr!important;gap:12px}.sh-promo-card{padding:16px}.sh-promo-card__code{font-size:1.1rem;letter-spacing:2px}.sh-product-grid-section,.sh-bundles-section,.sh-promo-section{padding:32px 12px}.sh-clearance-hero__urgency{font-size:.85rem;padding:6px 12px}}@media(max-width:480px){.sh-deals-hero,.sh-clearance-hero{min-height:180px;padding:24px 12px}.sh-deals-hero__title,.sh-clearance-hero__title{font-size:1.3rem!important;line-height:1.25}.sh-deals-hero__subtitle,.sh-clearance-hero__subtitle{font-size:.85rem}.sh-deals-hero__timer{gap:6px}.sh-deals-hero__timer-box{min-width:42px;padding:6px 4px}.sh-deals-hero__timer-num{font-size:1.1rem}.sh-deals-hero__timer-sep{font-size:1rem}.sh-product-grid--cols-2,.sh-product-grid--cols-3,.sh-product-grid--cols-4{grid-template-columns:repeat(2,1fr)!important;gap:8px}.sh-product-card{border-radius:8px}.sh-product-card__title{font-size:.85rem}.sh-product-card__price{font-size:.9rem}.sh-promo__grid{grid-template-columns:1fr!important}.sh-promo-card__code{font-size:1rem}.sh-bundle-card__image-wrap{max-height:160px}.sh-bundle-card__title{font-size:1rem}.sh-bundle-card__desc{font-size:.85rem}.sh-product-grid-section,.sh-bundles-section,.sh-promo-section{padding:24px 8px}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/sh-deals.css.map */
