.custom-responsive-table-wrapper{width:100%;max-width:900px;margin:0 auto;background:#fff8f0;border-radius:20px;box-shadow:0 5px 16px #ed8a0014;padding:10px 10px 4px}.custom-responsive-table{width:100%;border-collapse:separate;border-spacing:0 6px;border-radius:20px;background:#fdf6ee;box-shadow:0 1px 6px #ed8a0014;font-size:16px;font-family:Calibri,Segoe UI,Tahoma,sans-serif!important}.custom-responsive-table thead tr{background-color:#ed8a00;color:#fff}.custom-responsive-table th,.custom-responsive-table td{padding:13px 18px;border:none;vertical-align:top}.custom-responsive-table-wrapper[dir=rtl] .custom-responsive-table,.custom-responsive-table-wrapper[dir=rtl] .custom-responsive-table th,.custom-responsive-table-wrapper[dir=rtl] .custom-responsive-table td{text-align:right!important;direction:rtl!important}.custom-responsive-table-wrapper[dir=ltr] .custom-responsive-table,.custom-responsive-table-wrapper[dir=ltr] .custom-responsive-table th,.custom-responsive-table-wrapper[dir=ltr] .custom-responsive-table td{text-align:left!important;direction:ltr!important}.custom-responsive-table tbody tr{background:#fffcf8;border-radius:14px;transition:background .3s}.custom-responsive-table tbody tr:hover{background:#f5d5c8}.custom-responsive-table tbody td{font-size:15px;color:#263243;line-height:1.8}@media(max-width:700px){.custom-responsive-table-wrapper{padding:6px;background:#fff8f0;box-shadow:none;border-radius:16px}.custom-responsive-table,.custom-responsive-table thead,.custom-responsive-table tbody,.custom-responsive-table th,.custom-responsive-table td,.custom-responsive-table tr{display:block;width:100%;box-sizing:border-box}.custom-responsive-table thead tr{position:absolute;top:-9999px;left:-9999px}.custom-responsive-table tbody tr{background:#fff;border-radius:16px;margin-bottom:16px;padding:0;box-shadow:0 3px 12px #ed8a001a;overflow:hidden;border:1px solid #f0e0d8}.custom-responsive-table tbody tr:hover{background:#fff}.custom-responsive-table tbody td{display:flex;flex-direction:column;padding:0!important;border:none;border-bottom:1px solid #f5e8dc;background:transparent;position:relative}.custom-responsive-table tbody td:last-child{border-bottom:none}.custom-responsive-table tbody td:before{content:attr(data-label);display:block;background-color:#ed8a00;color:#fff;font-weight:700;font-size:13px;padding:8px 14px;letter-spacing:.03em;position:static;width:100%;box-sizing:border-box;top:auto;left:auto;right:auto}.custom-responsive-table-wrapper[dir=ltr] .custom-responsive-table tbody td:before{text-align:left}.custom-responsive-table-wrapper[dir=rtl] .custom-responsive-table tbody td:before{text-align:right;direction:rtl}.custom-responsive-table-wrapper[dir=ltr] .custom-responsive-table tbody td,.custom-responsive-table-wrapper[dir=rtl] .custom-responsive-table tbody td{font-size:14px;color:#263243;line-height:1.7}.custom-responsive-table tbody td>span,.custom-responsive-table tbody td>p,.custom-responsive-table tbody td>a{padding:10px 14px;display:block}.custom-responsive-table tbody td:after{content:"";display:block;padding-bottom:2px}.custom-responsive-table-wrapper[dir=ltr] .custom-responsive-table tbody td,.custom-responsive-table-wrapper[dir=rtl] .custom-responsive-table tbody td{padding:0!important}.custom-responsive-table tbody td .td-content{display:block;padding:12px 14px;font-size:14px;color:#263243;line-height:1.7;background:#fffcf8}}.shipping-payment-section{font-family:Calibri,Segoe UI,Tahoma,sans-serif;max-width:1200px;margin:50px auto;padding:60px 30px;box-sizing:border-box;background:#fff8f0;border-radius:12px}.shipping-payment-section *{box-sizing:border-box;margin:0;padding:0}.features-container{display:flex;justify-content:space-between;gap:40px}.feature-box{flex:1;background:#fff;border-radius:8px;padding:40px 20px;text-align:center;transition:all .3s ease;border:1px solid #f0e0d8;position:relative;overflow:hidden}.feature-box:before{content:"";position:absolute;top:0;left:0;width:100%;height:3px;background:#ed8a00;transform:scaleX(0);transform-origin:left;transition:transform .3s ease}.feature-box:hover{transform:translateY(-5px);box-shadow:0 8px 25px #ed8a001a}.feature-box:hover:before{transform:scaleX(1)}.feature-icon{width:60px;height:60px;margin:0 auto 25px;border-radius:50%;background:#fff8f0;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.feature-icon i{font-size:24px;color:#ed8a00;transition:all .3s ease}.feature-box:hover .feature-icon{background:#ed8a00;transform:scale(1.1)}.feature-box:hover .feature-icon i{color:#fff}.feature-title{font-size:18px;font-weight:600;color:#263243;margin-bottom:12px;transition:color .3s ease;line-height:1.3}.feature-box:hover .feature-title{color:#ed8a00}.feature-desc{font-size:14px;color:#7a6a5a;line-height:1.6}@media(max-width:992px){.features-container{flex-wrap:wrap;gap:30px}.feature-box{flex:0 0 calc(50% - 15px)}}@media(max-width:768px){.shipping-payment-section{padding:40px 20px}.features-container{flex-direction:column;gap:25px}.feature-box{flex:0 0 100%;padding:30px 20px}.feature-title{font-size:16px}.feature-desc{font-size:13px}}.custom-reviews-badge{width:100%;padding:5px 10px;box-sizing:border-box;display:flex;justify-content:center;margin:15px 0;opacity:0;animation:badgeFadeIn .8s ease-in-out forwards}.badge-inner{display:flex;align-items:center;justify-content:center;background:linear-gradient(to right,#fff8f0,#fdf6ee);border-radius:30px;padding:10px 20px;width:100%;max-width:800px;box-shadow:0 4px 8px #ed8a0014,0 1px 3px #ed8a001a,inset 0 1px 1px #ffffffe6;overflow:hidden;position:relative;font-family:Calibri,sans-serif;border:1px solid rgba(237,138,0,.15)}.badge-inner:after{content:"";position:absolute;top:0;left:-100%;width:50%;height:100%;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.6) 50%,transparent 100%);animation:badgeShine 3s infinite;animation-delay:3s;z-index:1}.stars-container{display:flex;margin-right:15px;position:relative;z-index:2}.star{font-size:22px;margin-right:3px;opacity:0;transform:scale(0);position:relative;animation:starAppearSmooth 1s cubic-bezier(.34,1.56,.64,1) forwards}.star.full{color:#ed8a00}.star.half{background:linear-gradient(90deg,#ed8a00 0% 50%,#f0e0d8 50% 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;color:transparent}.star.half:after{content:"\2605";position:absolute;top:0;left:50%;width:50%;color:#f0e0d8;overflow:hidden}.star.full:after{content:"\2605";position:absolute;top:0;left:0;color:#ed8a004d;filter:blur(2px);opacity:0;animation:starGlow 3s infinite alternate ease-in-out;animation-delay:calc(var(--star-index, 0) * .15s + 1.5s)}.star:nth-child(1){animation-delay:.3s;--star-index: 1}.star:nth-child(2){animation-delay:.5s;--star-index: 2}.star:nth-child(3){animation-delay:.7s;--star-index: 3}.star:nth-child(4){animation-delay:.9s;--star-index: 4}.star:nth-child(5){animation-delay:1.1s;--star-index: 5}.reviews-text{color:#263243;font-size:16px;font-weight:600;opacity:0;position:relative;z-index:2;animation:textAppearSmooth 1s ease-in-out forwards;animation-delay:1.5s;letter-spacing:.02em;text-shadow:0 1px 1px rgba(255,255,255,.9)}@keyframes badgeFadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes starAppearSmooth{0%{opacity:0;transform:scale(0) rotate(-20deg)}40%{opacity:.6;transform:scale(1.2) rotate(10deg)}60%{opacity:.8;transform:scale(1.1) rotate(5deg)}80%{transform:scale(.95) rotate(-2deg)}to{opacity:1;transform:scale(1) rotate(0)}}@keyframes starGlow{0%{opacity:.1;transform:scale(1.05);filter:blur(2px)}50%{opacity:.3;filter:blur(3px)}to{opacity:.4;transform:scale(1.15);filter:blur(2px)}}@keyframes textAppearSmooth{0%{opacity:0;transform:translateY(8px)}40%{opacity:.5;transform:translateY(-2px)}70%{opacity:.8;transform:translateY(1px)}to{opacity:1;transform:translateY(0)}}@keyframes badgeShine{0%{left:-100%;opacity:.6}5%{opacity:.8}20%{left:100%;opacity:.6}to{left:100%;opacity:0}}@media(max-width:600px){.badge-inner{flex-direction:column;padding:12px 15px;border-radius:20px}.stars-container{margin-left:0;margin-bottom:5px;justify-content:center}.star{font-size:22px;margin-left:3px;margin-right:0}.reviews-text{font-size:14px;text-align:center}}@media(max-width:320px){.badge-inner{padding:10px}.star{font-size:20px;margin-left:2px;margin-right:0}.reviews-text{font-size:12px}}.vamer-shipping-section{width:100%;padding:15px 0;background-color:#fff8f0;font-family:Calibri,sans-serif;border-top:1px solid rgba(237,138,0,.15);border-bottom:1px solid rgba(237,138,0,.15)}.vamer-shipping-benefits{display:flex;justify-content:space-evenly;align-items:center;max-width:100%;margin:0 auto;padding:0 15px;box-sizing:border-box}.vamer-benefit-item{display:flex;flex-direction:column;align-items:center;flex:1;max-width:120px}.vamer-circle{width:60px;height:60px;border-radius:50%;background:linear-gradient(135deg,#ed8a00,#c97000);display:flex;justify-content:center;align-items:center;margin-bottom:8px;position:relative;box-shadow:0 3px 6px #ed8a0040;transition:transform .3s ease;overflow:hidden}.vamer-glossy-effect{position:absolute;top:0;left:0;right:0;height:50%;background:linear-gradient(to bottom,#ffffffb3,#ffffff4d,#fff0);border-radius:30px 30px 0 0;z-index:1}.vamer-icon{width:24px;height:24px;position:relative;z-index:2}.vamer-benefit-text{text-align:center;font-size:11px;color:#c97000;font-weight:600;margin-top:5px;text-transform:uppercase;line-height:1.4}.vamer-benefit-item:hover .vamer-circle{transform:translateY(-5px)}@media(max-width:600px){.vamer-shipping-benefits{justify-content:space-between;padding:0 10px}.vamer-benefit-item{max-width:33%;padding:0 5px}.vamer-circle{width:50px;height:50px}.vamer-icon{width:20px;height:20px}.vamer-benefit-text{font-size:10px}}.feature-label{font-weight:700!important}.button-cell{padding:15px!important}.buy-button{display:inline-block;padding:12px 24px;background-color:#ed8a00;color:#fff!important;text-decoration:none!important;border-radius:5px;font-weight:700;transition:all .3s ease}.buy-button:hover{background-color:#c97000;transform:translateY(-2px);box-shadow:0 4px 8px #ed8a0059}.custom-responsive-table-wrapper[dir=ltr],.custom-responsive-table-wrapper[dir=ltr] table{direction:ltr!important}.custom-responsive-table-wrapper[dir=ltr] th,.custom-responsive-table-wrapper[dir=ltr] td{text-align:left!important;direction:ltr!important}.custom-responsive-table-wrapper[dir=ltr] th:first-child,.custom-responsive-table-wrapper[dir=ltr] td:first-child{text-align:left!important}
/*# sourceMappingURL=/cdn/shop/t/28/assets/table-responsive.css.map */
