/**
 * RFU PDP Ready UX
 * Phase 1: Snippet 77 mobile product description toggle.
 */

@media (max-width: 767px) {
    .single-product .summary .rfu-mobile-v4-original-description {
        display: none !important;
    }

    .single-product .summary .rfu-mobile-v4-details-toggle {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 7px;
        min-height: 38px;
        margin: 8px 0 12px;
        padding: 9px 15px;
        border: 1px solid #dfe7ee;
        border-radius: 999px;
        background: #ffffff;
        color: #0C2D4E;
        font-size: 13.5px;
        line-height: 1;
        font-weight: 850;
        letter-spacing: -0.04px;
        cursor: pointer;
        box-shadow: 0 7px 18px rgba(12, 45, 78, 0.07);
    }

    .single-product .summary .rfu-mobile-v4-details-toggle::after {
        content: "\25be";
        color: #E78C07;
        font-size: 10px;
        font-weight: 900;
        line-height: 1;
        transform: translateY(-1px);
    }

    .single-product .summary .rfu-mobile-v4-details-toggle.is-open::after {
        content: "\25b4";
    }

    .single-product .summary .rfu-mobile-v4-details-panel {
        display: none;
        margin: 0 0 14px;
        padding: 13px 14px;
        border: 1px solid #e3eaf1;
        border-radius: 14px;
        background: #fbfcfe;
        color: #354454;
        font-size: 14.5px;
        line-height: 1.65;
    }

    .single-product .summary .rfu-mobile-v4-details-panel.is-open {
        display: block;
    }

    .single-product .summary .rfu-mobile-v4-details-panel p {
        margin: 0 0 10px;
    }

    .single-product .summary .rfu-mobile-v4-details-panel p:last-child {
        margin-bottom: 0;
    }
}

