*{margin:0;padding:0;box-sizing:border-box;font-family:'Inter', sans-serif!important;}
:root{--colors-online-ogren-custom-black:14, 14, 15;--colors-online-ogren-custom-off-black:40, 41, 46;--colors-online-ogren-custom-dark-gray:83, 89, 97;--colors-online-ogren-custom-gray:136, 142, 150;--colors-online-ogren-custom-stroke:232, 232, 232;--colors-online-ogren-custom-hover:246, 246, 246;--colors-online-ogren-custom-background:255, 255, 255;--colors-online-ogren-custom-primary:255, 98, 67;--success:34, 197, 94;--warning:245, 158, 11;}
body{background-color:rgb(var(--colors-online-ogren-custom-background));color:rgb(var(--colors-online-ogren-custom-black));line-height:1.6;}
.container{margin-left:auto;margin-right:auto;max-width:1300px!important;padding-left:1.5rem;padding-right:1.5rem;}
.breadcrumb-section{position:relative;background:linear-gradient(135deg, rgba(var(--colors-online-ogren-custom-hover), 0.8) 0%, rgba(255, 255, 255, 0.9) 100%);border-bottom:1px solid rgba(var(--colors-online-ogren-custom-stroke), 0.6);padding:16px 0;backdrop-filter:blur(10px);}
.breadcrumb{display:flex;align-items:center;gap:8px;font-size:14px;color:rgb(var(--colors-online-ogren-custom-gray));}
.breadcrumb a{color:rgb(var(--colors-online-ogren-custom-dark-gray));text-decoration:none;transition:all 0.3s ease;padding:6px 12px;border-radius:8px;}
.breadcrumb a:hover{color:rgb(var(--colors-online-ogren-custom-primary));background:rgba(var(--colors-online-ogren-custom-hover), 0.8);transform:translateY(-1px);}
.main-container{padding:40px 0 80px;background:linear-gradient(135deg, rgba(255, 255, 255, 1) 0%, rgba(var(--colors-online-ogren-custom-hover), 0.3) 100%);}
.product-layout{display:grid;grid-template-columns:1fr 400px;gap:60px;align-items:start;}
.product-header{margin-bottom:40px;}
.product-images{margin-bottom:20px;position:relative;}
.main-image{width:100%;aspect-ratio:16/10;border-radius:24px;overflow:hidden;border:1px solid rgba(var(--colors-online-ogren-custom-stroke), 0.6);box-shadow:0 20px 40px rgba(0, 0, 0, 0.1);transition:all 0.3s ease;}
.main-image:hover{transform:translateY(-8px);box-shadow:0 25px 50px rgba(0, 0, 0, 0.15);}
.main-image img{width:100%;height:100%;object-fit:cover;transition:all 0.3s ease;}
.main-image:hover img{transform:scale(1.05);}
.product-rating{display:flex;align-items:center;gap:16px;margin-bottom:24px;padding:16px 24px;background:rgba(255, 255, 255, 0.8);border-radius:16px;border:1px solid rgba(var(--colors-online-ogren-custom-stroke), 0.6);width:fit-content;backdrop-filter:blur(10px);box-shadow:0 8px 25px rgba(0, 0, 0, 0.06);}
.stars{display:flex;gap:4px;}
.star{color:rgb(var(--warning));font-size:18px;filter:drop-shadow(0 2px 4px rgba(var(--warning), 0.3));}
.rating-text{color:rgb(var(--colors-online-ogren-custom-gray));font-size:14px;font-weight:500;}
.product-description{font-size:18px;line-height:1.8;color:rgb(var(--colors-online-ogren-custom-dark-gray));margin:40px 0;}
.product-tags{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:50px;}
.tag{padding:10px 18px;background:rgba(255, 255, 255, 0.8);border:1px solid rgba(var(--colors-online-ogren-custom-stroke), 0.6);border-radius:20px;font-size:13px!important;color:rgb(var(--colors-online-ogren-custom-dark-gray));font-weight:500;transition:all 0.3s ease;backdrop-filter:blur(10px);}
.tag:hover{background:rgb(var(--colors-online-ogren-custom-primary));color:white;transform:translateY(-2px);box-shadow:0 8px 25px rgba(var(--colors-online-ogren-custom-primary), 0.3);}
.content-section{background:rgba(255, 255, 255, 0.8);backdrop-filter:blur(20px);border:1px solid rgba(var(--colors-online-ogren-custom-stroke), 0.6);border-radius:24px;padding:40px;margin-bottom:40px;box-shadow:0 15px 35px rgba(0, 0, 0, 0.08);position:relative;overflow:hidden;transition:all 0.3s ease;}
.content-section:hover{transform:translateY(-4px);box-shadow:0 20px 40px rgba(0, 0, 0, 0.12);}
.content-section::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg, rgb(var(--colors-online-ogren-custom-primary)) 0%, rgba(var(--colors-online-ogren-custom-primary), 0.6) 100%);}
.section-title{font-size:32px !important;line-height:1.3;font-weight:700;margin-bottom:32px;color:rgb(var(--colors-online-ogren-custom-black));}
.features-grid{display:grid;gap:24px;}
.reviews-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:32px;}
.rating-summary{display:flex;align-items:center;gap:20px;padding:20px 28px;background:rgba(var(--colors-online-ogren-custom-hover), 0.6);border-radius:16px;border:1px solid rgba(var(--colors-online-ogren-custom-stroke), 0.8);backdrop-filter:blur(10px);}
.rating-number{font-size:36px;font-weight:800;color:rgb(var(--colors-online-ogren-custom-primary));}
.reviews-grid{display:grid;gap:24px;}
.review-item{padding:32px;background:rgba(var(--colors-online-ogren-custom-hover), 0.6);border-radius:20px;border:1px solid rgba(var(--colors-online-ogren-custom-stroke), 0.8);transition:all 0.3s ease;backdrop-filter:blur(10px);}
.review-item:hover{transform:translateY(-4px);box-shadow:0 15px 35px rgba(0, 0, 0, 0.1);background:rgba(255, 255, 255, 0.9);}
.review-header{display:flex;align-items:center;gap:16px;margin-bottom:16px;}
.reviewer-avatar{width:50px;height:50px;border-radius:50%;object-fit:cover;border:2px solid rgba(var(--colors-online-ogren-custom-stroke), 0.8);}
.reviewer-info h4{font-size:16px;font-weight:600;color:rgb(var(--colors-online-ogren-custom-black));margin-bottom:4px;}
.reviewer-info span{font-size:13px;color:rgb(var(--colors-online-ogren-custom-gray));}
.review-rating{display:flex;gap:4px;margin-bottom:16px;}
.review-text{font-size:15px;line-height:1.7;color:rgb(var(--colors-online-ogren-custom-dark-gray));}
.faq-answer{max-height:0;overflow:hidden;transition:max-height 0.4s ease, padding-top 0.4s ease, opacity 0.3s ease;padding-top:0;opacity:0;font-size:15px;line-height:1.7;color:rgb(var(--colors-online-ogren-custom-dark-gray));}
.faq-question{background:none;border:none;width:100%;text-align:left;font-size:18px;font-weight:600;color:rgb(var(--colors-online-ogren-custom-black));cursor:pointer;display:flex;justify-content:space-between;align-items:center;padding:0;transition:all 0.3s ease;}
.faq-question:hover{color:rgb(var(--colors-online-ogren-custom-primary));}
.faq-icon{transition:transform 0.3s ease;color:rgb(var(--colors-online-ogren-custom-primary));flex-shrink:0;margin-left:12px;}
.faq-item{border-bottom:1px solid rgba(var(--colors-online-ogren-custom-stroke), 0.8);padding:24px 0;}
.faq-item:last-child{border-bottom:none;}
.sidebar{position:sticky;height:fit-content;max-height:%100;overflow:visible;}
.sidebar-card{background:rgba(255, 255, 255, 0.9);backdrop-filter:blur(20px);border:1px solid rgba(var(--colors-online-ogren-custom-stroke), 0.6);overflow:visible;box-shadow:0 15px 35px rgba(0, 0, 0, 0.08);position:relative;transition:all 0.3s ease;height:auto;}
.sidebar-card:hover{transform:translateY(-4px);box-shadow:0 20px 40px rgba(0, 0, 0, 0.12);}
.sidebar-card::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg, rgb(var(--colors-online-ogren-custom-primary)) 0%, rgba(var(--colors-online-ogren-custom-primary), 0.6) 100%);border-top-left-radius:24px;border-top-right-radius:24px;z-index:1;}
.sidebar-card::after{content:'';position:absolute;bottom:0;left:0;right:0;height:4px;background:linear-gradient(90deg, rgb(var(--colors-online-ogren-custom-primary)) 0%, rgba(var(--colors-online-ogren-custom-primary), 0.6) 100%);border-bottom-left-radius:24px;border-bottom-right-radius:24px;z-index:1;}
.sidebar-content{padding:32px;height:100%;overflow:visible;}
.action-buttons{display:flex;flex-direction:column;gap:16px;margin-bottom:32px;}
.btn-primary{width:100%;background:linear-gradient(135deg, rgb(var(--colors-online-ogren-custom-primary)) 0%, rgba(var(--colors-online-ogren-custom-primary), 0.8) 100%);color:white;border:none;padding:18px 24px;border-radius:16px;font-size:16px;font-weight:600;cursor:pointer;transition:all 0.3s ease;display:flex;align-items:center;justify-content:center;gap:10px;position:relative;overflow:hidden;}
.btn-primary::before{content:'';position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);transition:left 0.5s;}
.btn-primary:hover::before{left:100%;}
.btn-primary:hover{transform:translateY(-3px);box-shadow:0 12px 30px rgba(var(--colors-online-ogren-custom-primary), 0.4);}
.btn-secondary{width:100%;background:rgba(var(--colors-online-ogren-custom-hover), 0.8);color:rgb(var(--colors-online-ogren-custom-dark-gray));border:1px solid rgba(var(--colors-online-ogren-custom-stroke), 0.8);padding:18px 24px;border-radius:16px;font-size:16px;font-weight:500;cursor:pointer;transition:all 0.3s ease;display:flex;align-items:center;justify-content:center;gap:10px;backdrop-filter:blur(10px);}
.btn-secondary:hover{background:rgba(255, 255, 255, 0.9);border-color:rgb(var(--colors-online-ogren-custom-primary));color:rgb(var(--colors-online-ogren-custom-primary));transform:translateY(-3px);box-shadow:0 8px 25px rgba(var(--colors-online-ogren-custom-primary), 0.2);}
.product-includes h4{font-size:18px;font-weight:600;margin-bottom:20px;color:rgb(var(--colors-online-ogren-custom-black));}
.includes-list{list-style:none;margin-bottom:32px;}
.includes-list li{padding:12px 0;color:rgb(var(--colors-online-ogren-custom-dark-gray));font-size:15px;display:flex;align-items:center;gap:12px;transition:all 0.3s ease;}
.includes-list li:hover{color:rgb(var(--colors-online-ogren-custom-black));transform:translateX(4px);}
.includes-list li::before{content:"✓";color:white;font-weight:bold;font-size:12px;width:20px;height:20px;background:linear-gradient(135deg, rgb(var(--colors-online-ogren-custom-primary)) 0%, rgba(var(--colors-online-ogren-custom-primary), 0.8) 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 4px 12px rgba(var(--success), 0.3);}
.product-details{border-top:1px solid rgba(var(--colors-online-ogren-custom-stroke), 0.8);padding-top:24px;}
.detail-item{display:flex;justify-content:space-between;align-items:center;padding:12px 0;transition:all 0.3s ease;}
.detail-item:hover{background:rgba(var(--colors-online-ogren-custom-hover), 0.5);margin:0 -12px;padding:12px;border-radius:8px;}
.detail-label{color:rgb(var(--colors-online-ogren-custom-gray));font-size:14px;}
.detail-value{font-weight:600;color:rgb(var(--colors-online-ogren-custom-black));font-size:14px;}
@media (max-width: 1024px){
.product-layout{grid-template-columns:1fr;gap:50px;}
.sidebar{position:static;max-height:none;}
}
@media (max-width: 768px){
.product-title{font-size:28px;}
.main-container{padding:30px 0 60px;}
.content-section{padding:32px 24px;}
.product-header{padding:24px 20px 20px 20px;}
}
@media (max-width: 640px){
.container{padding-left:1rem;padding-right:1rem;}
.section-title{font-size:24px;}
.product-title{font-size:24px;}
}
.content-section{animation:fadeInUp 0.6s ease-out;}
body::before{content:'';position:fixed;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at 20% 30%, rgba(var(--colors-online-ogren-custom-primary), 0.03) 0%, transparent 50%), radial-gradient(circle at 80% 70%, rgba(var(--colors-online-ogren-custom-primary), 0.02) 0%, transparent 50%);z-index:-1;pointer-events:none;}
*{margin:0;padding:0;box-sizing:border-box;font-family:'Inter', sans-serif!important;}
*,:after,:before{box-sizing:border-box;border:0 solid #e5e7eb;}
:after,:before{--tw-content:"";}
a{color:inherit;text-decoration:inherit;}
button,input{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;color:inherit;margin:0;padding:0;}
button{text-transform:none;}
[type=button],button{-webkit-appearance:button;background-color:transparent;background-image:none;}
input::placeholder{opacity:1;color:#9ca3af;}
button{cursor:pointer;}
:disabled{cursor:default;}
img,svg{display:block;vertical-align:middle;}
img{max-width:100%;height:auto;}
::selection{color:#4842c4;background:rgba(4, 96, 161, .2);}
*,:after,:before{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-scroll-snap-strictness:proximity;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59, 130, 246, .5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;}
.relative{position:relative;}
.flex{display:flex;}
.hidden{display:none;}
.w-full{width:100%;}
.flex-1{flex:1 1 0%;}
.shrink-0{flex-shrink:0;}
.select-none{-webkit-user-select:none;-moz-user-select:none;user-select:none;}
.items-center{align-items:center;}
.gap-2{gap:.5rem;}
.overflow-hidden{overflow:hidden;}
.overflow-x-auto{overflow-x:auto;}
.whitespace-nowrap{white-space:nowrap;}
.border{border-width:1px;}
.border-\[0\.5px\]{border-width:.5px;}
.border-online-ogren-custom-stroke{--tw-border-opacity:1;border-color:rgba(var(--colors-online-ogren-custom-stroke), var(--tw-border-opacity));}
.bg-white{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity));}
.text-online-ogren-custom-dark-gray{--tw-text-opacity:1;color:rgba(var(--colors-online-ogren-custom-dark-gray), var(--tw-text-opacity));}
.shadow-md{--tw-shadow:var(--boxShadow-md);--tw-shadow-colored:var(--boxShadow-md);}
.shadow-md{box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);}
.transition{transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4, 0, .2, 1);transition-duration:.15s;}
.duration-300{transition-duration:.3s;}
.duration-300{animation-duration:.3s;}
.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px;}
*,:after,:before{box-sizing:border-box;border:0 solid #e5e7eb;}
:after,:before{--tw-content:"";}
a{color:inherit;text-decoration:inherit;}
button,input{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;color:inherit;margin:0;padding:0;}
button{text-transform:none;}
[type=button],button{-webkit-appearance:button;background-color:transparent;background-image:none;}
input::placeholder{opacity:1;color:#9ca3af;}
button{cursor:pointer;}
:disabled{cursor:default;}
img,svg{display:block;vertical-align:middle;}
img{max-width:100%;height:auto;}
::selection{color:#4842c4;background:rgba(4, 96, 161, .2);}
*,:after,:before{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-scroll-snap-strictness:proximity;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59, 130, 246, .5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;}
.relative{position:relative;}
.flex{display:flex;}
.w-full{width:100%;}
.flex-1{flex:1 1 0%;}
.shrink-0{flex-shrink:0;}
.select-none{-webkit-user-select:none;-moz-user-select:none;user-select:none;}
.items-center{align-items:center;}
.gap-2{gap:.5rem;}
.overflow-hidden{overflow:hidden;}
.overflow-x-auto{overflow-x:auto;}
.whitespace-nowrap{white-space:nowrap;}
.border{border-width:1px;}
.border-\[0\.5px\]{border-width:.5px;}
.border-online-ogren-custom-stroke{--tw-border-opacity:1;border-color:rgba(var(--colors-online-ogren-custom-stroke), var(--tw-border-opacity));}
.bg-white{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity));}
.text-online-ogren-custom-dark-gray{--tw-text-opacity:1;color:rgba(var(--colors-online-ogren-custom-dark-gray), var(--tw-text-opacity));}
.shadow-md{--tw-shadow:var(--boxShadow-md);--tw-shadow-colored:var(--boxShadow-md);}
.shadow-md{box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);}
.transition{transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4, 0, .2, 1);transition-duration:.15s;}
.duration-300{transition-duration:.3s;}
.duration-300{animation-duration:.3s;}
.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px;}
*,:after,:before{box-sizing:border-box;border:0 solid #e5e7eb;}
:after,:before{--tw-content:"";}
a{color:inherit;text-decoration:inherit;}
button,input{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;color:inherit;margin:0;padding:0;}
button{text-transform:none;}
[type=button],button{-webkit-appearance:button;background-color:transparent;background-image:none;}
input::placeholder{opacity:1;color:#9ca3af;}
button{cursor:pointer;}
:disabled{cursor:default;}
img,svg{display:block;vertical-align:middle;}
img{max-width:100%;height:auto;}
::selection{color:#4842c4;background:rgba(4, 96, 161, .2);}
*,:after,:before{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-scroll-snap-strictness:proximity;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59, 130, 246, .5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;}
.relative{position:relative;}
.flex{display:flex;}
.w-full{width:100%;}
.flex-1{flex:1 1 0%;}
.shrink-0{flex-shrink:0;}
.select-none{-webkit-user-select:none;-moz-user-select:none;user-select:none;}
.items-center{align-items:center;}
.gap-2{gap:.5rem;}
.overflow-hidden{overflow:hidden;}
.overflow-x-auto{overflow-x:auto;}
.whitespace-nowrap{white-space:nowrap;}
.border{border-width:1px;}
.border-\[0\.5px\]{border-width:.5px;}
.border-online-ogren-custom-stroke{--tw-border-opacity:1;border-color:rgba(var(--colors-online-ogren-custom-stroke), var(--tw-border-opacity));}
.text-online-ogren-custom-dark-gray{--tw-text-opacity:1;color:rgba(var(--colors-online-ogren-custom-dark-gray), var(--tw-text-opacity));}
.shadow-md{--tw-shadow:var(--boxShadow-md);--tw-shadow-colored:var(--boxShadow-md);}
.shadow-md{box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);}
.transition{transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4, 0, .2, 1);transition-duration:.15s;}
.duration-300{transition-duration:.3s;}
.duration-300{animation-duration:.3s;}
.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px;}
*,:after,:before{box-sizing:border-box;border:0 solid #e5e7eb;}
:after,:before{--tw-content:"";}
a{color:inherit;text-decoration:inherit;}
button{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;color:inherit;margin:0;padding:0;}
button{text-transform:none;}
[type=button],button{-webkit-appearance:button;background-color:transparent;background-image:none;}
button{cursor:pointer;}
:disabled{cursor:default;}
img,svg{display:block;vertical-align:middle;}
img{max-width:100%;height:auto;}
::selection{color:#4842c4;background:rgba(4, 96, 161, .2);}
*,:after,:before{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-scroll-snap-strictness:proximity;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59, 130, 246, .5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;}
.relative{position:relative;}
.flex{display:flex;}
.w-full{width:100%;}
.flex-1{flex:1 1 0%;}
.shrink-0{flex-shrink:0;}
.select-none{-webkit-user-select:none;-moz-user-select:none;user-select:none;}
.items-center{align-items:center;}
.gap-2{gap:.5rem;}
.overflow-hidden{overflow:hidden;}
.whitespace-nowrap{white-space:nowrap;}
.border-\[0\.5px\]{border-width:.5px;}
.border-online-ogren-custom-stroke{--tw-border-opacity:1;border-color:rgba(var(--colors-online-ogren-custom-stroke), var(--tw-border-opacity));}
.bg-white{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity));}
.text-online-ogren-custom-dark-gray{--tw-text-opacity:1;color:rgba(var(--colors-online-ogren-custom-dark-gray), var(--tw-text-opacity));}
.transition{transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4, 0, .2, 1);transition-duration:.15s;}
.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px;}
*,:after,:before{box-sizing:border-box;border:0 solid #e5e7eb;}
:after,:before{--tw-content:"";}
a{color:inherit;text-decoration:inherit;}
button{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;color:inherit;margin:0;padding:0;}
button{text-transform:none;}
[type=button],button{-webkit-appearance:button;background-color:transparent;background-image:none;}
button{cursor:pointer;}
:disabled{cursor:default;}
::selection{color:#4842c4;background:rgba(4, 96, 161, .2);}
*,:after,:before{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-scroll-snap-strictness:proximity;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59, 130, 246, .5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;}
.relative{position:relative;}
.flex{display:flex;}
.shrink-0{flex-shrink:0;}
.items-center{align-items:center;}
.overflow-hidden{overflow:hidden;}
.whitespace-nowrap{white-space:nowrap;}
.text-online-ogren-custom-dark-gray{--tw-text-opacity:1;color:rgba(var(--colors-online-ogren-custom-dark-gray), var(--tw-text-opacity));}
.transition{transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4, 0, .2, 1);transition-duration:.15s;}
.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px;}
*,:after,:before{box-sizing:border-box;border:0 solid #e5e7eb;}
:after,:before{--tw-content:"";}
a{color:inherit;text-decoration:inherit;}
button{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;color:inherit;margin:0;padding:0;}
button{text-transform:none;}
button{-webkit-appearance:button;background-color:transparent;background-image:none;}
button{cursor:pointer;}
:disabled{cursor:default;}
svg{display:block;vertical-align:middle;}
::selection{color:#4842c4;background:rgba(4, 96, 161, .2);}
*,:after,:before{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-scroll-snap-strictness:proximity;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59, 130, 246, .5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;}
.flex{display:flex;}
.w-full{width:100%;}
.items-center{align-items:center;}
.gap-2{gap:.5rem;}
.border{border-width:1px;}
.border-online-ogren-custom-stroke{--tw-border-opacity:1;border-color:rgba(var(--colors-online-ogren-custom-stroke), var(--tw-border-opacity));}
.bg-white{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity));}
.transition{transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4, 0, .2, 1);transition-duration:.15s;}
.relative{position:relative;}
.flex{display:flex;}
.w-full{width:100%;}
.items-center{align-items:center;}
.overflow-hidden{overflow:hidden;}
.text-online-ogren-custom-dark-gray{color:rgb(48 49 50);}
*,:after,:before{box-sizing:border-box;border:0 solid #e5e7eb;}
:after,:before{--tw-content:"";}
:disabled{cursor:default;}
svg{display:block;vertical-align:middle;}
::selection{color:#4842c4;background:rgba(98, 91, 246, 0.2);}
*,:after,:before{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-scroll-snap-strictness:proximity;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59, 130, 246, 0.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;}
.relative{position:relative;}
.flex{display:flex;}
.shrink-0{flex-shrink:0;}
.items-center{align-items:center;}
.gap-2{gap:0.5rem;}
.border{border-width:1px;}
.text-online-ogren-custom-dark-gray{--tw-text-opacity:1;color:rgba(var(--colors-online-ogren-custom-dark-gray), var(--tw-text-opacity));}
.transition{transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:0.15s;}
*,:after,:before{box-sizing:border-box;border:0 solid #e5e7eb;}
:after,:before{--tw-content:"";}
a{color:inherit;text-decoration:inherit;}
button{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;color:inherit;margin:0;padding:0;}
button{text-transform:none;}
button{-webkit-appearance:button;background-color:transparent;background-image:none;}
button{cursor:pointer;}
:disabled{cursor:default;}
img,svg{display:block;vertical-align:middle;}
img{max-width:100%;height:auto;}
::selection{color:#4842c4;background:rgba(98, 91, 246, 0.2);}
*,:after,:before{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-scroll-snap-strictness:proximity;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59, 130, 246, 0.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;}
.relative{position:relative;}
.flex{display:flex;}
.w-full{width:100%;}
.flex-1{flex:1 1 0%;}
.shrink-0{flex-shrink:0;}
.select-none{-webkit-user-select:none;-moz-user-select:none;user-select:none;}
.items-center{align-items:center;}
.gap-2{gap:0.5rem;}
.overflow-hidden{overflow:hidden;}
.whitespace-nowrap{white-space:nowrap;}
.border{border-width:1px;}
.border-\[0\.5px\]{border-width:0.5px;}
.border-online-ogren-custom-stroke{--tw-border-opacity:1;border-color:rgba(var(--colors-online-ogren-custom-stroke), var(--tw-border-opacity));}
.bg-white{--tw-bg-opacity:1;background-color:rgb(255 255 255 / var(--tw-bg-opacity));}
.text-online-ogren-custom-dark-gray{--tw-text-opacity:1;color:rgba(var(--colors-online-ogren-custom-dark-gray), var(--tw-text-opacity));}
.shadow-md{--tw-shadow:var(--boxShadow-md);--tw-shadow-colored:var(--boxShadow-md);}
.shadow-md{box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);}
.transition{transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:0.15s;}
.duration-300{transition-duration:0.3s;}
.duration-300{animation-duration:0.3s;}
.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px;}
.relative{position:relative;}
.flex{display:flex;}
.w-full{width:100%;}
.items-center{align-items:center;}
.overflow-hidden{overflow:hidden;}
.text-online-ogren-custom-dark-gray{--tw-text-opacity:1;color:rgba(var(--colors-online-ogren-custom-dark-gray), var(--tw-text-opacity));}
*{margin:0;padding:0;box-sizing:border-box;font-family:'Inter', sans-serif!important;}
*,:after,:before{box-sizing:border-box;border:0 solid #e5e7eb;}
:after,:before{--tw-content:"";}
:disabled{cursor:default;}
::selection{color:#4842c4;background:rgba(4, 96, 161, .2);}
*,:after,:before{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-scroll-snap-strictness:proximity;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59, 130, 246, .5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;}
*,:after,:before{box-sizing:border-box;border:0 solid #e5e7eb;}
:after,:before{--tw-content:"";}
:disabled{cursor:default;}
::selection{color:#4842c4;background:rgba(4, 96, 161, .2);}
*,:after,:before{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-scroll-snap-strictness:proximity;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59, 130, 246, .5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;}
*,:after,:before{box-sizing:border-box;border:0 solid #e5e7eb;}
:after,:before{--tw-content:"";}
:disabled{cursor:default;}
::selection{color:#4842c4;background:rgba(4, 96, 161, .2);}
*,:after,:before{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-scroll-snap-strictness:proximity;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59, 130, 246, .5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;}
*,:after,:before{box-sizing:border-box;border:0 solid #e5e7eb;}
:after,:before{--tw-content:"";}
:disabled{cursor:default;}
::selection{color:#4842c4;background:rgba(4, 96, 161, .2);}
*,:after,:before{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-scroll-snap-strictness:proximity;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59, 130, 246, .5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;}
*,:after,:before{box-sizing:border-box;border:0 solid #e5e7eb;}
:after,:before{--tw-content:"";}
:disabled{cursor:default;}
::selection{color:#4842c4;background:rgba(4, 96, 161, .2);}
*,:after,:before{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-scroll-snap-strictness:proximity;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59, 130, 246, .5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;}
*,:after,:before{box-sizing:border-box;border:0 solid #e5e7eb;}
:after,:before{--tw-content:"";}
:disabled{cursor:default;}
::selection{color:#4842c4;background:rgba(4, 96, 161, .2);}
*,:after,:before{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-scroll-snap-strictness:proximity;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59, 130, 246, .5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;}
*,::after,::before{box-sizing:border-box;}
@media print{
*,::after,::before{text-shadow:none!important;box-shadow:none!important;}
}
::selection{color:#4842c4;background:rgba(4, 96, 161, .2);}
*,:after,:before{box-sizing:border-box;border:0 solid #e5e7eb;}
:after,:before{--tw-content:"";}
:disabled{cursor:default;}
::selection{color:#4842c4;background:rgba(98, 91, 246, .2);}
*,:after,:before{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-scroll-snap-strictness:proximity;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59, 130, 246, .5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;}
*{margin:0;padding:0;box-sizing:border-box;}
*{box-sizing:border-box;}
*{margin:0;padding:0;box-sizing:border-box;font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;}
*{margin:0;padding:0;box-sizing:border-box;font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;}
.relative{position:relative;}
.flex{display:flex;}
.w-full{width:100%;}
.flex-1{flex:1 1 0%;}
.shrink-0{flex-shrink:0;}
.items-center{align-items:center;}
.gap-2{gap:0.5rem;}
.overflow-hidden{overflow:hidden;}
.border{border-width:1px;}
.border-online-ogren-custom-stroke{--tw-border-opacity:1;border-color:rgba(var(--colors-online-ogren-custom-stroke), var(--tw-border-opacity));}
.text-online-ogren-custom-dark-gray{--tw-text-opacity:1;color:rgba(var(--colors-online-ogren-custom-dark-gray), var(--tw-text-opacity));}
.transition{transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:0.15s;}
.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px;}
*{margin:0;padding:0;box-sizing:border-box;font-family:-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;}
*{margin:0;padding:0;box-sizing:border-box;}
button{cursor:pointer;font-family:inherit;transition:var(--transition);}
::-webkit-scrollbar{width:10px;}
::-webkit-scrollbar-track{background:var(--gray-100);}
::-webkit-scrollbar-thumb{background:var(--gray-400);border-radius:10px;transition:background 0.3s ease;}
::-webkit-scrollbar-thumb:hover{background:var(--gray-500);}
*,::after,::before{box-sizing:border-box;}
button{border-radius:0;}
button:focus:not(:focus-visible){outline:0;}
button{margin:0;font-family:inherit;font-size:inherit;line-height:inherit;}
button{text-transform:none;}
button{-webkit-appearance:button;}
button:not(:disabled){cursor:pointer;}
*{margin:0;padding:0;box-sizing:border-box;font-family:-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;}
*{margin:0;padding:0;box-sizing:border-box;font-family:-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;}
*{margin:0;padding:0;box-sizing:border-box;}
::-webkit-scrollbar{width:10px;}
::-webkit-scrollbar-track{background:var(--gray-100);}
::-webkit-scrollbar-thumb{background:var(--gray-400);border-radius:10px;transition:background 0.3s ease;}
::-webkit-scrollbar-thumb:hover{background:var(--gray-500);}
*,::after,::before{box-sizing:border-box;}
*{margin:0;padding:0;box-sizing:border-box;font-family:-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;}
.sidebar{position:sticky;top:100px;height:fit-content;max-height:70vh;transition:all 0.3s ease;}
.sidebar-card{background:rgba(255, 255, 255, 0.9);backdrop-filter:blur(20px);border:1px solid rgba(var(--colors-online-ogren-custom-stroke), 0.6);box-shadow:0 15px 35px rgba(0, 0, 0, 0.08);position:relative;transition:all 0.3s ease;width:100%;min-width:280px;}
.sidebar-card:hover{transform:translateY(-4px);box-shadow:0 20px 40px rgba(0, 0, 0, 0.12);}
.sidebar-content{padding:24px;}
.action-buttons{display:flex;flex-direction:column;gap:12px;margin-bottom:24px;}
.btn-primary,.btn-secondary{width:100%;padding:14px 20px;border-radius:12px;font-size:14px;font-weight:600;cursor:pointer;transition:all 0.3s ease;display:flex;align-items:center;justify-content:center;gap:8px;}
.btn-primary{background:linear-gradient(135deg, rgb(var(--colors-online-ogren-custom-primary)) 0%, rgba(var(--colors-online-ogren-custom-primary), 0.8) 100%);color:white;border:none;}
.btn-secondary{background:rgba(var(--colors-online-ogren-custom-hover), 0.8);color:rgb(var(--colors-online-ogren-custom-dark-gray));border:1px solid rgba(var(--colors-online-ogren-custom-stroke), 0.8);backdrop-filter:blur(10px);}
.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 20px rgba(var(--colors-online-ogren-custom-primary), 0.3);}
.btn-secondary:hover{background:rgba(255, 255, 255, 0.9);border-color:rgb(var(--colors-online-ogren-custom-primary));color:rgb(var(--colors-online-ogren-custom-primary));transform:translateY(-2px);}
.product-includes h4{font-size:16px;font-weight:600;margin-bottom:16px;color:rgb(var(--colors-online-ogren-custom-black));}
.includes-list{list-style:none;margin-bottom:24px;}
.includes-list li{padding:8px 0;color:rgb(var(--colors-online-ogren-custom-dark-gray));font-size:13px;display:flex;align-items:center;gap:10px;}
.includes-list li::before{content:"✓";color:white;font-weight:bold;font-size:10px;width:16px;height:16px;background:linear-gradient(135deg, rgb(var(--colors-online-ogren-custom-primary)) 0%, rgba(var(--colors-online-ogren-custom-primary), 0.8) 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 2px 6px rgba(var(--success), 0.3);}
.product-details{border-top:1px solid rgba(var(--colors-online-ogren-custom-stroke), 0.8);padding-top:20px;}
.detail-item{display:flex;justify-content:space-between;align-items:center;padding:8px 0;font-size:13px;}
.detail-label{color:rgb(var(--colors-online-ogren-custom-gray));}
.detail-value{font-weight:600;color:rgb(var(--colors-online-ogren-custom-black));}
@media (min-width: 1400px){
.sidebar{width:380px;max-height:75vh;}
.sidebar-content{padding:28px;}
.btn-primary,.btn-secondary{padding:16px 20px;font-size:15px;}
.includes-list li{font-size:14px;padding:10px 0;}
.detail-item{font-size:13px;padding:10px 0;}
}
@media (max-width: 1399px) and (min-width: 1200px){
.sidebar{width:330px;max-height:65vh;}
.sidebar-content{padding:18px;}
.btn-primary,.btn-secondary{padding:12px 16px;font-size:13px;}
.includes-list li{font-size:12px;padding:7px 0;}
.detail-item{font-size:12px;padding:7px 0;}
}
@media (max-width: 1199px) and (min-width: 1024px){
.sidebar{width:300px;max-height:60vh;}
.sidebar-content{padding:16px;}
.btn-primary,.btn-secondary{padding:10px 14px;font-size:12px;}
.includes-list li{font-size:11px;padding:6px 0;}
.detail-item{font-size:11px;padding:6px 0;}
.product-includes h4{font-size:14px;margin-bottom:12px;}
.includes-list{margin-bottom:16px;}
.action-buttons{gap:8px;margin-bottom:16px;}
}
@media (max-width: 1023px){
.product-layout{grid-template-columns:1fr;gap:40px;}
.sidebar{position:static;width:100%;max-width:500px;margin:0 auto;top:auto;max-height:none;}
.sidebar-content{padding:24px;}
.action-buttons{flex-direction:row;gap:16px;}
.btn-primary,.btn-secondary{flex:1;padding:16px 20px;font-size:14px;}
}
@media (max-width: 768px){
.sidebar-card{border-radius:16px;min-width:auto;}
.sidebar-content{padding:20px;}
.action-buttons{flex-direction:column;gap:12px;}
.btn-primary,.btn-secondary{padding:14px 16px;font-size:14px;}
.product-includes h4{font-size:15px;}
.includes-list li{font-size:13px;padding:8px 0;}
.detail-item{font-size:13px;padding:8px 0;}
}
@media (max-width: 480px){
.sidebar-content{padding:16px;}
.btn-primary,.btn-secondary{padding:12px 14px;font-size:13px;}
}
.mobile-action-buttons{display:none;position:fixed;bottom:0;left:0;right:0;background:rgba(255, 255, 255, 0.95);backdrop-filter:blur(20px);border-top:1px solid rgba(var(--colors-online-ogren-custom-stroke), 0.8);padding:16px;gap:12px;z-index:1000;box-shadow:0 -8px 25px rgba(0, 0, 0, 0.1);}
.mobile-action-buttons{display:flex;}
.mobile-action-buttons .btn-primary,.mobile-action-buttons .btn-secondary{flex:1;padding:16px 20px;border-radius:12px;font-size:14px;font-weight:600;cursor:pointer;transition:all 0.3s ease;display:flex;align-items:center;justify-content:center;gap:8px;border:none;}
.mobile-action-buttons .btn-primary{background:linear-gradient(135deg, rgb(var(--colors-online-ogren-custom-primary)) 0%, rgba(var(--colors-online-ogren-custom-primary), 0.8) 100%);color:white;}
.mobile-action-buttons .btn-secondary{background:rgba(var(--colors-online-ogren-custom-hover), 0.8);color:rgb(var(--colors-online-ogren-custom-dark-gray));border:1px solid rgba(var(--colors-online-ogren-custom-stroke), 0.8)!important;}
.mobile-action-buttons .btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 20px rgba(var(--colors-online-ogren-custom-primary), 0.3);}
.mobile-action-buttons .btn-secondary:hover{background:rgba(255, 255, 255, 0.9);border-color:rgb(var(--colors-online-ogren-custom-primary))!important;color:rgb(var(--colors-online-ogren-custom-primary));transform:translateY(-2px);}
@media (max-width: 1023px){
.product-layout{grid-template-columns:1fr;gap:40px;}
.sidebar{display:none;}
.mobile-action-buttons{display:flex;}
.main-container{padding-bottom:120px;}
}
@media (max-width: 768px){
.mobile-action-buttons{padding:12px;gap:10px;}
.mobile-action-buttons .btn-primary,.mobile-action-buttons .btn-secondary{padding:14px 16px;font-size:13px;}
}
@media (max-width: 480px){
.mobile-action-buttons .btn-primary,.mobile-action-buttons .btn-secondary{padding:12px 14px;font-size:12px;}
}
.mobile-action-buttons{display:none;position:fixed;bottom:0;left:0;right:0;background:rgba(255, 255, 255, 0.95);backdrop-filter:blur(20px);border-top:1px solid rgba(var(--colors-online-ogren-custom-stroke), 0.8);padding:16px;gap:12px;z-index:1000;box-shadow:0 -8px 25px rgba(0, 0, 0, 0.1);}
@media (max-width: 1023px){
.product-layout{grid-template-columns:1fr;gap:40px;}
.sidebar{display:none;}
.mobile-action-buttons{display:flex;}
.main-container{padding-bottom:120px;}
}
.product-header{margin-top:-20px;margin-bottom:-30px;padding:20px 0;background:transparent;}
.product-tags{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:18px;}
.tag{padding:5px 12px;background:rgba(255, 255, 255, 0.9);border:1px solid rgba(232, 232, 232, 0.8);border-radius:14px;font-size:13px;color:rgb(83, 89, 97);font-weight:500;transition:all 0.2s ease;}
.tag:hover{background:rgb(255, 98, 67);color:white;transform:translateY(-1px);box-shadow:0 4px 12px rgba(255, 98, 67, 0.25);}
.product-rating{display:flex;align-items:center;gap:12px;margin-bottom:18px;padding:12px 18px;background:rgba(255, 255, 255, 0.9);border-radius:12px;border:1px solid rgba(232, 232, 232, 0.6);width:fit-content;backdrop-filter:blur(10px);box-shadow:0 4px 12px rgba(0, 0, 0, 0.05);}
@media (max-width: 768px){
.product-title{font-size:24px!important;}
.product-description{font-size:18px!important;margin:16px 0 20px 0!important;}
.product-category{font-size:10px;padding:5px 10px;}
.tag{padding:4px 10px;font-size:10px;}
}
@media (max-width: 480px){
.product-title{font-size:22px!important;}
.product-tags{gap:6px;margin-bottom:15px;}
}
*{margin:0;padding:0;box-sizing:border-box;font-family:'Inter', sans-serif!important;}
*,:after,:before{box-sizing:border-box;border:0 solid #e5e7eb;}
:after,:before{--tw-content:"";}
h2{font-size:inherit;font-weight:inherit;}
a{color:inherit;text-decoration:inherit;}
h2{margin:0;}
:disabled{cursor:default;}
img,svg{display:block;vertical-align:middle;}
img{max-width:100%;height:auto;}
::selection{color:#4842c4;background:rgba(4, 96, 161, .2);}
.paragraph2{font-size:16px;line-height:24px;}
.paragraph2{font-style:normal;font-weight:400;letter-spacing:-.015em;font-family:var(--online-ogren-customkit-font-sans), sans-serif;}
.text3{font-size:14px;line-height:17px;}
.text3{font-style:normal;font-weight:400;letter-spacing:-.01em;font-family:var(--online-ogren-customkit-font-sans), sans-serif;}
.text5{font-size:12px;line-height:15px;}
.text5{font-style:normal;font-weight:400;letter-spacing:-.01em;font-family:var(--online-ogren-customkit-font-sans), sans-serif;}
.subtitle1{font-size:16px;line-height:19px;}
.subtitle1{font-style:normal;font-weight:500;letter-spacing:-.01em;font-family:var(--online-ogren-customkit-font-sans), sans-serif;}
h2{font-style:normal;font-weight:600;letter-spacing:-.0125em;font-family:var(--online-ogren-customkit-font-sans), sans-serif;}
h2{font-size:32px;line-height:45px;}
.display3{font-size:24px;line-height:29px;}
.display3{font-style:normal;font-weight:700;letter-spacing:0;font-family:var(--online-ogren-customkit-font-display), sans-serif;}
*,:after,:before{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-scroll-snap-strictness:proximity;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59, 130, 246, .5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;}
.relative{position:relative;}
.-mx-2{margin-left:-.5rem;margin-right:-.5rem;}
.-my-5{margin-top:-1.25rem;margin-bottom:-1.25rem;}
.ml-2{margin-left:.5rem;}
.mt-0\.5{margin-top:.125rem;}
.mt-1{margin-top:.25rem;}
.mt-1\.5{margin-top:.375rem;}
.block{display:block;}
.inline-block{display:inline-block;}
.flex{display:flex;}
.hidden{display:none;}
.aspect-\[2\/1\]{aspect-ratio:2/1;}
.h-\[13px\]{height:13px;}
.h-full{height:100%;}
.w-\[13px\]{width:13px;}
.w-\[93\%\]{width:93%;}
.w-full{width:100%;}
.flex-1{flex:1 1 0%;}
.shrink-0{flex-shrink:0;}
.cursor-default{cursor:default;}
.select-none{-webkit-user-select:none;-moz-user-select:none;user-select:none;}
.snap-mandatory{--tw-scroll-snap-strictness:mandatory;}
.snap-start{scroll-snap-align:start;}
.scroll-p-3{scroll-padding:.75rem;}
.flex-row{flex-direction:row;}
.flex-nowrap{flex-wrap:nowrap;}
.items-end{align-items:flex-end;}
.items-center{align-items:center;}
.gap-1{gap:.25rem;}
.gap-2{gap:.5rem;}
.overflow-hidden{overflow:hidden;}
.overflow-x-auto{overflow-x:auto;}
.text-ellipsis{text-overflow:ellipsis;}
.whitespace-nowrap{white-space:nowrap;}
.rounded-\[10px\]{border-radius:10px;}
.border{border-width:1px;}
.border-\[0\.5px\]{border-width:.5px;}
.border-t{border-top-width:1px;}
.border-online-ogren-custom-stroke{--tw-border-opacity:1;border-color:rgba(var(--colors-online-ogren-custom-stroke), var(--tw-border-opacity));}
.bg-white{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity));}
.object-cover{-o-object-fit:cover;object-fit:cover;}
.p-3{padding:.75rem;}
.px-2{padding-left:.5rem;padding-right:.5rem;}
.py-5{padding-top:1.25rem;padding-bottom:1.25rem;}
.pl-\[2px\]{padding-left:2px;}
.pl-\[5px\]{padding-left:5px;}
.text-online-ogren-custom-dark-gray{--tw-text-opacity:1;color:rgba(var(--colors-online-ogren-custom-dark-gray), var(--tw-text-opacity));}
.text-online-ogren-custom-gray{--tw-text-opacity:1;color:rgba(var(--colors-online-ogren-custom-gray), var(--tw-text-opacity));}
.shadow-md{--tw-shadow:var(--boxShadow-md);--tw-shadow-colored:var(--boxShadow-md);}
.shadow-md{box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);}
.transition{transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4, 0, .2, 1);transition-duration:.15s;}
.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4, 0, .2, 1);transition-duration:.15s;}
.duration-200{transition-duration:.2s;}
.duration-300{transition-duration:.3s;}
.ease-in-out{transition-timing-function:cubic-bezier(.4, 0, .2, 1);}
.duration-200{animation-duration:.2s;}
.duration-300{animation-duration:.3s;}
.ease-in-out{animation-timing-function:cubic-bezier(.4, 0, .2, 1);}
.\[content-visibility\:auto\]{content-visibility:auto;}
.first-of-type\:ml-0:first-of-type{margin-left:0;}
.hover\:scale-\[102\%\]:hover{--tw-scale-x:102%;--tw-scale-y:102%;}
.hover\:scale-\[102\%\]:hover{transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));}
.hover\:shadow-lg:hover{--tw-shadow:var(--boxShadow-lg);--tw-shadow-colored:var(--boxShadow-lg);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);}
.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px;}
@media (min-width:640px){
.sm\:ml-3{margin-left:.75rem;}
.sm\:w-\[calc\(50\%-6px\)\]{width:calc(50% - 6px);}
.sm\:snap-x{scroll-snap-type:x var(--tw-scroll-snap-strictness);}
.sm\:first-of-type\:ml-0:first-of-type{margin-left:0;}
}
@media (min-width:768px){
.md\:block{display:block;}
}
@media (min-width:1024px){
.lg\:ml-5{margin-left:1.25rem;}
.lg\:w-\[calc\(33\.333\%-13\.5px\)\]{width:calc(33.333% - 13.5px);}
.lg\:first-of-type\:ml-0:first-of-type{margin-left:0;}
}
*,:after,:before{box-sizing:border-box;border:0 solid #e5e7eb;}
:after,:before{--tw-content:"";}
a{color:inherit;text-decoration:inherit;}
:disabled{cursor:default;}
img,svg{display:block;vertical-align:middle;}
img{max-width:100%;height:auto;}
::selection{color:#4842c4;background:rgba(4, 96, 161, .2);}
.text3{font-size:14px;line-height:17px;}
.text3{font-style:normal;font-weight:400;letter-spacing:-.01em;font-family:var(--online-ogren-customkit-font-sans), sans-serif;}
.text5{font-size:12px;line-height:15px;}
.text5{font-style:normal;font-weight:400;letter-spacing:-.01em;font-family:var(--online-ogren-customkit-font-sans), sans-serif;}
.subtitle1{font-size:16px;line-height:19px;}
.subtitle1{font-style:normal;font-weight:500;letter-spacing:-.01em;font-family:var(--online-ogren-customkit-font-sans), sans-serif;}
.display3{font-size:24px;line-height:29px;}
.display3{font-style:normal;font-weight:700;letter-spacing:0;font-family:var(--online-ogren-customkit-font-display), sans-serif;}
*,:after,:before{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-scroll-snap-strictness:proximity;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59, 130, 246, .5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;}
.relative{position:relative;}
.mt-1\.5{margin-top:.375rem;}
.inline-block{display:inline-block;}
.flex{display:flex;}
.aspect-\[2\/1\]{aspect-ratio:2/1;}
.h-\[13px\]{height:13px;}
.h-full{height:100%;}
.w-\[13px\]{width:13px;}
.w-full{width:100%;}
.flex-1{flex:1 1 0%;}
.shrink-0{flex-shrink:0;}
.cursor-default{cursor:default;}
.select-none{-webkit-user-select:none;-moz-user-select:none;user-select:none;}
.flex-row{flex-direction:row;}
.flex-nowrap{flex-wrap:nowrap;}
.items-end{align-items:flex-end;}
.items-center{align-items:center;}
.gap-1{gap:.25rem;}
.gap-2{gap:.5rem;}
.overflow-hidden{overflow:hidden;}
.overflow-x-auto{overflow-x:auto;}
.text-ellipsis{text-overflow:ellipsis;}
.whitespace-nowrap{white-space:nowrap;}
.border{border-width:1px;}
.border-\[0\.5px\]{border-width:.5px;}
.border-t{border-top-width:1px;}
.border-online-ogren-custom-stroke{--tw-border-opacity:1;border-color:rgba(var(--colors-online-ogren-custom-stroke), var(--tw-border-opacity));}
.bg-white{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity));}
.object-cover{-o-object-fit:cover;object-fit:cover;}
.px-2{padding-left:.5rem;padding-right:.5rem;}
.text-online-ogren-custom-dark-gray{--tw-text-opacity:1;color:rgba(var(--colors-online-ogren-custom-dark-gray), var(--tw-text-opacity));}
.text-online-ogren-custom-gray{--tw-text-opacity:1;color:rgba(var(--colors-online-ogren-custom-gray), var(--tw-text-opacity));}
.shadow-md{--tw-shadow:var(--boxShadow-md);--tw-shadow-colored:var(--boxShadow-md);}
.shadow-md{box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);}
.transition{transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4, 0, .2, 1);transition-duration:.15s;}
.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4, 0, .2, 1);transition-duration:.15s;}
.duration-200{transition-duration:.2s;}
.duration-300{transition-duration:.3s;}
.duration-200{animation-duration:.2s;}
.duration-300{animation-duration:.3s;}
.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px;}
@media (min-width:768px){
.md\:block{display:block;}
}
*,:after,:before{box-sizing:border-box;border:0 solid #e5e7eb;}
:after,:before{--tw-content:"";}
h2{font-size:inherit;font-weight:inherit;}
a{color:inherit;text-decoration:inherit;}
h2{margin:0;}
:disabled{cursor:default;}
img,svg{display:block;vertical-align:middle;}
img{max-width:100%;height:auto;}
::selection{color:#4842c4;background:rgba(4, 96, 161, .2);}
.paragraph2{font-size:16px;line-height:24px;}
.paragraph2{font-style:normal;font-weight:400;letter-spacing:-.015em;font-family:var(--online-ogren-customkit-font-sans), sans-serif;}
.text3{font-size:14px;line-height:17px;}
.text3{font-style:normal;font-weight:400;letter-spacing:-.01em;font-family:var(--online-ogren-customkit-font-sans), sans-serif;}
.text5{font-size:12px;line-height:15px;}
.text5{font-style:normal;font-weight:400;letter-spacing:-.01em;font-family:var(--online-ogren-customkit-font-sans), sans-serif;}
.subtitle1{font-size:16px;line-height:19px;}
.subtitle1{font-style:normal;font-weight:500;letter-spacing:-.01em;font-family:var(--online-ogren-customkit-font-sans), sans-serif;}
h2{font-style:normal;font-weight:600;letter-spacing:-.0125em;font-family:var(--online-ogren-customkit-font-sans), sans-serif;}
h2{font-size:32px;line-height:45px;}
.display3{font-size:24px;line-height:29px;}
.display3{font-style:normal;font-weight:700;letter-spacing:0;font-family:var(--online-ogren-customkit-font-display), sans-serif;}
*,:after,:before{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-scroll-snap-strictness:proximity;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59, 130, 246, .5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;}
.relative{position:relative;}
.-mx-2{margin-left:-.5rem;margin-right:-.5rem;}
.-my-5{margin-top:-1.25rem;margin-bottom:-1.25rem;}
.ml-2{margin-left:.5rem;}
.mt-1{margin-top:.25rem;}
.block{display:block;}
.inline-block{display:inline-block;}
.flex{display:flex;}
.aspect-\[2\/1\]{aspect-ratio:2/1;}
.h-\[13px\]{height:13px;}
.h-full{height:100%;}
.w-\[13px\]{width:13px;}
.w-\[93\%\]{width:93%;}
.w-full{width:100%;}
.flex-1{flex:1 1 0%;}
.shrink-0{flex-shrink:0;}
.cursor-default{cursor:default;}
.select-none{-webkit-user-select:none;-moz-user-select:none;user-select:none;}
.snap-mandatory{--tw-scroll-snap-strictness:mandatory;}
.snap-start{scroll-snap-align:start;}
.scroll-p-3{scroll-padding:.75rem;}
.flex-row{flex-direction:row;}
.flex-nowrap{flex-wrap:nowrap;}
.items-end{align-items:flex-end;}
.items-center{align-items:center;}
.gap-1{gap:.25rem;}
.gap-2{gap:.5rem;}
.overflow-hidden{overflow:hidden;}
.overflow-x-auto{overflow-x:auto;}
.text-ellipsis{text-overflow:ellipsis;}
.whitespace-nowrap{white-space:nowrap;}
.rounded-\[10px\]{border-radius:10px;}
.border{border-width:1px;}
.border-\[0\.5px\]{border-width:.5px;}
.border-t{border-top-width:1px;}
.border-online-ogren-custom-stroke{--tw-border-opacity:1;border-color:rgba(var(--colors-online-ogren-custom-stroke), var(--tw-border-opacity));}
.border-t-online-ogren-custom-stroke{--tw-border-opacity:1;border-top-color:rgba(var(--colors-online-ogren-custom-stroke), var(--tw-border-opacity));}
.object-cover{-o-object-fit:cover;object-fit:cover;}
.p-3{padding:.75rem;}
.px-2{padding-left:.5rem;padding-right:.5rem;}
.py-10{padding-top:2.5rem;padding-bottom:2.5rem;}
.py-5{padding-top:1.25rem;padding-bottom:1.25rem;}
.text-online-ogren-custom-dark-gray{--tw-text-opacity:1;color:rgba(var(--colors-online-ogren-custom-dark-gray), var(--tw-text-opacity));}
.text-online-ogren-custom-gray{--tw-text-opacity:1;color:rgba(var(--colors-online-ogren-custom-gray), var(--tw-text-opacity));}
.shadow-md{--tw-shadow:var(--boxShadow-md);--tw-shadow-colored:var(--boxShadow-md);}
.shadow-md{box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);}
.transition{transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4, 0, .2, 1);transition-duration:.15s;}
.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4, 0, .2, 1);transition-duration:.15s;}
.duration-300{transition-duration:.3s;}
.duration-300{animation-duration:.3s;}
.\[content-visibility\:auto\]{content-visibility:auto;}
.first-of-type\:ml-0:first-of-type{margin-left:0;}
.hover\:shadow-lg:hover{--tw-shadow:var(--boxShadow-lg);--tw-shadow-colored:var(--boxShadow-lg);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);}
.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px;}
@media (min-width:640px){
.sm\:ml-3{margin-left:.75rem;}
.sm\:w-\[calc\(50\%-6px\)\]{width:calc(50% - 6px);}
.sm\:snap-x{scroll-snap-type:x var(--tw-scroll-snap-strictness);}
.sm\:first-of-type\:ml-0:first-of-type{margin-left:0;}
}
@media (min-width:768px){
.md\:block{display:block;}
.md\:py-16{padding-top:4rem;padding-bottom:4rem;}
}
@media (min-width:1024px){
.lg\:ml-5{margin-left:1.25rem;}
.lg\:w-\[calc\(33\.333\%-13\.5px\)\]{width:calc(33.333% - 13.5px);}
.lg\:first-of-type\:ml-0:first-of-type{margin-left:0;}
}
.embla{--slide-spacing:1rem;--slide-size:100%;--slide-height:19rem;}
.embla__container{display:flex;flex-direction:row;height:auto;margin-left:calc(var(--slide-spacing) * -1);}
.embla__slide{flex:0 0 var(--slide-size);min-width:0;padding-left:var(--slide-spacing);position:relative;}
*,:after,:before{box-sizing:border-box;border:0 solid #e5e7eb;}
:after,:before{--tw-content:"";}
a{color:inherit;text-decoration:inherit;}
:disabled{cursor:default;}
img,svg{display:block;vertical-align:middle;}
img{max-width:100%;height:auto;}
::selection{color:#4842c4;background:rgba(4, 96, 161, .2);}
.text3{font-size:14px;line-height:17px;}
.text3{font-style:normal;font-weight:400;letter-spacing:-.01em;font-family:var(--online-ogren-customkit-font-sans), sans-serif;}
.text5{font-size:12px;line-height:15px;}
.text5{font-style:normal;font-weight:400;letter-spacing:-.01em;font-family:var(--online-ogren-customkit-font-sans), sans-serif;}
.subtitle1{font-size:16px;line-height:19px;}
.subtitle1{font-style:normal;font-weight:500;letter-spacing:-.01em;font-family:var(--online-ogren-customkit-font-sans), sans-serif;}
*,:after,:before{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-scroll-snap-strictness:proximity;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59, 130, 246, .5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;}
.relative{position:relative;}
.mt-1\.5{margin-top:.375rem;}
.inline-block{display:inline-block;}
.flex{display:flex;}
.aspect-\[2\/1\]{aspect-ratio:2/1;}
.h-\[13px\]{height:13px;}
.h-full{height:100%;}
.w-\[13px\]{width:13px;}
.w-full{width:100%;}
.flex-1{flex:1 1 0%;}
.shrink-0{flex-shrink:0;}
.cursor-default{cursor:default;}
.select-none{-webkit-user-select:none;-moz-user-select:none;user-select:none;}
.flex-row{flex-direction:row;}
.flex-nowrap{flex-wrap:nowrap;}
.items-center{align-items:center;}
.gap-1{gap:.25rem;}
.gap-2{gap:.5rem;}
.overflow-hidden{overflow:hidden;}
.text-ellipsis{text-overflow:ellipsis;}
.whitespace-nowrap{white-space:nowrap;}
.border-\[0\.5px\]{border-width:.5px;}
.border-online-ogren-custom-stroke{--tw-border-opacity:1;border-color:rgba(var(--colors-online-ogren-custom-stroke), var(--tw-border-opacity));}
.bg-white{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity));}
.object-cover{-o-object-fit:cover;object-fit:cover;}
.px-2{padding-left:.5rem;padding-right:.5rem;}
.text-online-ogren-custom-dark-gray{--tw-text-opacity:1;color:rgba(var(--colors-online-ogren-custom-dark-gray), var(--tw-text-opacity));}
.text-online-ogren-custom-gray{--tw-text-opacity:1;color:rgba(var(--colors-online-ogren-custom-gray), var(--tw-text-opacity));}
.transition{transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4, 0, .2, 1);transition-duration:.15s;}
.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4, 0, .2, 1);transition-duration:.15s;}
.duration-200{transition-duration:.2s;}
.duration-200{animation-duration:.2s;}
.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px;}
*,:after,:before{box-sizing:border-box;border:0 solid #e5e7eb;}
:after,:before{--tw-content:"";}
a{color:inherit;text-decoration:inherit;}
:disabled{cursor:default;}
::selection{color:#4842c4;background:rgba(4, 96, 161, .2);}
*,:after,:before{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-scroll-snap-strictness:proximity;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59, 130, 246, .5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;}
.relative{position:relative;}
.flex{display:flex;}
.shrink-0{flex-shrink:0;}
.items-center{align-items:center;}
.overflow-hidden{overflow:hidden;}
.whitespace-nowrap{white-space:nowrap;}
.text-online-ogren-custom-dark-gray{--tw-text-opacity:1;color:rgba(var(--colors-online-ogren-custom-dark-gray), var(--tw-text-opacity));}
.transition{transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4, 0, .2, 1);transition-duration:.15s;}
.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px;}
*,:after,:before{box-sizing:border-box;border:0 solid #e5e7eb;}
:after,:before{--tw-content:"";}
a{color:inherit;text-decoration:inherit;}
:disabled{cursor:default;}
svg{display:block;vertical-align:middle;}
::selection{color:#4842c4;background:rgba(4, 96, 161, .2);}
*,:after,:before{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-scroll-snap-strictness:proximity;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59, 130, 246, .5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;}
.flex{display:flex;}
.w-full{width:100%;}
.items-center{align-items:center;}
.gap-2{gap:.5rem;}
.border{border-width:1px;}
.border-online-ogren-custom-stroke{--tw-border-opacity:1;border-color:rgba(var(--colors-online-ogren-custom-stroke), var(--tw-border-opacity));}
.bg-white{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity));}
.transition{transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4, 0, .2, 1);transition-duration:.15s;}
*,::after,::before{box-sizing:border-box;}
h2{margin-top:0;margin-bottom:.5rem;}
a{color:#007bff;text-decoration:none;background-color:transparent;-webkit-text-decoration-skip:objects;}
a:hover{color:#0056b3;text-decoration:underline;}
img{vertical-align:middle;border-style:none;}
svg:not(:root){overflow:hidden;}
h2{margin-bottom:.5rem;font-family:inherit;font-weight:500;line-height:1.2;color:inherit;}
h2{font-size:2rem;}
.bg-white{background-color:#fff!important;}
.border{border:1px solid #dee2e6!important;}
.flex-row{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-ms-flex-direction:row!important;flex-direction:row!important;}
.flex-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important;}
.mt-1{margin-top:.25rem!important;}
.ml-2{margin-left:.5rem!important;}
.px-2{padding-right:.5rem!important;}
.px-2{padding-left:.5rem!important;}
.p-3{padding:1rem!important;}
.py-5{padding-top:3rem!important;}
.py-5{padding-bottom:3rem!important;}
@media print{
*,::after,::before{text-shadow:none!important;box-shadow:none!important;}
a:not(.btn){text-decoration:underline;}
img{page-break-inside:avoid;}
h2{orphans:3;widows:3;}
h2{page-break-after:avoid;}
}
::selection{color:#4842c4;background:rgba(4, 96, 161, .2);}
.paragraph2{font-size:16px;line-height:24px;}
.paragraph2{font-style:normal;font-weight:400;letter-spacing:-.015em;font-family:var(--online-ogren-customkit-font-sans), sans-serif;}
.text3{font-size:14px;line-height:17px;}
.text3{font-style:normal;font-weight:400;letter-spacing:-.01em;font-family:var(--online-ogren-customkit-font-sans), sans-serif;}
.text5{font-size:12px;line-height:15px;}
.text5{font-style:normal;font-weight:400;letter-spacing:-.01em;font-family:var(--online-ogren-customkit-font-sans), sans-serif;}
.subtitle1{font-size:16px;line-height:19px;}
.subtitle1{font-style:normal;font-weight:500;letter-spacing:-.01em;font-family:var(--online-ogren-customkit-font-sans), sans-serif;}
h2{font-style:normal;font-weight:600;letter-spacing:-.0125em;font-family:var(--online-ogren-customkit-font-sans), sans-serif;}
h2{font-size:32px;line-height:45px;}
.display3{font-size:24px;line-height:29px;}
.display3{font-style:normal;font-weight:700;letter-spacing:0;font-family:var(--online-ogren-customkit-font-display), sans-serif;}
.relative{position:relative;}
.-mx-2{margin-left:-.5rem;margin-right:-.5rem;}
.-my-5{margin-top:-1.25rem;margin-bottom:-1.25rem;}
.ml-2{margin-left:.5rem;}
.mt-1{margin-top:.25rem;}
.block{display:block;}
.inline-block{display:inline-block;}
.flex{display:flex;}
.aspect-\[2\/1\]{aspect-ratio:2/1;}
.h-\[13px\]{height:13px;}
.h-full{height:100%;}
.w-\[13px\]{width:13px;}
.w-\[93\%\]{width:93%;}
.w-full{width:100%;}
.flex-1{flex:1 1 0%;}
.shrink-0{flex-shrink:0;}
.cursor-default{cursor:default;}
.select-none{-webkit-user-select:none;-moz-user-select:none;user-select:none;}
.snap-mandatory{--tw-scroll-snap-strictness:mandatory;}
.snap-start{scroll-snap-align:start;}
.scroll-p-3{scroll-padding:.75rem;}
.flex-row{flex-direction:row;}
.flex-nowrap{flex-wrap:nowrap;}
.items-end{align-items:flex-end;}
.items-center{align-items:center;}
.gap-1{gap:.25rem;}
.gap-2{gap:.5rem;}
.overflow-hidden{overflow:hidden;}
.overflow-x-auto{overflow-x:auto;}
.text-ellipsis{text-overflow:ellipsis;}
.whitespace-nowrap{white-space:nowrap;}
.rounded-\[10px\]{border-radius:10px;}
.border{border-width:1px;}
.border-\[0\.5px\]{border-width:.5px;}
.border-t{border-top-width:1px;}
.border-online-ogren-custom-stroke{--tw-border-opacity:1;border-color:rgba(var(--colors-online-ogren-custom-stroke), var(--tw-border-opacity));}
.border-t-online-ogren-custom-stroke{--tw-border-opacity:1;border-top-color:rgba(var(--colors-online-ogren-custom-stroke), var(--tw-border-opacity));}
.object-cover{-o-object-fit:cover;object-fit:cover;}
.p-3{padding:.75rem;}
.px-2{padding-left:.5rem;padding-right:.5rem;}
.py-10{padding-top:2.5rem;padding-bottom:2.5rem;}
.py-5{padding-top:1.25rem;padding-bottom:1.25rem;}
.text-online-ogren-custom-dark-gray{--tw-text-opacity:1;color:rgba(var(--colors-online-ogren-custom-dark-gray), var(--tw-text-opacity));}
.text-online-ogren-custom-gray{--tw-text-opacity:1;color:rgba(var(--colors-online-ogren-custom-gray), var(--tw-text-opacity));}
.shadow-md{--tw-shadow:var(--boxShadow-md);--tw-shadow-colored:var(--boxShadow-md);}
.shadow-md{box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);}
.transition{transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4, 0, .2, 1);transition-duration:.15s;}
.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4, 0, .2, 1);transition-duration:.15s;}
.duration-300{transition-duration:.3s;}
.duration-300{animation-duration:.3s;}
.\[content-visibility\:auto\]{content-visibility:auto;}
.first-of-type\:ml-0:first-of-type{margin-left:0;}
.hover\:shadow-lg:hover{--tw-shadow:var(--boxShadow-lg);--tw-shadow-colored:var(--boxShadow-lg);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);}
.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px;}
@media (min-width:640px){
.sm\:ml-3{margin-left:.75rem;}
.sm\:w-\[calc\(50\%-6px\)\]{width:calc(50% - 6px);}
.sm\:snap-x{scroll-snap-type:x var(--tw-scroll-snap-strictness);}
.sm\:first-of-type\:ml-0:first-of-type{margin-left:0;}
}
@media (min-width:768px){
.md\:block{display:block;}
.md\:py-16{padding-top:4rem;padding-bottom:4rem;}
}
@media (min-width:1024px){
.lg\:ml-5{margin-left:1.25rem;}
.lg\:w-\[calc\(33\.333\%-13\.5px\)\]{width:calc(33.333% - 13.5px);}
.lg\:first-of-type\:ml-0:first-of-type{margin-left:0;}
}
a{color:#0E0E0F!important;}
a:link{text-decoration:none;}
a:visited{text-decoration:none;}
a:hover{text-decoration:none;}
a:active{text-decoration:none;}
*,:after,:before{box-sizing:border-box;border:0 solid #e5e7eb;}
:after,:before{--tw-content:"";}
a{color:inherit;text-decoration:inherit;}
:disabled{cursor:default;}
::selection{color:#4842c4;background:rgba(98, 91, 246, .2);}
*,:after,:before{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-scroll-snap-strictness:proximity;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59, 130, 246, .5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;}
.relative{position:relative;}
.block{display:block;}
.flex{display:flex;}
.h-full{height:100%;}
.w-full{width:100%;}
.shrink-0{flex-shrink:0;}
.items-center{align-items:center;}
.gap-1{gap:.25rem;}
.border{border-width:1px;}
.p-3{padding:.75rem;}
.transition{transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4, 0, .2, 1);transition-duration:.15s;}
*{margin:0;padding:0;box-sizing:border-box;}
a{text-decoration:none;}
.border-online-ogren-custom-stroke{position:relative;}
.text-online-ogren-custom-dark-gray{color:rgb(48 49 50);}
h2{margin-top:0;margin-bottom:.5rem;}
h2{margin-bottom:.5rem;font-family:inherit;font-weight:500;line-height:1.2;color:inherit;}
h2{font-size:2rem;}
@media print{
*,::after,::before{text-shadow:none!important;box-shadow:none!important;}
h2{orphans:3;widows:3;}
h2{page-break-after:avoid;}
}
html *{-webkit-font-smoothing:antialiased;}
html *{-moz-osx-font-smoothing:grayscale;}
h2{color:#333;}
*{box-sizing:border-box;margin:0;padding:0;}
h2{font-size:inherit;font-weight:400;max-width:60rem;}
*:focus{outline:none;}
*{margin:0;padding:0;box-sizing:border-box;font-family:'Inter', sans-serif!important;}
*,:after,:before{box-sizing:border-box;border:0 solid #e5e7eb;}
:after,:before{--tw-content:"";}
a{color:inherit;text-decoration:inherit;}
:disabled{cursor:default;}
img,svg{display:block;vertical-align:middle;}
img{max-width:100%;height:auto;}
::selection{color:#4842c4;background:rgba(4, 96, 161, .2);}
*,:after,:before{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-scroll-snap-strictness:proximity;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59, 130, 246, .5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;}
.flex{display:flex;}
.hidden{display:none;}
.flex-1{flex:1 1 0%;}
.items-center{align-items:center;}
.gap-2{gap:.5rem;}
.whitespace-nowrap{white-space:nowrap;}
.border-t{border-top-width:1px;}
.border-online-ogren-custom-stroke{--tw-border-opacity:1;border-color:rgba(var(--colors-online-ogren-custom-stroke), var(--tw-border-opacity));}
.text-online-ogren-custom-dark-gray{--tw-text-opacity:1;color:rgba(var(--colors-online-ogren-custom-dark-gray), var(--tw-text-opacity));}
.text-online-ogren-custom-gray{--tw-text-opacity:1;color:rgba(var(--colors-online-ogren-custom-gray), var(--tw-text-opacity));}
.transition{transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4, 0, .2, 1);transition-duration:.15s;}
@media (min-width:768px){
.md\:block{display:block;}
}
@media all{
.fa-youtube:before{content:"\f167";}
.fa-twitter:before{content:"\f099";}
}
*,:after,:before{box-sizing:border-box;border:0 solid #e5e7eb;}
:after,:before{--tw-content:"";}
a{color:inherit;text-decoration:inherit;}
:disabled{cursor:default;}
img,svg{display:block;vertical-align:middle;}
img{max-width:100%;height:auto;}
::selection{color:#4842c4;background:rgba(4, 96, 161, .2);}
*,:after,:before{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-scroll-snap-strictness:proximity;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59, 130, 246, .5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;}
.flex{display:flex;}
.flex-1{flex:1 1 0%;}
.items-center{align-items:center;}
.gap-2{gap:.5rem;}
.whitespace-nowrap{white-space:nowrap;}
.border-t{border-top-width:1px;}
.border-online-ogren-custom-stroke{--tw-border-opacity:1;border-color:rgba(var(--colors-online-ogren-custom-stroke), var(--tw-border-opacity));}
.text-online-ogren-custom-dark-gray{--tw-text-opacity:1;color:rgba(var(--colors-online-ogren-custom-dark-gray), var(--tw-text-opacity));}
.text-online-ogren-custom-gray{--tw-text-opacity:1;color:rgba(var(--colors-online-ogren-custom-gray), var(--tw-text-opacity));}
.transition{transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4, 0, .2, 1);transition-duration:.15s;}
@media (min-width:768px){
.md\:block{display:block;}
}
@media all{
.fa-youtube:before{content:"\f167";}
.fa-twitter:before{content:"\f099";}
}
*,:after,:before{box-sizing:border-box;border:0 solid #e5e7eb;}
:after,:before{--tw-content:"";}
a{color:inherit;text-decoration:inherit;}
:disabled{cursor:default;}
img,svg{display:block;vertical-align:middle;}
img{max-width:100%;height:auto;}
::selection{color:#4842c4;background:rgba(4, 96, 161, .2);}
*,:after,:before{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-scroll-snap-strictness:proximity;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59, 130, 246, .5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;}
.flex{display:flex;}
.flex-1{flex:1 1 0%;}
.items-center{align-items:center;}
.gap-2{gap:.5rem;}
.whitespace-nowrap{white-space:nowrap;}
.border-t{border-top-width:1px;}
.border-online-ogren-custom-stroke{--tw-border-opacity:1;border-color:rgba(var(--colors-online-ogren-custom-stroke), var(--tw-border-opacity));}
.text-online-ogren-custom-dark-gray{--tw-text-opacity:1;color:rgba(var(--colors-online-ogren-custom-dark-gray), var(--tw-text-opacity));}
.text-online-ogren-custom-gray{--tw-text-opacity:1;color:rgba(var(--colors-online-ogren-custom-gray), var(--tw-text-opacity));}
.transition{transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4, 0, .2, 1);transition-duration:.15s;}
@media (min-width:768px){
.md\:block{display:block;}
}
@media all{
.fa-twitter:before{content:"\f099";}
}
*,:after,:before{box-sizing:border-box;border:0 solid #e5e7eb;}
:after,:before{--tw-content:"";}
a{color:inherit;text-decoration:inherit;}
:disabled{cursor:default;}
img,svg{display:block;vertical-align:middle;}
img{max-width:100%;height:auto;}
::selection{color:#4842c4;background:rgba(4, 96, 161, .2);}
*,:after,:before{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-scroll-snap-strictness:proximity;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59, 130, 246, .5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;}
.flex{display:flex;}
.flex-1{flex:1 1 0%;}
.items-center{align-items:center;}
.gap-2{gap:.5rem;}
.whitespace-nowrap{white-space:nowrap;}
.border-online-ogren-custom-stroke{--tw-border-opacity:1;border-color:rgba(var(--colors-online-ogren-custom-stroke), var(--tw-border-opacity));}
.text-online-ogren-custom-dark-gray{--tw-text-opacity:1;color:rgba(var(--colors-online-ogren-custom-dark-gray), var(--tw-text-opacity));}
.text-online-ogren-custom-gray{--tw-text-opacity:1;color:rgba(var(--colors-online-ogren-custom-gray), var(--tw-text-opacity));}
.transition{transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4, 0, .2, 1);transition-duration:.15s;}
*,:after,:before{box-sizing:border-box;border:0 solid #e5e7eb;}
:after,:before{--tw-content:"";}
a{color:inherit;text-decoration:inherit;}
:disabled{cursor:default;}
::selection{color:#4842c4;background:rgba(4, 96, 161, .2);}
*,:after,:before{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-scroll-snap-strictness:proximity;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59, 130, 246, .5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;}
.flex{display:flex;}
.items-center{align-items:center;}
.whitespace-nowrap{white-space:nowrap;}
.text-online-ogren-custom-dark-gray{--tw-text-opacity:1;color:rgba(var(--colors-online-ogren-custom-dark-gray), var(--tw-text-opacity));}
.transition{transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4, 0, .2, 1);transition-duration:.15s;}
*,:after,:before{box-sizing:border-box;border:0 solid #e5e7eb;}
:after,:before{--tw-content:"";}
a{color:inherit;text-decoration:inherit;}
:disabled{cursor:default;}
svg{display:block;vertical-align:middle;}
::selection{color:#4842c4;background:rgba(4, 96, 161, .2);}
*,:after,:before{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-scroll-snap-strictness:proximity;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59, 130, 246, .5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;}
.flex{display:flex;}
.items-center{align-items:center;}
.gap-2{gap:.5rem;}
.border-online-ogren-custom-stroke{--tw-border-opacity:1;border-color:rgba(var(--colors-online-ogren-custom-stroke), var(--tw-border-opacity));}
.transition{transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4, 0, .2, 1);transition-duration:.15s;}
.flex{display:flex;}
.items-center{align-items:center;}
.text-online-ogren-custom-dark-gray{color:rgb(48 49 50);}
*,:after,:before{box-sizing:border-box;border:0 solid #e5e7eb;}
:after,:before{--tw-content:"";}
:disabled{cursor:default;}
svg{display:block;vertical-align:middle;}
::selection{color:#4842c4;background:rgba(98, 91, 246, 0.2);}
*,:after,:before{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-scroll-snap-strictness:proximity;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59, 130, 246, 0.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;}
.flex{display:flex;}
.items-center{align-items:center;}
.gap-2{gap:0.5rem;}
.text-online-ogren-custom-dark-gray{--tw-text-opacity:1;color:rgba(var(--colors-online-ogren-custom-dark-gray), var(--tw-text-opacity));}
.transition{transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:0.15s;}
*,:after,:before{box-sizing:border-box;border:0 solid #e5e7eb;}
:after,:before{--tw-content:"";}
a{color:inherit;text-decoration:inherit;}
:disabled{cursor:default;}
img,svg{display:block;vertical-align:middle;}
img{max-width:100%;height:auto;}
::selection{color:#4842c4;background:rgba(98, 91, 246, 0.2);}
*,:after,:before{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-scroll-snap-strictness:proximity;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59, 130, 246, 0.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;}
.flex{display:flex;}
.flex-1{flex:1 1 0%;}
.items-center{align-items:center;}
.gap-2{gap:0.5rem;}
.whitespace-nowrap{white-space:nowrap;}
.border-online-ogren-custom-stroke{--tw-border-opacity:1;border-color:rgba(var(--colors-online-ogren-custom-stroke), var(--tw-border-opacity));}
.text-online-ogren-custom-dark-gray{--tw-text-opacity:1;color:rgba(var(--colors-online-ogren-custom-dark-gray), var(--tw-text-opacity));}
.text-online-ogren-custom-gray{--tw-text-opacity:1;color:rgba(var(--colors-online-ogren-custom-gray), var(--tw-text-opacity));}
.transition{transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:0.15s;}
.flex{display:flex;}
.items-center{align-items:center;}
.text-online-ogren-custom-dark-gray{--tw-text-opacity:1;color:rgba(var(--colors-online-ogren-custom-dark-gray), var(--tw-text-opacity));}
*{margin:0;padding:0;box-sizing:border-box;font-family:'Inter', sans-serif!important;}
*,:after,:before{box-sizing:border-box;border:0 solid #e5e7eb;}
:after,:before{--tw-content:"";}
:disabled{cursor:default;}
::selection{color:#4842c4;background:rgba(4, 96, 161, .2);}
*,:after,:before{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-scroll-snap-strictness:proximity;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59, 130, 246, .5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;}
*,:after,:before{box-sizing:border-box;border:0 solid #e5e7eb;}
:after,:before{--tw-content:"";}
:disabled{cursor:default;}
::selection{color:#4842c4;background:rgba(4, 96, 161, .2);}
*,:after,:before{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-scroll-snap-strictness:proximity;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59, 130, 246, .5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;}
*,:after,:before{box-sizing:border-box;border:0 solid #e5e7eb;}
:after,:before{--tw-content:"";}
:disabled{cursor:default;}
::selection{color:#4842c4;background:rgba(4, 96, 161, .2);}
*,:after,:before{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-scroll-snap-strictness:proximity;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59, 130, 246, .5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;}
*,:after,:before{box-sizing:border-box;border:0 solid #e5e7eb;}
:after,:before{--tw-content:"";}
:disabled{cursor:default;}
::selection{color:#4842c4;background:rgba(4, 96, 161, .2);}
*,:after,:before{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-scroll-snap-strictness:proximity;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59, 130, 246, .5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;}
*,:after,:before{box-sizing:border-box;border:0 solid #e5e7eb;}
:after,:before{--tw-content:"";}
:disabled{cursor:default;}
::selection{color:#4842c4;background:rgba(4, 96, 161, .2);}
*,:after,:before{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-scroll-snap-strictness:proximity;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59, 130, 246, .5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;}
*,:after,:before{box-sizing:border-box;border:0 solid #e5e7eb;}
:after,:before{--tw-content:"";}
:disabled{cursor:default;}
::selection{color:#4842c4;background:rgba(4, 96, 161, .2);}
*,:after,:before{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-scroll-snap-strictness:proximity;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59, 130, 246, .5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;}
*,::after,::before{box-sizing:border-box;}
@media print{
*,::after,::before{text-shadow:none!important;box-shadow:none!important;}
}
::selection{color:#4842c4;background:rgba(4, 96, 161, .2);}
*,:after,:before{box-sizing:border-box;border:0 solid #e5e7eb;}
:after,:before{--tw-content:"";}
:disabled{cursor:default;}
::selection{color:#4842c4;background:rgba(98, 91, 246, .2);}
*,:after,:before{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-scroll-snap-strictness:proximity;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59, 130, 246, .5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;}
*{margin:0;padding:0;box-sizing:border-box;}
*{box-sizing:border-box;}
*{margin:0;padding:0;box-sizing:border-box;font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;}
*{margin:0;padding:0;box-sizing:border-box;font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;}
.flex{display:flex;}
.flex-1{flex:1 1 0%;}
.items-center{align-items:center;}
.gap-2{gap:0.5rem;}
.border-online-ogren-custom-stroke{--tw-border-opacity:1;border-color:rgba(var(--colors-online-ogren-custom-stroke), var(--tw-border-opacity));}
.text-online-ogren-custom-dark-gray{--tw-text-opacity:1;color:rgba(var(--colors-online-ogren-custom-dark-gray), var(--tw-text-opacity));}
.transition{transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:0.15s;}
*{margin:0;padding:0;box-sizing:border-box;font-family:-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;}
*{margin:0;padding:0;box-sizing:border-box;}
::-webkit-scrollbar{width:10px;}
::-webkit-scrollbar-track{background:var(--gray-100);}
::-webkit-scrollbar-thumb{background:var(--gray-400);border-radius:10px;transition:background 0.3s ease;}
::-webkit-scrollbar-thumb:hover{background:var(--gray-500);}
*,::after,::before{box-sizing:border-box;}
*{margin:0;padding:0;box-sizing:border-box;font-family:-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;}
*{margin:0;padding:0;box-sizing:border-box;font-family:-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;}
*{margin:0;padding:0;box-sizing:border-box;}
::-webkit-scrollbar{width:10px;}
::-webkit-scrollbar-track{background:var(--gray-100);}
::-webkit-scrollbar-thumb{background:var(--gray-400);border-radius:10px;transition:background 0.3s ease;}
::-webkit-scrollbar-thumb:hover{background:var(--gray-500);}
*,::after,::before{box-sizing:border-box;}
*{margin:0;padding:0;box-sizing:border-box;font-family:-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;}
.product-category{color:rgb(255, 98, 67);font-size:12px!important;font-weight:600!important;text-transform:uppercase;letter-spacing:0.8px;margin-bottom:12px;padding:6px 12px;background:rgba(255, 98, 67, 0.08);border-radius:12px;width:fit-content;border:1px solid rgba(255, 98, 67, 0.15);display:inline-block;font-family:'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif!important;}
.product-title{font-size:32px!important;line-height:1.2!important;font-weight:700!important;margin-bottom:16px!important;color:rgb(14, 14, 15)!important;background:none!important;-webkit-text-fill-color:initial!important;letter-spacing:-0.5px;font-family:'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif!important;}
.product-description{font-size:16px!important;line-height:1.6!important;color:rgb(83, 89, 97)!important;margin:20px 0 25px 0!important;overflow:visible!important;height:auto!important;max-height:none!important;-webkit-line-clamp:unset!important;-webkit-box-orient:unset!important;display:block!important;white-space:normal!important;word-wrap:break-word;font-family:'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif!important;font-weight:400!important;}
.product-rating{display:flex;align-items:center;gap:12px;margin-bottom:18px;padding:12px 18px;background:rgba(255, 255, 255, 0.9);border-radius:12px;border:1px solid rgba(232, 232, 232, 0.6);width:fit-content;backdrop-filter:blur(10px);box-shadow:0 4px 12px rgba(0, 0, 0, 0.05);}
.rating-text{font-size:13px!important;font-weight:500!important;color:rgb(136, 142, 150)!important;font-family:'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif!important;}
@media (max-width: 768px){
.product-title{font-size:26px!important;letter-spacing:-0.3px;}
.product-description{font-size:18px!important;margin:16px 0 20px 0!important;}
.product-category{font-size:11px!important;padding:5px 10px;}
.tag{font-size:10px!important;padding:4px 10px;}
}
@media (max-width: 480px){
.product-title{font-size:24px!important;line-height:1.3!important;}
.product-description{font-size:14px!important;}
}
.sidebar{position:sticky;top:100px;height:fit-content;max-height:calc(100vh - 120px);transition:all 0.3s ease;align-self:flex-start;}
.product-layout{display:grid;grid-template-columns:1fr 400px;gap:60px;align-items:start;position:relative;}
.product-content{min-height:100vh;position:relative;}
.main-container{position:relative;padding:40px 0 80px;background:linear-gradient(135deg, rgba(255, 255, 255, 1) 0%, rgba(var(--colors-online-ogren-custom-hover), 0.3) 100%);}
.breadcrumb-section{overflow-x:auto;white-space:nowrap;}
.breadcrumb{min-width:max-content;}
@media (max-width: 1023px){
.product-layout{grid-template-columns:1fr!important;gap:40px!important;}
.product-content{width:100%!important;max-width:100%!important;min-width:0!important;overflow-x:hidden!important;}
.sidebar{position:static!important;width:100%!important;max-width:500px!important;margin:0 auto!important;top:auto!important;max-height:none!important;}
.main-container{padding-bottom:120px!important;overflow-x:hidden!important;}
.container{padding-left:1rem!important;padding-right:1rem!important;overflow-x:hidden!important;}
.content-section{width:100%!important;max-width:100%!important;overflow-x:hidden!important;}
.main-image{width:100%!important;max-width:100%!important;}
body{overflow-x:hidden!important;}
}
@media (max-width: 768px){
.container{padding-left:0.75rem!important;padding-right:0.75rem!important;}
.content-section{padding:24px 16px!important;margin-bottom:24px!important;}
.product-title{font-size:24px!important;}
.product-description{font-size:18px!important;}
}
@media (max-width: 768px){
*{font-family:'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif!important;}
.container{padding-left:1rem!important;padding-right:1rem!important;}
.content-section{padding:24px 20px!important;margin-bottom:24px!important;}
.product-category{font-size:11px!important;font-weight:600!important;padding:6px 12px!important;letter-spacing:0.5px!important;margin-bottom:12px!important;line-height:1.2!important;}
.product-title{font-size:26px!important;line-height:1.3!important;font-weight:700!important;margin-bottom:16px!important;letter-spacing:-0.3px!important;}
.product-description{font-size:16px!important;line-height:1.6!important;font-weight:400!important;margin:16px 0 24px 0!important;color:rgb(83, 89, 97)!important;}
.tag{font-size:12px!important;font-weight:500!important;padding:6px 12px!important;border-radius:12px!important;margin:2px!important;}
.rating-text{font-size:13px!important;font-weight:500!important;line-height:1.3!important;}
.section-title{font-size:24px!important;line-height:1.4!important;font-weight:700!important;margin-bottom:20px!important;letter-spacing:-0.2px!important;}
.faq-question{font-size:15px!important;line-height:1.4!important;padding:4px 0!important;}
.faq-answer{font-size:15px!important;line-height:1.6!important;font-weight:400!important;padding-top:16px!important;}
.faq-item{padding:20px 0!important;}
.review-item{padding:24px 20px!important;margin-bottom:16px!important;}
.reviewer-info h4{font-size:15px!important;font-weight:600!important;margin-bottom:4px!important;line-height:1.3!important;}
.reviewer-info span{font-size:12px!important;font-weight:400!important;opacity:0.8;}
.review-text{font-size:14px!important;line-height:1.6!important;font-weight:400!important;margin-top:12px!important;}
.rating-number{font-size:32px!important;font-weight:800!important;}
.sidebar-content{padding:24px 20px!important;}
.product-includes h4{font-size:16px!important;font-weight:600!important;margin-bottom:16px!important;line-height:1.3!important;}
.includes-list li{font-size:14px!important;line-height:1.5!important;font-weight:400!important;padding:10px 0!important;}
.detail-label{font-size:13px!important;font-weight:500!important;}
.detail-value{font-size:13px!important;font-weight:600!important;}
.detail-item{padding:12px 0!important;}
.btn-primary,.btn-secondary{font-size:15px!important;font-weight:600!important;padding:16px 20px!important;line-height:1.2!important;}
.mobile-action-buttons{padding:16px 20px!important;gap:12px!important;}
.mobile-action-buttons .btn-primary,.mobile-action-buttons .btn-secondary{font-size:14px!important;font-weight:600!important;padding:16px 20px!important;line-height:1.2!important;}
.breadcrumb{font-size:13px!important;font-weight:400!important;line-height:1.3!important;}
.breadcrumb a{font-size:13px!important;font-weight:500!important;padding:6px 10px!important;}
.main-container{padding:20px 0 100px!important;}
.product-layout{gap:32px!important;}
.product-rating{padding:14px 18px!important;margin-bottom:20px!important;}
.stars{gap:6px!important;}
.star{font-size:16px!important;}
}
@media (max-width: 480px){
.container{padding-left:0.75rem!important;padding-right:0.75rem!important;}
.content-section{padding:20px 16px!important;margin-bottom:20px!important;}
.review-item{padding:20px 16px!important;}
.reviewer-info h4{font-size:14px!important;}
.mobile-action-buttons .btn-primary,.mobile-action-buttons .btn-secondary{font-size:13px!important;padding:14px 16px!important;}
.mobile-action-buttons{padding:14px 16px!important;}
.tag{font-size:11px!important;padding:5px 10px!important;}
.product-category{font-size:10px!important;padding:5px 10px!important;}
.rating-number{font-size:28px!important;}
}
@media (max-width: 360px){
.product-title{font-size:20px!important;line-height:1.4!important;}
.product-description{font-size:14px!important;}
.section-title{font-size:18px!important;}
.content-section{padding:16px 12px!important;}
.mobile-action-buttons .btn-primary,.mobile-action-buttons .btn-secondary{font-size:12px!important;padding:12px 14px!important;}
}
*{-webkit-font-smoothing:antialiased!important;-moz-osx-font-smoothing:grayscale!important;text-rendering:optimizeLegibility!important;}
@media (max-width: 768px){
.breadcrumb-section{display:none!important;}
.main-container{padding-top:10px!important;}
}
@media (max-width: 768px){
.product-tags{gap:8px!important;margin-bottom:20px!important;}
.product-rating{gap:10px!important;}
.features-grid{gap:16px!important;}
.reviews-grid{gap:16px!important;}
.review-header{gap:12px!important;margin-bottom:12px!important;}
.reviewer-avatar{width:40px!important;height:40px!important;}
.rating-summary{padding:16px 20px!important;gap:16px!important;}
.reviews-header{margin-bottom:24px!important;flex-direction:column!important;align-items:flex-start!important;gap:16px!important;}
}
@media (max-width: 768px){
.breadcrumb-section{display:none;}
.main-container{position:relative;padding:10px 0 80px;}
}
.section-title{color:black!important;}
.footer-column .section-title{color:#e0e0e0!important;font-size:18px !important;}
.footer-column .footer-link{color:#b3b3b3!important;}
.footer-column .contact-content a,.contact-content span{color:#e0e0e0!important;}
.footer-column .social-link{color:white!important;}
.developer-link{color:#999!important;}