.layout{background-color:#f8f9fa;display:flex;flex-direction:column;height:100vh}.layout__header{background:#000;box-shadow:0 2px 4px #0000001a;color:#fff;padding:1rem;text-align:center;z-index:10}.layout__header h1{font-size:1.5rem;font-weight:600;margin:0}.layout__content{display:flex;flex:1 1;overflow:hidden}.layout__chat{background:#fff;border-right:1px solid #e9ecef;display:flex;flex-direction:column;min-width:350px;width:400px}.layout__interaction{background:#fff;display:flex;flex:1 1;flex-direction:column;overflow:auto}@media (max-width:768px){.layout__content{flex-direction:column}.layout__chat{border-bottom:1px solid #e9ecef;border-right:none;height:50vh;min-width:0;min-width:auto;width:100%}.layout__interaction{height:50vh}}@media (max-width:480px){.layout__header h1{font-size:1.2rem}.layout__header{padding:.75rem}}.chatbot{background:#fff;display:flex;flex-direction:column;height:100%}.chatbot__header{align-items:center;background:#f8f9fa;border-bottom:1px solid #e9ecef;display:flex;justify-content:space-between;padding:1rem}.chatbot__status{align-items:center;color:#495057;display:flex;font-weight:500;gap:.5rem}.chatbot__status-dot{animation:pulse 2s infinite;background:#28a745;border-radius:50%;height:8px;width:8px}@keyframes pulse{0%{opacity:1}50%{opacity:.5}to{opacity:1}}.cart-badge{background:#007bff;border-radius:12px;color:#fff;font-size:.75rem;font-weight:500;padding:.25rem .5rem}.chatbot__messages{display:flex;flex:1 1;flex-direction:column;gap:1rem;overflow-y:auto;padding:1rem}.message{animation:slideIn .3s ease-out;display:flex;max-width:85%}@keyframes slideIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.message--user{align-self:flex-end}.message--bot{align-self:flex-start}.message__content{background:#e9ecef;border-radius:18px;padding:.75rem 1rem;position:relative}.message--user .message__content{background:#007bff;border-bottom-right-radius:4px;color:#fff}.message--bot .message__content{background:#f8f9fa;border:1px solid #e9ecef;border-bottom-left-radius:4px}.message__text{word-wrap:break-word;line-height:1.4}.message__time{font-size:.7rem;margin-top:.25rem;opacity:.7;text-align:right}.message--bot .message__time{text-align:left}.typing-indicator{align-items:center;display:flex;gap:.25rem}.typing-indicator span{animation:typing 1.4s ease-in-out infinite;background:#6c757d;border-radius:50%;height:6px;width:6px}.typing-indicator span:nth-child(2){animation-delay:.2s}.typing-indicator span:nth-child(3){animation-delay:.4s}@keyframes typing{0%,60%,to{transform:translateY(0)}30%{transform:translateY(-10px)}}.chatbot__form{background:#fff;border-top:1px solid #e9ecef;padding:1rem}.chatbot__input-container{align-items:center;display:flex;gap:.5rem}.chatbot__input{border:1px solid #ced4da;border-radius:25px;flex:1 1;font-size:.9rem;outline:none;padding:.75rem 1rem;transition:border-color .2s ease}.chatbot__input:focus{border-color:#007bff;box-shadow:0 0 0 2px #007bff40}.chatbot__input:disabled{background-color:#f8f9fa;opacity:.6}.chatbot__send-btn{align-items:center;background:#007bff;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:1.2rem;height:40px;justify-content:center;transition:all .2s ease;width:40px}.chatbot__send-btn:hover:not(:disabled){background:#0056b3;transform:scale(1.05)}.chatbot__send-btn:disabled{background:#6c757d;cursor:not-allowed;transform:none}.chatbot__suggestions{display:flex;flex-wrap:wrap;gap:.5rem;padding:.5rem 1rem 0}.suggestion-btn{background:#0000;border:1px solid #007bff;border-radius:15px;color:#007bff;cursor:pointer;font-size:.8rem;padding:.375rem .75rem;transition:all .2s ease}.suggestion-btn:hover:not(:disabled){background:#007bff;color:#fff}.suggestion-btn:disabled{cursor:not-allowed;opacity:.5}@media (max-width:480px){.chatbot__messages{gap:.75rem;padding:.75rem}.message{max-width:90%}.message__content{padding:.625rem .875rem}.chatbot__form{padding:.75rem}}.product-card{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;cursor:pointer;display:flex;flex-direction:column;height:100%;overflow:hidden;transition:all .3s ease}.product-card:hover{box-shadow:0 4px 20px #00000026;transform:translateY(-4px)}.product-card__image-container{height:200px;overflow:hidden;position:relative;width:100%}.product-card__image{height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.product-card:hover .product-card__image{transform:scale(1.05)}.product-card__category{align-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffffe6;border-radius:50%;display:flex;font-size:1.2rem;height:32px;justify-content:center;left:10px;position:absolute;top:10px;width:32px}.product-card__content{display:flex;flex:1 1;flex-direction:column;padding:1rem}.product-card__name{color:#212529;font-size:1.1rem;font-weight:600;line-height:1.3;margin:0 0 .5rem}.product-card__description{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#6c757d;display:-webkit-box;flex:1 1;font-size:.9rem;line-height:1.4;margin:0 0 1rem;overflow:hidden}.product-card__footer{align-items:center;display:flex;justify-content:space-between;margin-top:auto}.product-card__price{color:#007bff;font-size:1.2rem;font-weight:700}.product-card__add-btn{align-items:center;background:#28a745;border:none;border-radius:50%;box-shadow:0 2px 4px #28a7454d;color:#fff;cursor:pointer;display:flex;font-size:1.2rem;height:40px;justify-content:center;transition:all .2s ease;width:40px}.product-card__add-btn:hover{background:#218838;box-shadow:0 4px 8px #28a74566;transform:scale(1.1)}.product-card__add-btn:active{transform:scale(.95)}@media (max-width:768px){.product-card__image-container{height:180px}.product-card__content{padding:.875rem}.product-card__name{font-size:1rem}.product-card__description{font-size:.85rem}}@media (max-width:480px){.product-card__image-container{height:160px}.product-card__content{padding:.75rem}.product-card__price{font-size:1.1rem}.product-card__add-btn{font-size:1.1rem;height:36px;width:36px}}.product-grid{width:100%}.product-grid__info{align-items:center;border-bottom:1px solid #e9ecef;display:flex;gap:.5rem;margin-bottom:1.5rem;padding-bottom:1rem}.product-count{color:#6c757d;font-weight:500}.category-info{color:#007bff;font-weight:500}.product-grid__container{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));width:100%}.product-grid__empty{align-items:center;display:flex;justify-content:center;min-height:400px;width:100%}.empty-state__subtitle{margin:0}@media (max-width:1200px){.product-grid__container{gap:1.25rem;grid-template-columns:repeat(auto-fill,minmax(250px,1fr))}}@media (max-width:768px){.product-grid__container{gap:1rem;grid-template-columns:repeat(auto-fill,minmax(220px,1fr))}.product-grid__info{align-items:flex-start;flex-direction:column;gap:.25rem;margin-bottom:1rem;padding-bottom:.75rem}}@media (max-width:480px){.product-grid__container{gap:1rem;grid-template-columns:1fr}.empty-state{padding:1.5rem}.empty-state__icon{font-size:3rem}.empty-state__title{font-size:1.1rem}}.product-detail{margin:0 auto;max-width:1200px;width:100%}.product-detail__header{margin-bottom:1.5rem}.product-detail__content{grid-gap:3rem;align-items:start;display:grid;gap:3rem;grid-template-columns:1fr 1fr}.product-detail__image-section{position:-webkit-sticky;position:sticky;top:1rem}.product-detail__image-container{aspect-ratio:1;border-radius:12px;box-shadow:0 4px 20px #0000001a;overflow:hidden;position:relative;width:100%}.product-detail__image{height:100%;object-fit:cover;width:100%}.product-detail__category{left:1rem;position:absolute;top:1rem}.category-badge{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#fffffff2;border-radius:20px;box-shadow:0 2px 8px #0000001a;font-size:.9rem;font-weight:500;padding:.5rem 1rem}.product-detail__info-section{display:flex;flex-direction:column;gap:1.5rem}.product-detail__name{color:#212529;font-size:2rem;font-weight:700;line-height:1.2;margin:0}.product-detail__description{color:#6c757d;font-size:1.1rem;line-height:1.6;margin:0}.product-detail__price-section{display:flex;flex-direction:column;gap:.5rem;margin-bottom:.75rem}.product-detail__price{color:#007bff;font-size:2rem;font-weight:700}.product-detail__actions{background:#f8f9fa;border:1px solid #e9ecef;border-radius:12px;display:flex;flex-direction:row;align-items:center;gap:1rem;padding:1rem}.quantity-selector{display:flex;flex-direction:column;gap:.5rem}.quantity-selector label{color:#495057;font-weight:600}.quantity-controls{gap:.5rem}.quantity-btn{border:1px solid #ced4da;border-radius:8px;font-size:1.2rem;height:40px;width:40px}.quantity-btn:hover:not(:disabled){background:#e9ecef;border-color:#adb5bd}.quantity-btn:disabled{cursor:not-allowed;opacity:.5}.quantity-input{border:1px solid #ced4da;border-radius:8px;font-size:1rem;height:40px;width:80px}.quantity-input:focus{border-color:#007bff;box-shadow:0 0 0 2px #007bff40}.btn--add-cart{font-size:1.1rem;padding:1rem 2rem}.btn--add-cart.adding{background:#28a745;cursor:not-allowed}.product-detail__cart-info{margin-top:1rem}.cart-info-box{align-items:center;background:#d4edda;border:1px solid #c3e6cb;border-radius:8px;display:flex;gap:1rem;justify-content:space-between;padding:1rem}.cart-info-box span{color:#155724;font-weight:500}.product-detail__specs{border-top:1px solid #e9ecef;padding-top:1.5rem}.product-detail__specs h3{color:#495057;font-size:1.2rem;margin:0 0 1rem}.specs-list{grid-gap:.5rem 1rem;display:grid;gap:.5rem 1rem;grid-template-columns:auto 1fr;margin:0}.specs-list dt{color:#6c757d;font-weight:600}.specs-list dd{color:#495057;margin:0}.product-detail__empty{align-items:center;display:flex;justify-content:center;min-height:400px;width:100%}@media (max-width:1024px){.product-detail__content{gap:2rem}.product-detail__name,.product-detail__price{font-size:1.75rem}}@media (max-width:768px){.product-detail__content{gap:1.5rem;grid-template-columns:1fr}.product-detail__image-section{position:static}.product-detail__name,.product-detail__price{font-size:1.5rem}.product-detail__actions{padding:1rem;flex-direction:column;align-items:stretch}.cart-info-box{align-items:stretch;flex-direction:column;gap:.75rem;text-align:center}}@media (max-width:480px){.product-detail__name{font-size:1.25rem}.product-detail__description{font-size:1rem}.btn--add-cart{font-size:1rem;padding:.875rem 1.5rem}.specs-list{gap:.25rem;grid-template-columns:1fr}}.cart-view{display:flex;flex-direction:column;height:100%;width:100%}.cart-view__header{border-bottom:1px solid #e9ecef;margin-bottom:1.5rem;padding-bottom:1rem}.cart-summary{align-items:center;background:#f8f9fa;border:1px solid #e9ecef;border-radius:8px;display:flex;justify-content:space-between;padding:1rem}.cart-items-count{color:#6c757d;font-weight:500}.cart-total{color:#007bff;font-size:1.25rem;font-weight:700}.cart-view__content{flex:1 1;overflow-y:auto}.cart-items{display:flex;flex-direction:column;gap:1rem}.cart-item{grid-gap:1rem;background:#fff;border:1px solid #e9ecef;border-radius:12px;box-shadow:0 2px 8px #0000001a;display:grid;gap:1rem;grid-template-columns:100px 1fr auto;padding:1.5rem;transition:box-shadow .2s ease}.cart-item:hover{box-shadow:0 4px 12px #00000026}.cart-item__image{background:#f8f9fa;border-radius:8px;height:100px;overflow:hidden;width:100px}.cart-item__image img{height:100%;object-fit:cover;width:100%}.cart-item__info{display:flex;flex-direction:column;gap:.5rem}.cart-item__name{color:#212529;font-size:1.1rem;font-weight:600;margin:0}.cart-item__description{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#6c757d;display:-webkit-box;font-size:.9rem;line-height:1.4;margin:0;overflow:hidden}.cart-item__details{display:flex;flex-wrap:wrap;gap:1rem}.cart-item__category{font-weight:500}.cart-item__category,.cart-item__unit-price{color:#6c757d;font-size:.85rem}.cart-item__controls{align-items:flex-end;display:flex;flex-direction:column;gap:.75rem;min-width:120px}.quantity-controls{align-items:center;background:#f8f9fa;border:1px solid #e9ecef;border-radius:8px;display:flex;gap:.25rem;padding:.25rem}.quantity-btn{align-items:center;background:#fff;border:none;border-radius:4px;cursor:pointer;display:flex;font-size:1rem;font-weight:600;height:28px;justify-content:center;transition:all .2s ease;width:28px}.quantity-btn:hover{background:#e9ecef}.quantity-input{background:#0000;border:none;font-size:.9rem;font-weight:600;height:28px;text-align:center;width:40px}.quantity-input:focus{outline:none}.cart-item__price{color:#007bff;font-size:1.1rem;font-weight:700;text-align:right}.remove-btn{background:none;border:none;border-radius:4px;cursor:pointer;font-size:1.2rem;padding:.25rem;transition:all .2s ease}.remove-btn:hover{background:#dc35451a}.cart-view__footer{border-top:1px solid #e9ecef;margin-top:1.5rem;padding-top:1.5rem}.cart-actions{align-items:flex-start;display:flex;gap:2rem;justify-content:space-between}.cart-total-section{display:flex;flex-direction:column;gap:1rem;min-width:300px}.total-breakdown{background:#f8f9fa;border:1px solid #e9ecef;border-radius:8px;padding:1rem}.total-line{border-bottom:1px solid #e9ecef}.total-line:last-child{border-bottom:none}.total-final{border-bottom:none!important;margin-top:.25rem}.btn--primary:hover{background:#0056b3;transform:translateY(-1px)}.btn--outline{background:#fff;border:1px solid #007bff;color:#007bff}.btn--outline:hover{background:#007bff;color:#fff}.btn--checkout{font-size:1.1rem;padding:1rem;width:100%}.cart-view__empty{align-items:center;display:flex;justify-content:center;min-height:400px;width:100%}@media (max-width:1024px){.cart-actions{flex-direction:column;gap:1.5rem}.cart-total-section{min-width:0;min-width:auto;width:100%}}@media (max-width:768px){.cart-item{gap:1rem;grid-template-columns:80px 1fr}.cart-item__controls{align-items:center;border-top:1px solid #e9ecef;flex-direction:row;grid-column:1/-1;justify-content:space-between;margin-top:1rem;padding-top:1rem}.cart-item__image{height:80px;width:80px}.cart-summary{flex-direction:column;gap:.5rem;text-align:center}}@media (max-width:480px){.cart-view__content{padding:0}.cart-item{border-radius:8px;margin:0 -.5rem;padding:1rem}.total-breakdown{padding:.75rem}.cart-total-section{min-width:0;min-width:auto}.quantity-controls{min-width:100px}}.order-form{margin:0 auto;max-width:1200px;width:100%}.order-form__header{margin-bottom:1.5rem}.back-btn{align-items:center;background:none;border:none;color:#007bff;cursor:pointer;display:flex;font-size:.9rem;gap:.5rem;padding:.5rem 0;transition:color .2s ease}.back-btn:hover{color:#0056b3}.order-form__content{grid-gap:2rem;align-items:start;display:grid;gap:2rem;grid-template-columns:1fr 400px}.order-form__form-section h3,.order-form__summary-section h3{color:#212529;font-size:1.25rem;font-weight:600;margin:0 0 1.5rem}.error-message{background:#f8d7da;border:1px solid #f5c6cb;border-radius:8px;color:#721c24;margin-bottom:1rem;padding:.75rem 1rem}.order-form__form{gap:1.5rem}.form-group,.order-form__form{display:flex;flex-direction:column}.form-group{gap:.5rem}.form-group label{color:#495057;font-weight:600}.form-group input,.form-group textarea{background:#fff;border:1px solid #ced4da;border-radius:8px;font-size:1rem;padding:.75rem 1rem;transition:border-color .2s ease}.form-group input:focus,.form-group textarea:focus{border-color:#007bff;box-shadow:0 0 0 2px #007bff40;outline:none}.form-group input.error,.form-group textarea.error{border-color:#dc3545;box-shadow:0 0 0 2px #dc354540}.form-group input:disabled,.form-group textarea:disabled{background-color:#f8f9fa;opacity:.6}.error-text{color:#dc3545;font-size:.85rem;font-weight:500}.btn{align-items:center;border:none;border-radius:8px;cursor:pointer;display:inline-flex;font-size:1rem;font-weight:600;gap:.5rem;justify-content:center;padding:.75rem 1.5rem;text-decoration:none;transition:all .2s ease}.btn--primary{background:#007bff;color:#fff}.btn--primary:hover:not(:disabled){background:#0056b3;transform:translateY(-1px)}.btn--submit{font-size:1.1rem;margin-top:1rem;padding:1rem 2rem}.btn--submit.submitting{background:#28a745;cursor:not-allowed}.btn--submit:disabled{cursor:not-allowed;opacity:.6;transform:none}.order-summary{background:#f8f9fa;border:1px solid #e9ecef;border-radius:12px;padding:1.5rem;position:-webkit-sticky;position:sticky;top:1rem}.order-items{margin-bottom:1.5rem}.order-item{align-items:center;border-bottom:1px solid #e9ecef;display:flex;justify-content:space-between;padding:.75rem 0}.order-item:last-child{border-bottom:none}.order-item__info{display:flex;flex-direction:column;gap:.25rem}.order-item__name{color:#212529;font-weight:500}.order-item__quantity{color:#6c757d;font-size:.85rem}.order-item__price{color:#007bff;font-weight:600}.order-totals{border-bottom:2px solid #e9ecef;border-top:1px solid #e9ecef;margin-bottom:1.5rem;padding:1rem 0}.total-line{align-items:center;display:flex;justify-content:space-between;padding:.5rem 0}.total-final{border-top:2px solid #e9ecef!important;color:#007bff;font-size:1.1rem;font-weight:700;margin-top:.5rem;padding-top:.75rem}.free-shipping{color:#28a745;font-weight:600}.shipping-info{background:#fff;border:1px solid #e9ecef;border-radius:8px;padding:1rem}.shipping-info h4{color:#495057;font-size:1rem;margin:0 0 .75rem}.shipping-info ul{list-style:none;margin:0;padding:0}.shipping-info li{color:#6c757d;font-size:.9rem;padding:.25rem 0}.order-form__success{align-items:center;display:flex;justify-content:center;min-height:400px;width:100%}.success-state{max-width:500px;padding:2rem;text-align:center}.success-state__icon{font-size:4rem;margin-bottom:1rem}.success-state__title{color:#28a745;font-size:1.5rem;font-weight:700;margin:0 0 1rem}.success-state__subtitle{color:#495057;line-height:1.5;margin:0 0 1.5rem}.success-state__details{background:#d4edda;border:1px solid #c3e6cb;border-radius:8px;margin:1.5rem 0;padding:1rem}.success-state__details p{color:#155724;font-size:.9rem;margin:.5rem 0}.success-state__redirect{color:#6c757d;font-size:.9rem;font-style:italic}.order-form__empty{align-items:center;display:flex;justify-content:center;min-height:400px;width:100%}.empty-state{max-width:400px;padding:2rem;text-align:center}.empty-state__icon{font-size:4rem;margin-bottom:1rem;opacity:.5}.empty-state__title{color:#495057;font-size:1.25rem;font-weight:600;margin:0 0 .5rem}.empty-state__subtitle{color:#6c757d;line-height:1.5;margin:0 0 1.5rem}@media (max-width:1024px){.order-form__content{gap:1.5rem;grid-template-columns:1fr}.order-summary{position:static}}@media (max-width:768px){.order-form__content{gap:1rem}.order-summary{padding:1rem}.btn--submit{font-size:1rem;padding:.875rem 1.5rem}}@media (max-width:480px){.order-form{padding:0}.order-item__info{flex:1 1;margin-right:1rem}.order-item__name{font-size:.9rem;line-height:1.3}.shipping-info{padding:.75rem}.shipping-info li{font-size:.85rem}}.interaction-screen{background:#fff;display:flex;flex-direction:column;height:100%}.interaction-screen__header{background:linear-gradient(135deg,#f8f9fa,#fff);border-bottom:1px solid #e9ecef;padding:1.5rem}.interaction-screen__title{color:#212529;font-size:1.5rem;font-weight:600;margin:0 0 .5rem}.interaction-screen__filters{display:flex;flex-wrap:wrap;gap:.5rem}.filter-tag{background:#e7f3ff;border:1px solid #b3d9ff;border-radius:15px;color:#06c;font-size:.85rem;font-weight:500;padding:.25rem .75rem}.interaction-screen__content{flex:1 1;overflow-y:auto;padding:1.5rem}@media (max-width:768px){.interaction-screen__header{padding:1rem}.interaction-screen__title{font-size:1.25rem}.interaction-screen__content{padding:1rem}}@media (max-width:480px){.interaction-screen__content,.interaction-screen__header{padding:.75rem}.filter-tag{font-size:.8rem;padding:.2rem .6rem}}*{box-sizing:border-box}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f8f9fa;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}#root{height:100vh;overflow:hidden}button{background:none;border:none;cursor:pointer;font-family:inherit}input,textarea{font-family:inherit;outline:none}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#a8a8a8}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:fadeIn .3s ease-in}.slide-up{animation:slideUp .4s ease-out}

/* Clickable product card styles */
.product-card--clickable {
    text-decoration: none;
    color: inherit;
    display: block;
}

.product-card--clickable:hover {
    text-decoration: none;
    color: inherit;
}

.product-card--clickable .product-card__name,
.product-card--clickable .product-card__description,
.product-card--clickable .product-card__price {
    color: inherit;
}

.product-card--clickable:hover .product-card__name {
    color: #007bff;
    transition: color 0.2s ease;
}

/* Enhanced hover effects for clickable cards */
.product-card--clickable {
    cursor: pointer;
}

.product-card--clickable:hover {
    box-shadow: 0 8px 25px rgba(0, 123, 255, 0.15);
    transform: translateY(-6px);
}

.product-card--clickable:hover .product-card__image {
    transform: scale(1.08);
}

/* Improved button styles for cart redirect button */
.product-card__add-btn--cart {
    position: relative;
    overflow: hidden;
}

.product-card__add-btn--cart:hover {
    background: #218838;
    box-shadow: 0 6px 12px rgba(40, 167, 69, 0.4);
}

.product-card__add-btn--cart:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease;
}

.product-card__add-btn--cart:hover:before {
    width: 100px;
    height: 100px;
}

/* Long description section styles */
.product-detail__long-description {
    border-top: 1px solid #e9ecef;
    padding-top: 1.5rem;
    margin-top: 1.5rem;
}

.product-detail__long-description h3 {
    color: #495057;
    font-size: 1.2rem;
    margin: 0 0 1rem;
    font-weight: 600;
}

.product-detail__long-description p {
    color: #495057;
    font-size: 1rem;
    line-height: 1.6;
    margin: 0;
}

@media (max-width: 768px) {
    .product-detail__long-description {
        padding-top: 1rem;
        margin-top: 1rem;
    }

    .product-detail__long-description h3 {
        font-size: 1.1rem;
    }

    .product-detail__long-description p {
        font-size: 0.95rem;
    }
}

@media (max-width: 480px) {
    .product-detail__long-description h3 {
        font-size: 1rem;
    }

    .product-detail__long-description p {
        font-size: 0.9rem;
    }
}
/*# sourceMappingURL=main.3b88e6e6.css.map*/