@media (min-width: 768px) {
    .single-product .summary .rfu-mobile-v4-details-toggle,
    .single-product .summary .rfu-mobile-v4-details-panel {
        display: none !important;
    }
}
/** RFU PDP Ready UX - Snippet 29 premium info styles */
.rfu-premium-product-info{padding:22px 20px 28px;background:radial-gradient(circle at 92% 0%,rgba(231,140,7,.06),transparent 28%),linear-gradient(135deg,#fff 0%,#fafbfc 62%,#fff7ed 100%);border-top:1px solid rgba(12,45,78,.06)}
.rfu-premium-info-inner{max-width:1240px;margin:0 auto}
.rfu-premium-details-head{margin:0 0 10px}.rfu-premium-details-head span{display:inline-flex;align-items:center;justify-content:center;padding:5px 11px;border-radius:999px;background:rgba(231,140,7,.12);color:#E78C07;border:1px solid rgba(231,140,7,.20);font-size:11px;line-height:1;font-weight:900;text-transform:uppercase;letter-spacing:.045em}
.rfu-premium-details-list{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:9px}.rfu-premium-detail-item{overflow:hidden;border-radius:16px;background:#fff;border:1px solid rgba(12,45,78,.10);box-shadow:0 8px 20px rgba(12,45,78,.04);transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}.rfu-premium-detail-item:hover,.rfu-premium-detail-item.is-open{transform:translateY(-1px);border-color:rgba(231,140,7,.35);box-shadow:0 13px 28px rgba(12,45,78,.07)}
.rfu-premium-detail-toggle{display:grid;grid-template-columns:30px minmax(0,1fr) 22px;gap:8px;align-items:center;width:100%;min-height:54px;padding:10px 11px;border:0;background:transparent;color:#07131F;text-align:left;cursor:pointer}.rfu-premium-detail-number{display:inline-flex;align-items:center;justify-content:center;width:29px;height:29px;border-radius:999px;background:#07131F;color:#fff;font-size:10.8px;line-height:1;font-weight:950}.rfu-premium-detail-toggle strong{display:-webkit-box;color:#07131F;font-size:13.3px;line-height:1.16;font-weight:900;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.rfu-premium-detail-toggle em{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:999px;background:rgba(231,140,7,.10);color:#E78C07;font-size:15px;line-height:1;font-style:normal;font-weight:950;transition:transform .2s ease,background .2s ease,color .2s ease}.rfu-premium-detail-item.is-open .rfu-premium-detail-toggle em{transform:rotate(45deg);background:#E78C07;color:#fff}.rfu-premium-detail-content{padding:0 13px 13px 49px}.rfu-premium-detail-content p{margin:0;color:#52657A;font-size:12.7px;line-height:1.45;font-weight:650}
@media(max-width:1024px){.rfu-premium-details-list{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:640px){.rfu-premium-product-info{padding:20px 12px 26px}.rfu-premium-details-head{text-align:center;margin-bottom:9px}.rfu-premium-details-head span{font-size:10.5px;padding:5px 10px}.rfu-premium-details-list{grid-template-columns:1fr;gap:8px}.rfu-premium-detail-item{border-radius:15px}.rfu-premium-detail-toggle{min-height:49px;grid-template-columns:31px minmax(0,1fr) 22px;padding:9px 11px}.rfu-premium-detail-number{width:28px;height:28px;font-size:10.5px}.rfu-premium-detail-toggle strong{font-size:13.8px}.rfu-premium-detail-content{padding:0 12px 13px 52px}.rfu-premium-detail-content p{font-size:12.5px;line-height:1.45}}
/** RFU PDP Ready UX - Snippet 76 cross sell styles */
.rtw-product-cross-section{position:relative;padding:34px 20px 40px;background:radial-gradient(circle at 92% 0%,rgba(231,140,7,.10),transparent 30%),linear-gradient(135deg,#FFFFFF 0%,#FAFBFC 58%,#FFF7ED 100%);border-top:1px solid rgba(12,45,78,.06)}
.rtw-product-cross-inner{max-width:1240px;margin:0 auto}.rtw-product-cross-block{margin:0 0 28px}.rtw-product-cross-head{margin:0 0 16px}.rtw-product-cross-head span{display:inline-flex;align-items:center;justify-content:center;margin-bottom:8px;padding:6px 12px;border-radius:999px;background:rgba(231,140,7,.12);color:#E78C07;border:1px solid rgba(231,140,7,.20);font-size:11.5px;line-height:1;font-weight:900;text-transform:uppercase;letter-spacing:.045em}.rtw-product-cross-head h2{max-width:650px;margin:0;color:#07131F;font-size:clamp(24px,2.45vw,34px);line-height:1.12;font-weight:900;letter-spacing:-.03em}.rtw-product-cross-head p{max-width:720px;margin:8px 0 0;color:#52657A;font-size:14.5px;line-height:1.58;font-weight:650}.rtw-product-cross-head-row{display:flex;align-items:flex-end;justify-content:space-between;gap:18px}.rtw-product-cross-actions{display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:10px;flex:0 0 auto}.rtw-product-cross-main-btn{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;min-height:42px;padding:0 20px;border:0;border-radius:999px;background:#07131F;color:#FFFFFF!important;text-decoration:none!important;font-family:inherit;font-size:13.5px;font-weight:850;line-height:1.2;cursor:pointer;box-shadow:0 12px 26px rgba(7,19,31,.14);transition:transform .2s ease,background .2s ease,box-shadow .2s ease}.rtw-product-cross-main-btn--quote{background:#E78C07}.rtw-product-cross-main-btn:hover,.rtw-product-cross-main-btn:focus-visible{background:#E78C07;transform:translateY(-2px);box-shadow:0 16px 32px rgba(231,140,7,.24)}.rtw-product-cross-main-btn--quote:hover,.rtw-product-cross-main-btn--quote:focus-visible{background:#07131F}
.rtw-product-ready-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.rtw-product-ready-card,.rtw-product-custom-card{overflow:hidden;border:1px solid rgba(12,45,78,.10);background:#FFFFFF;color:#07131F!important;text-decoration:none!important;box-shadow:0 13px 30px rgba(12,45,78,.055);transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease}.rtw-product-ready-card:hover,.rtw-product-custom-card:hover{transform:translateY(-3px);border-color:rgba(231,140,7,.42);box-shadow:0 20px 44px rgba(12,45,78,.10)}.rtw-product-ready-card{display:flex;align-items:stretch;min-height:142px;border-radius:20px}.rtw-product-ready-img{position:relative;display:block;flex:0 0 122px;width:122px;min-width:122px;min-height:142px;background:#F4F6F8;overflow:hidden}.rtw-product-ready-img img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:top center;transition:transform .32s ease}.rtw-product-ready-card:hover .rtw-product-ready-img img,.rtw-product-custom-card:hover .rtw-product-custom-img img{transform:scale(1.035)}.rtw-product-ready-body{display:flex;flex-direction:column;justify-content:center;gap:7px;padding:14px 15px;min-width:0}.rtw-product-ready-body strong,.rtw-product-custom-body strong{display:-webkit-box;margin:0;color:#07131F;font-size:16px;line-height:1.18;font-weight:950;letter-spacing:-.01em;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.rtw-product-ready-body small,.rtw-product-custom-body small{display:-webkit-box;margin:0;color:#64748B;font-size:12.5px;line-height:1.38;font-weight:700;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.rtw-product-ready-body em,.rtw-product-custom-body em{color:#E78C07;font-size:12.5px;line-height:1.1;font-style:normal;font-weight:950}
.rtw-product-custom-shell{display:flex;align-items:center;gap:10px;overflow:hidden}.rtw-product-custom-arrow{display:inline-flex;align-items:center;justify-content:center;flex:0 0 36px;width:36px;height:122px;border-radius:18px;border:1px solid rgba(12,45,78,.12);background:#FFFFFF;color:#07131F;font-size:26px;line-height:1;font-weight:950;cursor:pointer;box-shadow:0 11px 24px rgba(12,45,78,.065);transition:background .18s ease,color .18s ease,transform .18s ease}.rtw-product-custom-arrow:hover{background:#07131F;color:#FFFFFF;transform:translateY(-1px)}.rtw-product-custom-track{display:flex;gap:12px;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;padding:2px 1px 8px;scrollbar-width:none}.rtw-product-custom-track::-webkit-scrollbar{display:none}.rtw-product-custom-card{display:flex;align-items:stretch;flex:0 0 286px;width:286px;min-width:286px;height:126px;min-height:126px;border-radius:18px;scroll-snap-align:start}.rtw-product-custom-img{position:relative;display:block;flex:0 0 116px;width:116px;min-width:116px;height:126px;min-height:126px;overflow:hidden;background:#F4F6F8}.rtw-product-custom-img img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:top center;transition:transform .32s ease}.rtw-product-custom-body{display:flex;flex-direction:column;justify-content:center;gap:5px;padding:11px 13px;min-width:0}
.rtw-product-trust-strip{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:6px}.rtw-product-trust-strip>div{padding:13px 14px;border-radius:17px;background:#07131F;box-shadow:0 12px 28px rgba(7,19,31,.14)}.rtw-product-trust-strip strong{display:block;margin-bottom:5px;color:#FFFFFF;font-size:14px;line-height:1.22;font-weight:900}.rtw-product-trust-strip span{display:block;color:rgba(255,255,255,.74);font-size:12.5px;line-height:1.45;font-weight:650}
@media(max-width:1024px){.rtw-product-ready-grid{grid-template-columns:1fr}.rtw-product-cross-head-row{display:block}.rtw-product-cross-actions{justify-content:flex-start;margin-top:14px}.rtw-product-cross-main-btn{margin-top:0}.rtw-product-trust-strip{grid-template-columns:1fr}}
@media(max-width:640px){.rtw-product-cross-section{padding:28px 11px 34px}.rtw-product-cross-block{margin-bottom:24px}.rtw-product-cross-head{text-align:center;margin-bottom:13px}.rtw-product-cross-head h2{font-size:23px;line-height:1.14;margin-left:auto;margin-right:auto}.rtw-product-cross-head p{max-width:350px;margin-left:auto;margin-right:auto;font-size:13.5px;line-height:1.55}.rtw-product-cross-actions{flex-direction:column;align-items:stretch;justify-content:center;gap:9px;margin-top:14px}.rtw-product-cross-main-btn{width:100%;min-height:40px;padding:0 18px;font-size:13px}.rtw-product-ready-grid{display:flex;gap:12px;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;padding:2px 4px 8px;scrollbar-width:none}.rtw-product-ready-grid::-webkit-scrollbar{display:none}.rtw-product-ready-card{flex:0 0 82%;min-width:282px;max-width:310px;min-height:128px;scroll-snap-align:start;border-radius:18px}.rtw-product-ready-img{flex-basis:108px;width:108px;min-width:108px;min-height:128px}.rtw-product-ready-body{padding:12px 13px;gap:5px}.rtw-product-ready-body strong,.rtw-product-custom-body strong{font-size:14.6px}.rtw-product-ready-body small,.rtw-product-custom-body small{font-size:11.8px}.rtw-product-ready-body em,.rtw-product-custom-body em{font-size:11.8px}.rtw-product-custom-arrow{display:none}.rtw-product-custom-shell{display:block;margin-left:-11px;margin-right:-11px}.rtw-product-custom-track{gap:11px;padding:2px 10px 8px}.rtw-product-custom-card{flex:0 0 258px;width:258px;min-width:258px;height:118px;min-height:118px;border-radius:17px}.rtw-product-custom-img{flex-basis:104px;width:104px;min-width:104px;height:118px;min-height:118px}.rtw-product-custom-body{padding:10px 12px;gap:4px}.rtw-product-trust-strip>div{padding:12px 13px;border-radius:15px}}
