.sam-banner-footer,.sam-banner-header,.sam-banner-sidebar,.sam-banner-slider,.sam-banner-homepage_middle,.sam-banner-product_top,.sam-banner-checkout_top{padding:35px 0}.sam-banner-container-footer,.sam-banner-container-header,.sam-banner-container-sidebar,.sam-banner-container-slider,.sam-banner-container-homepage_middle,.sam-banner-container-product_top,.sam-banner-container-checkout_top{display:flex;flex-direction:column;align-items:center;gap:25px}.sam-banner-item-footer,.sam-banner-item-header,.sam-banner-item-sidebar,.sam-banner-item-slider,.sam-banner-item-homepage_middle,.sam-banner-item-product_top,.sam-banner-item-checkout_top{width:100%}.sam-banner-img{width:calc(100% - 180px);margin:0 auto;height:auto;border-radius:12px;display:block}@media (max-width:768px){.sam-banner-img{width:calc(100% - 60px)}}.stories-wrapper{background:#FFFFFF;border-bottom:1px solid #f0f0f0;padding:10px 40px}.stories-container{max-width:1400px;margin:0 auto}.stories-scroll{display:flex;gap:15px;overflow-x:auto;overflow-y:hidden;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:thin;padding:5px}.stories-scroll::-webkit-scrollbar{height:3px}.stories-scroll::-webkit-scrollbar-track{background:#f0f0f0;border-radius:10px}.stories-scroll::-webkit-scrollbar-thumb{background:var(--primary-green);border-radius:10px}.story-item{flex:0 0 auto;display:flex;flex-direction:column;align-items:center;gap:6px;cursor:pointer;transition:all 0.2s ease}.story-item:hover{transform:translateY(-2px)}.story-thumb-wrapper{position:relative;width:60px;height:60px}.story-thumb{position:relative;width:100%;height:100%;border-radius:50%;overflow:hidden;background:linear-gradient(135deg,#f5f5f5,#e8e8e8)}.story-thumb img{width:100%;height:100%;object-fit:cover}.story-thumb-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:24px;background:linear-gradient(135deg,#e8e8e8,#d4d4d4)}.story-ring{position:absolute;top:-3px;left:-3px;right:-3px;bottom:-3px;border-radius:50%;border:3px solid #9b59b6;pointer-events:none;opacity:1}.story-item[data-story-viewed="true"] .story-ring{opacity:0.3}.story-title{font-size:11px;color:var(--primary-dark);text-align:center;max-width:65px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:500}.story-modal{display:none;position:fixed;top:0;left:0;right:0;bottom:0;z-index:10000;align-items:center;justify-content:center}.story-modal.active{display:flex}.story-modal-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,0.3);backdrop-filter:blur(3px)}.story-modal-content{position:relative;width:90%;max-width:360px;height:auto;aspect-ratio:9 / 16;background:transparent;border-radius:20px;overflow:hidden;animation:storyModalFadeIn 0.3s ease;box-shadow:0 25px 50px rgba(0,0,0,0.3)}@keyframes storyModalFadeIn{from{opacity:0;transform:scale(0.95)}to{opacity:1;transform:scale(1)}}.story-close{position:absolute;top:12px;right:12px;width:32px;height:32px;background:rgba(0,0,0,0.5);border:none;border-radius:50%;color:white;font-size:18px;cursor:pointer;z-index:20;display:flex;align-items:center;justify-content:center;transition:all 0.2s ease}.story-close:hover{background:rgba(0,0,0,0.7);transform:scale(1.05)}.story-prev,.story-next{position:absolute;top:50%;transform:translateY(-50%);width:36px;height:36px;background:rgba(0,0,0,0.5);border:none;border-radius:50%;color:white;font-size:24px;cursor:pointer;z-index:20;display:flex;align-items:center;justify-content:center;transition:all 0.2s ease}.story-prev{left:12px}.story-next{right:12px}.story-prev:hover,.story-next:hover{background:rgba(0,0,0,0.7);transform:translateY(-50%) scale(1.05)}.story-progress-container{position:absolute;top:0;left:0;right:0;height:3px;background:rgba(255,255,255,0.3);z-index:15}.story-progress-bar{width:0%;height:100%;background:#9b59b6;transition:width 0.05s linear}.story-media{position:relative;width:100%;height:100%;background:#000;display:flex;align-items:center;justify-content:center;overflow:hidden}.story-media img,.story-media video{width:100%;height:100%;object-fit:cover}.story-media video::-webkit-media-controls{display:none!important}.story-media video::-webkit-media-controls-panel{display:none!important}.story-media video::-webkit-media-controls-play-button{display:none!important}.story-media video::-webkit-media-controls-timeline{display:none!important}.story-loading{position:absolute;color:white;font-size:14px;z-index:5}.story-overlay-info{position:absolute;bottom:0;left:0;right:0;padding:60px 16px 20px 16px;background:linear-gradient(to top,rgba(0,0,0,0.85) 0%,rgba(0,0,0,0) 100%);color:white;z-index:10}.story-modal-title{font-size:16px;font-weight:700;margin-bottom:6px;color:white;text-shadow:1px 1px 2px rgba(0,0,0,0.3)}.story-modal-content-text{font-size:13px;line-height:1.5;color:rgba(255,255,255,0.9);margin-bottom:12px;text-shadow:1px 1px 1px rgba(0,0,0,0.3);display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}@media (max-width:768px){.stories-wrapper{padding:8px 20px}.story-thumb-wrapper{width:50px;height:50px}.story-title{font-size:10px;max-width:55px}.stories-scroll{gap:12px}.story-modal-content{width:90%;max-width:320px;border-radius:20px;margin:0 auto}.story-prev,.story-next{width:32px;height:32px;font-size:20px}.story-close{width:32px;height:32px;font-size:18px;top:10px;right:10px}.story-overlay-info{padding:50px 15px 20px 15px}.story-modal-title{font-size:15px}.story-modal-content-text{font-size:12px;-webkit-line-clamp:2}.story-modal-overlay{backdrop-filter:blur(2px)}}@media (max-width:480px){.story-thumb-wrapper{width:45px;height:45px}.story-title{font-size:9px;max-width:50px}.stories-scroll{gap:10px}.story-modal-content{width:92%;max-width:280px}.story-overlay-info{padding:40px 12px 15px 12px}.story-modal-title{font-size:14px}.story-modal-content-text{font-size:11px}}.sam-home-hero-section{position:relative;overflow:hidden;margin-top:0;background-color:var(--primary-dark)}.sam-home-hero-container{position:relative;width:100%;height:auto;touch-action:pan-y pinch-zoom;aspect-ratio:calc(var(--slider-ratio-desktop,3.2) * 1) / 1}@supports not (aspect-ratio:1/1){.sam-home-hero-container::before{content:'';display:block;width:100%;padding-bottom:calc(100% / var(--slider-ratio-desktop,3.2))}}@media (max-width:768px){.sam-home-hero-container{aspect-ratio:calc(var(--slider-ratio-mobile,1.5) * 1) / 1}@supports not (aspect-ratio:1/1){.sam-home-hero-container::before{padding-bottom:calc(100% / var(--slider-ratio-mobile,1.5))}}}.sam-home-hero-slide{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;visibility:hidden;transition:opacity 0.6s ease,visibility 0.6s ease;background-size:cover;background-position:center center;background-repeat:no-repeat;background-color:var(--primary-dark)}.sam-home-hero-slide.sam-active{opacity:1;visibility:visible}.sam-home-hero-content{position:relative;height:100%;display:flex;align-items:center;justify-content:center;text-align:center;z-index:2;background-color:transparent}.sam-home-hero-container .container{max-width:1200px;margin:0 auto;padding:0 20px;width:100%}.sam-home-hero-title{font-size:48px;font-weight:800;color:var(--primary-white);margin-bottom:20px;animation:samHomeHeroFadeInUp 0.8s ease;text-shadow:3px 3px 6px rgba(0,0,0,0.5)}.sam-home-hero-subtitle{font-size:18px;color:rgba(255,255,255,0.95);margin-bottom:30px;animation:samHomeHeroFadeInUp 0.8s ease 0.1s both;text-shadow:2px 2px 4px rgba(0,0,0,0.5)}.sam-home-hero-btn{display:inline-block;padding:14px 40px;background:var(--primary-green);color:var(--primary-dark);text-decoration:none;border-radius:50px;font-weight:700;transition:all 0.3s ease;animation:samHomeHeroFadeInUp 0.8s ease 0.2s both;box-shadow:0 2px 10px rgba(0,0,0,0.2)}.sam-home-hero-btn:hover{background:var(--secondary-green-dark);transform:translateY(-3px);box-shadow:0 10px 25px rgba(138,196,167,0.3)}@keyframes samHomeHeroFadeInUp{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.sam-home-hero-dots{position:absolute;bottom:20px;left:0;right:0;display:flex;justify-content:center;gap:12px;z-index:10}.sam-home-hero-dot{width:10px;height:10px;background:rgba(255,255,255,0.5);border-radius:50%;cursor:pointer;transition:all 0.3s ease;box-shadow:0 1px 3px rgba(0,0,0,0.3)}.sam-home-hero-dot.sam-active{background:var(--primary-green);width:28px;border-radius:5px}@media (max-width:768px){.sam-home-hero-dots{position:relative!important;bottom:auto!important;left:auto!important;right:auto!important;margin-top:12px;margin-bottom:15px;padding:0;gap:8px;z-index:10;background:transparent}.sam-home-hero-dot{width:8px!important;height:8px!important;background:rgba(255,255,255,0.5);border-radius:50%;transition:all 0.3s ease}.sam-home-hero-dot.sam-active{background:var(--primary-green)!important;width:20px!important;border-radius:4px!important;height:8px!important}}.sam-home-hero-nav-buttons{position:absolute;bottom:20px;left:20px;display:flex;gap:12px;z-index:10}.sam-home-hero-arrow{width:44px;height:44px;background:rgba(0,0,0,0.4);border:none;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all 0.3s ease;backdrop-filter:blur(4px);color:white;font-size:24px;font-weight:bold}.sam-home-hero-arrow:hover{background:var(--primary-green);transform:scale(1.05);color:var(--primary-dark);backdrop-filter:blur(0)}.sam-home-hero-desktop-only{display:flex}@media (max-width:992px){.sam-home-hero-title{font-size:36px}.sam-home-hero-subtitle{font-size:16px}.sam-home-hero-btn{padding:10px 30px;font-size:14px}.sam-home-hero-nav-buttons{bottom:70px;left:15px}.sam-home-hero-arrow{width:38px;height:38px;font-size:20px}}@media (max-width:768px){.sam-home-hero-title{font-size:28px}.sam-home-hero-subtitle{font-size:14px}.sam-home-hero-nav-buttons{bottom:60px;left:12px}.sam-home-hero-arrow{width:34px;height:34px;font-size:18px}}@media (max-width:576px){.sam-home-hero-desktop-only{display:none!important}.sam-home-hero-title{font-size:22px}.sam-home-hero-subtitle{font-size:12px}.sam-home-hero-btn{padding:8px 20px;font-size:12px}}.sam-home-categories-section{padding:80px 0;overflow:hidden;position:relative;background:transparent!important}.sam-home-categories-container{max-width:1400px;margin:0 auto;padding:0 20px}.sam-home-categories-header{text-align:center;margin-bottom:60px}.sam-home-categories-header h3{font-size:42px;font-weight:800;color:var(--primary-dark);margin-bottom:20px;position:relative;display:inline-block;letter-spacing:-0.5px}.sam-home-categories-header h3:after{content:'';position:absolute;bottom:-15px;right:50%;transform:translateX(50%);width:100px;height:4px;background:var(--warning);border-radius:3px}.sam-home-categories-header p{font-size:20px;color:var(--gray-500);margin-top:30px;font-weight:400}.sam-home-categories-slider-wrapper{position:relative;width:100%;overflow-x:auto;overflow-y:hidden;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;padding:15px 0 30px 0}.sam-home-categories-slider-wrapper::-webkit-scrollbar{height:8px}.sam-home-categories-slider-wrapper::-webkit-scrollbar-track{background:var(--border-light);border-radius:10px}.sam-home-categories-slider-wrapper::-webkit-scrollbar-thumb{background:linear-gradient(90deg,var(--primary-green),var(--warning));border-radius:10px}.sam-home-categories-track{display:flex;justify-content:center;flex-wrap:wrap;gap:60px;width:100%}.sam-home-category-item{display:flex;flex-direction:column;align-items:center;gap:20px;text-decoration:none;transition:all 0.3s cubic-bezier(0.4,0,0.2,1);min-width:200px}.sam-home-category-item:hover{transform:translateY(-12px)}.sam-home-category-circle{width:200px;height:200px;border-radius:50%;display:flex;align-items:center;justify-content:center;overflow:hidden;transition:all 0.3s cubic-bezier(0.4,0,0.2,1);position:relative;background:transparent!important;box-shadow:none!important;border:none!important}.sam-home-category-circle::before{display:none}.sam-home-category-item:hover .sam-home-category-circle{transform:scale(1.08);box-shadow:0 20px 60px rgba(138,196,167,0.25)!important}.sam-home-category-circle img{width:100%;height:100%;object-fit:cover;border-radius:50%;transition:transform 0.5s ease}.sam-home-category-item:hover .sam-home-category-circle img{transform:scale(1.1)}.sam-home-category-placeholder{width:100%;height:100%;border-radius:50%;background:linear-gradient(135deg,var(--primary-green),var(--warning));display:flex;align-items:center;justify-content:center;font-size:72px;font-weight:700;color:var(--primary-white);transition:all 0.3s ease}.sam-home-category-item:hover .sam-home-category-placeholder{background:linear-gradient(135deg,var(--secondary-green-dark),#b8922a);transform:scale(1.05)}.sam-home-category-name{font-size:20px;font-weight:600;color:var(--primary-dark);text-align:center;max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;transition:color 0.3s ease;position:relative}.sam-home-category-name::after{content:'';position:absolute;bottom:-8px;left:50%;transform:translateX(-50%);width:0;height:3px;background:var(--primary-green);transition:width 0.3s ease}.sam-home-category-item:hover .sam-home-category-name{color:var(--primary-green)}.sam-home-category-item:hover .sam-home-category-name::after{width:40px}@media (max-width:1400px){.sam-home-category-circle{width:180px;height:180px}.sam-home-category-name{max-width:180px;font-size:18px}.sam-home-categories-track{gap:50px}.sam-home-category-item{min-width:180px}.sam-home-category-placeholder{font-size:64px}}@media (max-width:1200px){.sam-home-categories-header h3{font-size:36px}.sam-home-categories-header p{font-size:18px}.sam-home-category-circle{width:160px;height:160px}.sam-home-category-name{max-width:160px;font-size:17px}.sam-home-categories-track{gap:45px}.sam-home-category-item{min-width:160px}.sam-home-category-placeholder{font-size:56px}}@media (max-width:992px){.sam-home-categories-section{padding:60px 0}.sam-home-categories-header h3{font-size:32px}.sam-home-categories-header p{font-size:16px}.sam-home-category-circle{width:140px;height:140px}.sam-home-category-name{max-width:140px;font-size:16px}.sam-home-categories-track{gap:40px}.sam-home-category-item{min-width:140px}.sam-home-category-placeholder{font-size:48px}}@media (max-width:768px){.sam-home-categories-section{padding:50px 0}.sam-home-categories-header h3{font-size:28px}.sam-home-categories-header p{font-size:14px}.sam-home-category-circle{width:110px;height:110px}.sam-home-category-name{font-size:14px;max-width:110px}.sam-home-categories-track{gap:30px}.sam-home-category-item{min-width:110px}.sam-home-category-placeholder{font-size:38px}.sam-home-categories-header h3:after{width:60px;height:3px;bottom:-12px}}@media (max-width:576px){.sam-home-categories-section{padding:40px 0}.sam-home-categories-header h3{font-size:24px}.sam-home-categories-header p{font-size:13px;margin-top:20px}.sam-home-category-circle{width:95px;height:95px}.sam-home-category-name{font-size:12px;max-width:95px}.sam-home-categories-track{gap:25px}.sam-home-category-item{min-width:95px}.sam-home-category-placeholder{font-size:34px}.sam-home-categories-header{margin-bottom:35px}.sam-home-categories-header h3:after{width:50px;height:2px;bottom:-10px}}.sam-home-product-section-wrapper{max-width:1400px;margin:20px auto;padding:0 20px}.sam-home-product-section-header{display:flex;justify-content:space-between;align-items:flex-end;flex-wrap:wrap;gap:15px;margin-bottom:16px;padding:0 8px}.sam-home-product-section-title-group{display:flex;align-items:baseline;gap:12px;flex-wrap:wrap;position:relative}.sam-home-product-section-title{font-size:32px;font-weight:700;color:var(--primary-dark);position:relative;display:inline-block;padding-bottom:15px;margin:0}.sam-home-product-section-title:after{content:'';position:absolute;bottom:0;right:0;width:70px;height:3px;background:var(--warning);border-radius:3px}.sam-home-product-section-desc{font-size:13px;color:var(--gray-500);font-weight:450;padding-right:14px;border-right:1.5px solid var(--border-light);margin-right:5px}.sam-home-product-section-card{border-radius:24px;background:var(--primary-white);box-shadow:var(--shadow-sm);border:1px solid var(--border-lighter);transition:all 0.3s ease}.sam-home-product-section-card:hover{box-shadow:var(--shadow-lg)}.sam-home-product-section-card-inner{padding:20px 24px}.sam-home-product-section-timer{display:inline-flex;align-items:center;gap:12px;padding:8px 20px;border-radius:50px;background:#fef2e8;margin-bottom:20px;direction:ltr;box-shadow:0 2px 8px rgba(0,0,0,0.03)}.sam-home-product-timer-label{font-size:11px;font-weight:600;color:#c2410c;direction:rtl;letter-spacing:0.3px}.sam-home-product-timer-digits{display:flex;align-items:center;gap:5px;font-family:'Courier New',monospace}.sam-home-product-timer-block{display:flex;flex-direction:column;align-items:center;background:var(--primary-white);padding:4px 10px;border-radius:12px;min-width:52px;box-shadow:0 1px 3px rgba(0,0,0,0.05)}.sam-home-product-timer-value{font-size:18px;font-weight:800;line-height:1.2;color:#c2410c;font-family:'Courier New',monospace}.sam-home-product-timer-unit{font-size:9px;font-weight:600;color:#9a3412;margin-top:2px}.sam-home-product-timer-sep{font-size:14px;font-weight:700;color:#c2410c;margin:0 -2px}.sam-home-product-slider-container{position:relative;margin-bottom:20px}.sam-home-product-slider-track{display:flex;gap:20px;overflow-x:auto;scroll-behavior:smooth;padding:4px 0 8px;-ms-overflow-style:none;scrollbar-width:none}.sam-home-product-slider-track::-webkit-scrollbar{display:none}.sam-home-product-slider-slide{flex:0 0 210px;width:210px}.sam-home-product-slider-nav{position:absolute;top:50%;transform:translateY(-50%);width:34px;height:34px;border-radius:50%;background:var(--primary-white);border:1px solid var(--border-dark);cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:22px;font-weight:bold;transition:all 0.2s;z-index:10;box-shadow:var(--shadow-sm);opacity:0;pointer-events:none;color:var(--gray-700)}.sam-home-product-slider-container:hover .sam-home-product-slider-nav{opacity:1;pointer-events:auto}.sam-home-product-slider-nav:hover{background:var(--warning);color:var(--primary-white);border-color:var(--warning);transform:translateY(-50%) scale(1.05)}.sam-home-product-slider-prev{left:-12px}.sam-home-product-slider-next{right:-12px}.sam-home-product-section-footer{display:flex;justify-content:flex-start;margin-top:8px;padding-top:8px;border-top:1px solid var(--border-lighter)}.sam-home-product-section-viewall-btn{display:inline-flex;align-items:center;gap:8px;padding:8px 20px;background:var(--primary-light);border-radius:40px;color:var(--gray-800);font-size:12px;font-weight:600;text-decoration:none;transition:all 0.3s ease;border:1px solid var(--border-dark)}.sam-home-product-section-viewall-btn svg{transition:transform 0.2s}.sam-home-product-section-viewall-btn:hover{background:var(--warning);border-color:var(--warning);color:var(--primary-white);transform:translateX(-4px)}.sam-home-product-section-viewall-btn:hover svg{transform:translateX(-3px)}@media (max-width:1200px){.sam-home-product-slider-slide{flex:0 0 200px;width:200px}}@media (max-width:992px){.sam-home-product-section-wrapper{padding:0 16px}.sam-home-product-section-title{font-size:28px}.sam-home-product-slider-slide{flex:0 0 190px;width:190px}.sam-home-product-section-card-inner{padding:16px 20px}}@media (max-width:768px){.sam-home-product-section-wrapper{margin:15px auto;padding:0 12px}.sam-home-product-section-header{flex-direction:column;align-items:flex-start;gap:12px;margin-bottom:12px}.sam-home-product-section-title{font-size:24px;padding-bottom:12px}.sam-home-product-section-title:after{width:50px}.sam-home-product-section-desc{font-size:11px}.sam-home-product-section-card-inner{padding:14px 16px}.sam-home-product-section-timer{padding:6px 16px;gap:8px;margin-bottom:16px}.sam-home-product-timer-label{font-size:10px}.sam-home-product-timer-value{font-size:14px}.sam-home-product-timer-block{min-width:42px;padding:3px 6px}.sam-home-product-timer-unit{font-size:8px}.sam-home-product-slider-slide{flex:0 0 175px;width:175px}.sam-home-product-slider-nav{width:30px;height:30px;font-size:20px;opacity:0.7;pointer-events:auto}.sam-home-product-slider-prev{left:-6px}.sam-home-product-slider-next{right:-6px}.sam-home-product-slider-container{margin-bottom:16px}.sam-home-product-section-viewall-btn{padding:6px 16px;font-size:11px}.sam-home-product-section-viewall-btn svg{width:14px;height:14px}}@media (max-width:576px){.sam-home-product-section-title{font-size:20px}.sam-home-product-slider-slide{flex:0 0 160px;width:160px}.sam-home-product-section-card-inner{padding:12px}.sam-home-product-timer-block{min-width:36px;padding:2px 4px}.sam-home-product-timer-value{font-size:12px}.sam-home-product-timer-sep{font-size:12px}.sam-home-product-section-footer{margin-top:4px;padding-top:8px}}.sam-home-brands-section{padding:10px;overflow:hidden}.sam-home-brands-slider{width:100%;overflow:hidden;position:relative}.sam-home-brands-track{display:flex;align-items:center;flex-wrap:nowrap;gap:100px;width:max-content;will-change:transform}.sam-home-brand-item{flex:0 0 auto;width:170px;height:90px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:transform 0.25s ease}.sam-home-brand-item:hover{transform:translateY(-3px)}.sam-home-brand-item img{width:100%;height:100%;object-fit:contain;display:block}.sam-home-brand-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:var(--gray-600);font-size:26px;font-weight:700}@media (max-width:768px){.sam-home-brands-section{padding:8px}.sam-home-brands-track{gap:60px}.sam-home-brand-item{width:110px;height:60px}.sam-home-brand-placeholder{font-size:20px}}.sam-product-card{background:var(--primary-white);border-radius:16px;overflow:hidden;transition:all 0.3s ease;box-shadow:var(--shadow-sm);border:1px solid var(--border-lighter);position:relative;display:flex;flex-direction:column;height:100%}.sam-product-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-lg);border-color:var(--primary-dark)}.sam-product-card-discount-badge{position:absolute;top:10px;right:10px;background:var(--danger);color:var(--primary-white);font-size:11px;font-weight:600;padding:4px 10px;border-radius:20px;z-index:5}.sam-product-card-new-badge{position:absolute;top:10px;left:10px;background:var(--success);color:var(--primary-white);font-size:11px;font-weight:600;padding:4px 10px;border-radius:20px;z-index:5}.sam-product-card-img{width:100%;aspect-ratio:1 / 1;overflow:hidden;background:var(--primary-light);flex-shrink:0}.sam-product-card-img img{width:100%;height:100%;object-fit:cover;transition:all 0.4s ease}.sam-product-card:hover .sam-product-card-img img{transform:scale(1.05)}.sam-product-card-img-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--border-light),var(--border-dark));color:var(--gray-500);font-size:14px;font-weight:500}.sam-product-card-detail{padding:14px;display:flex;flex-direction:column;flex-grow:1}.sam-product-card-top{flex-grow:1}.sam-product-card-bottom{flex-shrink:0}.sam-product-card-meta{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.sam-product-card-brand span{color:var(--warning);font-size:12px;font-weight:600}.sam-product-card-stock{font-size:11px;font-weight:500}.sam-product-card-in-stock{color:var(--success);background:#f0fff4;padding:3px 9px;border-radius:12px}.sam-product-card-out-stock{color:var(--danger);background:#fff5f5;padding:3px 9px;border-radius:12px}.sam-product-card-name{margin:0 0 8px 0;font-size:15px;font-weight:700;line-height:1.4}.sam-product-card-name a{color:var(--gray-800);text-decoration:none;transition:color 0.2s}.sam-product-card-name a:hover{color:var(--warning)}.sam-product-card-desc{margin-bottom:10px}.sam-product-card-desc p{font-size:12px;color:var(--gray-500);line-height:1.5;margin:0;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.sam-product-card-price-box{margin-bottom:12px;padding-top:8px;border-top:1px solid var(--border-lighter)}.sam-product-card-price-row{display:flex;align-items:baseline;gap:4px;flex-wrap:wrap}.sam-product-card-price-old{font-size:13px;font-weight:500;color:var(--gray-400);text-decoration:line-through}.sam-product-card-price-current{font-size:20px;font-weight:800;color:var(--danger)}.sam-product-card-price-current.sam-product-card-no-discount{font-size:18px;font-weight:700;color:var(--gray-800)}.sam-product-card-price-unit{font-size:11px;font-weight:500;color:var(--gray-400)}.sam-product-card-link{text-align:center}.sam-product-card-btn{display:inline-block;width:100%;padding:10px 12px;background:var(--primary-dark);color:var(--primary-white);text-decoration:none;border-radius:10px;font-size:13px;font-weight:600;transition:all 0.3s ease;text-align:center}.sam-product-card-btn:hover{background:var(--secondary-dark-light);transform:translateY(-2px)}@media (max-width:768px){.sam-product-card-detail{padding:12px}.sam-product-card-brand span{font-size:11px}.sam-product-card-stock{font-size:10px}.sam-product-card-in-stock,.sam-product-card-out-stock{padding:2px 8px}.sam-product-card-name{font-size:14px}.sam-product-card-desc p{font-size:11px;-webkit-line-clamp:2}.sam-product-card-price-old{font-size:12px}.sam-product-card-price-current{font-size:18px}.sam-product-card-price-current.sam-product-card-no-discount{font-size:16px}.sam-product-card-price-unit{font-size:10px}.sam-product-card-price-box{margin-bottom:10px}.sam-product-card-btn{padding:8px 12px;font-size:12px}}@media (max-width:480px){.sam-product-card-discount-badge,.sam-product-card-new-badge{padding:3px 8px;font-size:10px}.sam-product-card-detail{padding:10px}.sam-product-card-name{font-size:13px}.sam-product-card-desc p{font-size:10px;-webkit-line-clamp:2}.sam-product-card-price-current{font-size:16px}.sam-product-card-price-box{margin-bottom:8px}.sam-product-card-btn{padding:7px 10px;font-size:11px}}.sam-product-card-minimal{background:var(--primary-white);border-radius:16px;overflow:hidden;transition:all 0.3s cubic-bezier(0.4,0,0.2,1);position:relative;height:100%;display:flex;flex-direction:column;border:1px solid var(--border-lighter)}.sam-product-card-minimal:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg);border-color:var(--border-dark)}.sam-product-card-minimal__image-wrapper{position:relative;background:linear-gradient(135deg,var(--primary-light) 0%,var(--gray-100) 100%);overflow:hidden;aspect-ratio:1 / 1}.sam-product-card-minimal__image{width:100%;height:100%;object-fit:cover;transition:all 0.5s cubic-bezier(0.4,0,0.2,1)}.sam-product-card-minimal:hover .sam-product-card-minimal__image{transform:scale(1.1);filter:blur(4px) brightness(0.7)}.sam-product-card-minimal__placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:var(--gray-300);background:var(--primary-light)}.sam-product-card-minimal__badge{position:absolute;top:12px;right:12px;padding:4px 10px;border-radius:20px;font-size:11px;font-weight:700;z-index:2;box-shadow:var(--shadow-sm);backdrop-filter:blur(4px);transition:all 0.3s ease}.sam-product-card-minimal:hover .sam-product-card-minimal__badge{opacity:0;visibility:hidden}.sam-product-card-minimal__badge--sale{background:linear-gradient(135deg,#ff6b6b,#ee5a52);color:var(--primary-white)}.sam-product-card-minimal__overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.75);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:all 0.3s ease;z-index:3}.sam-product-card-minimal:hover .sam-product-card-minimal__overlay{opacity:1;visibility:visible}.sam-product-card-minimal__overlay-content{padding:20px;text-align:center;transform:translateY(20px);transition:transform 0.3s ease}.sam-product-card-minimal:hover .sam-product-card-minimal__overlay-content{transform:translateY(0)}.sam-product-card-minimal__overlay-desc{color:var(--primary-white);font-size:13px;line-height:1.7;margin:0;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden;font-weight:400;text-shadow:0 1px 2px rgba(0,0,0,0.2)}.sam-product-card-minimal__content{padding:14px;flex:1;display:flex;flex-direction:column;gap:10px;position:relative;background:var(--primary-white);z-index:2}.sam-product-card-minimal__title{margin:0;font-size:13px;font-weight:600;line-height:1.45;height:36px;overflow:hidden}.sam-product-card-minimal__title a{color:var(--gray-800);text-decoration:none;transition:color 0.2s}.sam-product-card-minimal__title a:hover{color:var(--warning)}.sam-product-card-minimal__price-section{margin-top:auto}.sam-product-card-minimal__price-wrapper{display:flex;flex-direction:column;gap:4px}.sam-product-card-minimal__price-old-group{display:flex;align-items:baseline;gap:4px;justify-content:flex-start}.sam-product-card-minimal__price-discount-group{display:flex;align-items:baseline;gap:4px;justify-content:flex-start}.sam-product-card-minimal__price-regular-group{display:flex;align-items:baseline;gap:4px;justify-content:flex-start}.sam-product-card-minimal__price{font-weight:700}.sam-product-card-minimal__price--regular{font-size:16px;color:var(--gray-800)}.sam-product-card-minimal__price--current{font-size:18px;color:var(--danger);font-weight:800}.sam-product-card-minimal__price--old{font-size:12px;color:var(--gray-400);text-decoration:line-through;font-weight:500}.sam-product-card-minimal__currency{font-size:10px;color:var(--gray-500);font-weight:500}.sam-product-card-minimal__currency-old{font-size:9px;color:var(--gray-400);font-weight:400}.sam-product-card-minimal__view-btn{width:100%;background:var(--primary-dark);border:none;padding:8px;border-radius:12px;color:var(--primary-white);font-size:13px;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;transition:all 0.2s;margin-top:8px;text-decoration:none}.sam-product-card-minimal__view-btn svg{transition:transform 0.2s}.sam-product-card-minimal__view-btn:hover{background:var(--secondary-dark-light);transform:translateY(-2px);color:var(--primary-white)}.sam-product-card-minimal__view-btn:hover svg{transform:scale(1.005)}.sam-product-card-minimal__view-btn:active{transform:translateY(0)}@media (max-width:768px){.sam-product-card-minimal__content{padding:12px}.sam-product-card-minimal__title{font-size:12px;height:32px}.sam-product-card-minimal__price--regular{font-size:14px}.sam-product-card-minimal__price--current{font-size:16px}.sam-product-card-minimal__price--old{font-size:11px}.sam-product-card-minimal__currency{font-size:9px}.sam-product-card-minimal__currency-old{font-size:8px}.sam-product-card-minimal__view-btn{padding:7px;font-size:12px}.sam-product-card-minimal__overlay-desc{font-size:11px;-webkit-line-clamp:3}.sam-product-card-minimal__overlay-content{padding:15px}}@media (max-width:480px){.sam-product-card-minimal__content{padding:10px}.sam-product-card-minimal__price--current{font-size:15px}.sam-product-card-minimal__price--old{font-size:10px}.sam-product-card-minimal__view-btn svg{width:14px;height:14px}.sam-product-card-minimal__badge{top:8px;right:8px;padding:3px 8px;font-size:10px}.sam-product-card-minimal__overlay-desc{font-size:10px;line-height:1.5;-webkit-line-clamp:3}}.sam-product-card-minimal__image{background:linear-gradient(90deg,var(--gray-100) 25%,var(--gray-200) 50%,var(--gray-100) 75%);background-size:200% 100%;animation:samShimmer 1.5s infinite}@keyframes samShimmer{0%{background-position:200% 0}100%{background-position:-200% 0}}