*{margin:0;letter-spacing:1px;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;letter-spacing:.3px}.odc-products__title{font-size:.8rem;font-weight:400;color:#1f2937;margin-bottom:.5rem;text-align:center}.odc-products__footer .pricing{display:flex;flex-direction:column}.odc-products__add-to-cart{background:var(--primary-color);color:#fff;padding:.5rem 1rem;border:1px solid var(--primary-color);border-radius:.375rem;transition:all .3s ease;display:flex;gap:5px;align-items:center}.odc-products__add-to-cart:hover{transform:scale(1.1)}.odc-navigation{background:#fff;box-shadow:0 2px 4px #0000001a;position:sticky;top:0;z-index:100}.odc-navigation__container{max-width:1000px;margin:0 auto;padding:1rem;display:flex;align-items:center;justify-content:space-between}.odc-navigation__logo img{height:50px;width:100px;width:auto}.odc-navigation__menu ul{display:flex;gap:2rem;list-style:none;margin:0;padding:0}.odc-navigation__menu a{color:#1f2937;text-decoration:none;font-weight:500;padding:.5rem;transition:color .2s ease;display:flex;align-items:center;gap:.5rem}.odc-navigation__menu a:hover,.odc-navigation__menu a.active{color:var(--primary-color, #3b82f6)}.odc-navigation__product-count{background:var(--primary-color, #3b82f6);color:#fff;font-size:.75rem;font-weight:600;padding:.125rem .5rem;border-radius:1rem;min-width:1.5rem;text-align:center}.odc-navigation__actions{display:flex;align-items:center;gap:1.5rem}.odc-navigation__cart{position:relative}.odc-navigation__cart-link{color:#1f2937;display:flex;align-items:center;transition:color .2s ease}.odc-navigation__cart-link:hover{color:var(--primary-color, var(--primary-color))}.odc-navigation__cart-count{position:absolute;top:-8px;right:-8px;background:var(--primary-color, var(--accent-color));color:#fff;font-size:.75rem;font-weight:600;width:18px;height:18px;border-radius:50%;display:flex;align-items:center;justify-content:center}.odc-navigation__cart-dropdown{position:absolute;top:-10px;right:0;width:320px;background:#fff;border-radius:8px;box-shadow:0 4px 12px #0000001a;padding:16px;display:none;z-index:1000;margin-top:8px}.odc-navigation__cart:hover .odc-navigation__cart-dropdown{display:block}.odc-navigation__cart-items{max-height:400px;overflow-y:auto}.odc-navigation__cart-items .variant{color:#7d7d7d;font-size:12px}.odc-navigation__cart-item{display:flex;gap:12px;padding:12px 0;border-bottom:1px solid #eee}.odc-navigation__cart-item:last-child{border-bottom:none}.odc-navigation__cart-item-image{width:80px;height:80px;flex-shrink:0}.odc-navigation__cart-item-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:4px}.odc-navigation__cart-item-details{flex-grow:1}.odc-navigation__cart-item-details h4{margin:0 0 4px;font-size:14px;font-weight:600}.odc-navigation__cart-item-details .price{color:#666;font-size:14px;margin:0 0 4px}.odc-navigation__cart-item-details .quantity{font-size:13px;color:#666;margin:0 0 4px}.odc-navigation__cart-item-details .total{font-weight:600;font-size:14px;margin:0}.odc-navigation__cart-empty{text-align:center;padding:24px;color:#666}.odc-navigation__cart-footer{margin-top:16px;padding-top:16px;border-top:1px solid #eee}.odc-navigation__cart-total{display:flex;justify-content:space-between;font-weight:600;margin-bottom:12px}.odc-navigation__cart-checkout{display:block;padding:8px 16px;background:#000;color:#fff;text-align:center;text-decoration:none;border-radius:4px;transition:background-color .2s}.odc-navigation__cart-checkout:hover{background:#333}.odc-navigation__account-link{color:#1f2937;transition:color .2s ease}.odc-navigation__account-link:hover{color:var(--primary-color, #3b82f6)}.odc-navigation__account-link--login{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:.375rem;background-color:var(--primary-color);color:#fff;transition:all .3s ease;text-decoration:none}.odc-navigation__account-link--login:hover{transform:scale(1.1);color:#dfdfdf}.odc-navigation__account-link--login svg{width:1rem;height:1rem}.odc-navigation__account-link--login span{font-size:.7rem;font-weight:500}@media (max-width: 768px){.odc-navigation__menu{display:none}.odc-navigation__container{padding:.75rem}.odc-navigation__logo img{height:32px}}.odc-footer{background-color:var(--primary-color);color:#fff;padding:3rem 0}.odc-footer .odc-container{max-width:1000px;margin:0 auto;padding:0 1rem}.odc-footer__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;margin-bottom:2rem}@media (max-width: 768px){.odc-footer__grid{grid-template-columns:1fr}}.odc-footer__col h4{font-size:1.2rem;margin-bottom:1rem;color:var(--primary-color-light)}.odc-footer__col img{width:200px}.odc-footer__col p{font-size:.9rem;line-height:1.5;opacity:.9}.odc-footer__links{list-style:none;padding:0;margin:0}.odc-footer__links li{margin-bottom:.5rem}.odc-footer__links li a{color:#fff;text-decoration:none;font-size:.9rem;transition:color .3s ease;display:flex;align-items:center;gap:10px}.odc-footer__links li a svg{width:20px;height:20px}.odc-footer__links li a:hover{color:var(--primary-color-hover)}.odc-footer__social{display:flex;gap:1rem}.odc-footer__social-icon{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:50%;background-color:var(--primary-color);color:#fff;text-decoration:none;transition:background-color .3s ease;font-size:.8rem}.odc-footer__social-icon:hover{background-color:var(--primary-color-hover)}.odc-footer__newsletter{display:flex;margin-top:1rem}.odc-footer__newsletter input[type=email]{padding:.5rem;border:none;border-radius:4px 0 0 4px;font-size:.9rem;flex-grow:1}.odc-footer__newsletter button[type=submit]{padding:.5rem 1rem;border:none;border-radius:0 4px 4px 0;cursor:pointer}.odc-footer__bottom{text-align:center;margin-top:2rem;padding-top:1rem;border-top:1px solid #555;font-size:.8rem;opacity:.8}.odc-products__container{max-width:1000px;margin:0 auto;padding:2rem 1rem;display:grid;grid-template-columns:280px 1fr;gap:2rem}@media (max-width: 768px){.odc-products__container{grid-template-columns:1fr}}.odc-products__content{display:flex;flex-direction:column}.odc-products__filters{background:#fff;border-radius:.5rem;padding:1rem;box-shadow:0 2px 4px #0000001a;height:-moz-fit-content;height:fit-content;position:sticky;top:2rem;width:100%;max-width:280px;overflow:hidden;z-index:10;box-sizing:border-box;align-self:start}@media (max-width: 768px){.odc-products__filters{position:static;margin-bottom:1rem;max-width:100%}}.odc-products__filter-section{margin-bottom:1.5rem}.odc-products__filter-section:last-child{margin-bottom:0}.odc-products__filter-title{font-size:1.125rem;font-weight:600;color:#1f2937;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:1px solid #e5e7eb}.odc-products__category-list{list-style:none;padding:0;margin:0;width:100%;overflow:hidden}.odc-products__category-item{margin-bottom:.5rem;width:100%;overflow:hidden}.odc-products__category-item:last-child{margin-bottom:0}.odc-products__category-link{display:flex;align-items:flex-start;color:#4b5563;text-decoration:none;padding:.5rem;border-radius:.375rem;transition:all .2s ease;font-size:.8rem;word-wrap:break-word;overflow-wrap:break-word;word-break:break-all;-webkit-hyphens:auto;hyphens:auto;line-height:1.4;min-height:2.8rem;white-space:normal;max-width:100%;flex-wrap:wrap;width:100%;box-sizing:border-box}.odc-products__category-link:hover{background:#f3f4f6;color:#1f2937}.odc-products__category-link.active{background:var(--primary-color, var(--primary-color));color:#fff}.odc-products__price-range{display:flex;flex-direction:column;gap:1rem}.odc-products__price-inputs{display:flex;gap:.5rem;align-items:center}.odc-products__price-input{width:100%;padding:.5rem;border:1px solid #e5e7eb;border-radius:.375rem;font-size:.875rem}.odc-products__price-input:focus{outline:none;border-color:var(--primary-color, var(--primary-color));box-shadow:0 0 0 2px #3b82f61a}.odc-products__price-separator{color:#6b7280}.odc-products__apply-filters{width:100%;padding:.75rem;background:#dfdfdf;color:var(--primary-color);border:none;border-radius:.375rem;font-weight:500;cursor:pointer;transition:background-color .2s ease}.odc-products__apply-filters:hover{background:var(--primary-dark-color, var(--primary-color))}.odc-searchinput{position:relative;width:100%;max-width:160px}.odc-searchinput .search-icon{position:absolute;top:50%;left:12px;transform:translateY(-50%);z-index:2;width:18px;height:18px;color:#6b7280}.odc-searchinput input{border:2px solid #e5e7eb;padding:10px 12px 10px 38px;border-radius:8px;outline:none;font-size:.85rem;position:relative;z-index:1;transition:all .25s ease;width:80%;background:#f9fafb;color:#1f2937}.odc-searchinput input::placeholder{color:#9ca3af}.odc-searchinput input:focus{border-color:var(--primary-color);background:#fff;box-shadow:0 0 0 4px #3b82f61a}.odc-products__grid{display:grid;gap:1.5rem;grid-template-columns:repeat(2,1fr);margin-bottom:2rem}@media (min-width: 640px){.odc-products__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.odc-products__grid{grid-template-columns:repeat(3,1fr)}}.odc-products__card{background:#fff;border-radius:.5rem;box-shadow:0 2px 4px #0000001a;overflow:hidden;transition:box-shadow .3s ease}.odc-products__card:hover{box-shadow:0 4px 8px #00000026}.odc-products__image-container{position:relative;padding-bottom:100%}.odc-products__image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.odc-products__content{padding:12px;gap:10px;display:flex;flex-direction:column}.odc-products__title{font-size:.8rem;font-weight:400;color:#1f2937;margin-bottom:.5rem;text-align:center;word-wrap:break-word;overflow-wrap:break-word;word-break:break-all;line-height:1.3;max-height:2.6rem;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.odc-products__footer{display:flex;flex-direction:column;align-items:center;justify-content:space-between;gap:10px}.odc-products__price-stock{display:flex;flex-direction:column;align-items:center;gap:5px;width:100%}.odc-products__price{font-size:.9rem;font-weight:700;color:var(--primary-color, var(--primary-color))}.odc-products__stock{font-size:.75rem;font-weight:500;padding:.25rem .5rem;border-radius:.25rem;text-align:center;width:100%}.odc-products__stock.in-stock{background-color:#dcfce7;color:#166534}.odc-products__stock.low-stock{background-color:#fef3c7;color:#92400e}.odc-products__stock.out-of-stock{background-color:#fee2e2;color:#991b1b}.odc-products__add-to-cart{background:var(--primary-color, var(--primary-color));color:#fff;padding:.5rem 1rem;border:1px solid var(--primary-color, var(--primary-color));border-radius:.375rem;transition:all .3s ease;display:flex;gap:5px;align-items:center;cursor:pointer}.odc-products__add-to-cart:hover:not(.disabled){transform:scale(1.1)}.odc-products__add-to-cart.disabled{background:#9ca3af;border-color:#9ca3af;cursor:not-allowed;opacity:.6}.odc-products__add-to-cart.disabled:hover{transform:none}.odc-products__view-details{background:#dfdfdf;color:var(--primary-color);font-size:10px;padding:.5rem;border-radius:.375rem;transition:all .3s ease;text-decoration:none}.odc-products__view-details:hover{transform:scale(1.1)}.odc-products__loading{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;display:flex;align-items:center;justify-content:center}.odc-products__loading-spinner{background:#fff;padding:1rem;border-radius:.5rem}.odc-products__loading-spinner:after{content:"";display:block;width:2rem;height:2rem;border:2px solid var(--primary-color, var(--primary-color));border-top-color:transparent;border-radius:50%;animation:spin 1s linear infinite}.odc-products__load-more{display:flex;justify-content:center;align-items:center;width:100%;margin-top:1rem;padding:1rem 0}@keyframes spin{to{transform:rotate(360deg)}}.odc-button--load-more{min-width:200px;padding:.75rem 2rem;font-size:.8rem;font-weight:600;border-radius:50px;transition:all .3s ease;background-color:#dfdfdf;color:var(--primary-color);border:none;box-shadow:0 2px 4px #0000001a;cursor:pointer}.odc-button--load-more:hover{transform:translateY(-2px);box-shadow:0 4px 6px #0000001a}.odc-button--load-more:active{transform:translateY(0)}.odc-button__loading{display:flex;align-items:center;justify-content:center}.odc-button__loading svg{color:#fff}.odc-single-product{padding:3rem 0;background:#fff;min-height:100vh}.odc-single-product__container{max-width:1000px;margin:0 auto;padding:0 2rem}.odc-single-product__container .odc-section-title{margin-top:2rem}.odc-single-product__content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;padding:2rem 0;border-bottom:1px solid #f1f5f9}.odc-single-product__gallery{position:relative}.odc-single-product__main-image{aspect-ratio:1;border-radius:10px;overflow:hidden;background-color:#f8f9fa;transition:transform .3s ease;margin-bottom:1rem}.odc-single-product__main-image:hover{transform:scale(1.01)}.odc-single-product__main-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .3s ease}.odc-single-product__thumbnails{display:flex;gap:.75rem;overflow-x:auto;padding-bottom:.5rem;scrollbar-width:none;-ms-overflow-style:none}.odc-single-product__thumbnails::-webkit-scrollbar{display:none}.odc-single-product__thumbnail{flex:0 0 80px;aspect-ratio:1;border-radius:10px;overflow:hidden;cursor:pointer;border:2px solid transparent;transition:all .2s ease;background-color:#f8f9fa}.odc-single-product__thumbnail:hover{border-color:#e2e8f0}.odc-single-product__thumbnail.active{border-color:var(--accent-color)}.odc-single-product__thumbnail img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.odc-single-product__header{margin-bottom:2rem}.odc-single-product__title{font-size:2.5rem;font-weight:600;color:#1a1a1a;margin-bottom:1rem;line-height:1.2;letter-spacing:-.02em}.odc-single-product__sku{font-size:.875rem;color:#64748b;margin-bottom:.5rem;display:flex;align-items:center;gap:.5rem}.odc-single-product__sku span:first-child{font-weight:500}.odc-single-product__category{font-size:.875rem;color:#64748b;display:flex;align-items:center;gap:.5rem}.odc-single-product__category span:first-child{font-weight:500}.odc-single-product__category a{color:#2563eb;text-decoration:none;transition:color .2s ease}.odc-single-product__category a:hover{color:#1d4ed8;text-decoration:underline}.odc-single-product__price{margin-bottom:2rem;padding:.5rem 0;border-bottom:1px solid #f1f5f9;display:inline-block}.odc-single-product__current-price{font-size:2rem;font-weight:600;color:#1a1a1a}.odc-single-product__current-price.text-muted{color:#64748b;font-size:1.25rem}.odc-single-product__stock{margin-bottom:1.5rem}.odc-single-product__stock-status{display:inline-block;font-size:.875rem;font-weight:500;padding:.5rem 1rem;border-radius:.375rem;text-align:center}.odc-single-product__stock-status.in-stock{background-color:#dcfce7;color:#166534}.odc-single-product__stock-status.low-stock{background-color:#fef3c7;color:#92400e}.odc-single-product__stock-status.out-of-stock{background-color:#fee2e2;color:#991b1b}.odc-single-product__description{margin-bottom:2rem;color:#4a5568;line-height:1.8;font-size:1rem}.odc-variant-selector{margin-bottom:2rem}.odc-attribute-group{margin-bottom:1.5rem}.odc-label{display:block;font-size:1rem;font-weight:500;color:#1a1a1a;margin-bottom:.75rem}.odc-attribute-options{display:flex;flex-wrap:wrap;gap:.75rem}.odc-attribute-option{padding:.75rem 1.25rem;border:1px solid #e2e8f0;background:#fff;color:#1a202c;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease;border-radius:10px;min-width:80px;text-align:center}.odc-attribute-option:hover:not(:disabled){border-color:var(--accent-color);color:var(--accent-color);background:#f8fafc}.odc-attribute-option.selected{background:var(--accent-color);border-color:var(--accent-color);color:#fff}.odc-attribute-option:disabled{opacity:.5;cursor:not-allowed;background:#f8fafc;border-color:#e2e8f0;color:#a0aec0}.odc-error{display:block;font-size:.875rem;color:#dc2626;margin-top:.5rem;padding:.5rem;background:#fee2e2;border-radius:.25rem}.odc-single-product__actions{display:flex;gap:1rem;align-items:center;margin-top:2rem}.odc-single-product__quantity{display:flex;align-items:center;border:1px solid #e2e8f0;border-radius:.25rem;overflow:hidden;background:#fff}.odc-single-product__quantity-btn{display:flex;align-items:center;justify-content:center;width:3rem;height:3rem;background-color:#fff;color:#4a5568;border:none;cursor:pointer;transition:all .2s ease}.odc-single-product__quantity-btn:hover:not(.disabled){background-color:#f8fafc;color:#2563eb}.odc-single-product__quantity-btn.disabled{opacity:.5;cursor:not-allowed;color:#9ca3af}.odc-single-product__quantity-btn.disabled:hover{background-color:#fff;color:#9ca3af}.odc-single-product__quantity-btn svg{width:1.25rem;height:1.25rem}.odc-single-product__quantity input{width:4rem;height:3rem;border:none;text-align:center;font-size:1rem;font-weight:500;color:#1a1a1a;background-color:#fff}.odc-single-product__quantity input::-webkit-inner-spin-button{-webkit-appearance:none;-moz-appearance:none;appearance:none}.odc-single-product__quantity input::-webkit-outer-spin-button{-webkit-appearance:none;-moz-appearance:none;appearance:none}.odc-single-product__add-to-cart{flex:1;display:flex;align-items:center;justify-content:center;gap:.75rem;padding:1rem 2rem;background-color:var(--accent-color);color:#fff;border:none;border-radius:10px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s ease}.odc-single-product__add-to-cart:hover:not(.disabled){transform:scale(1.1)}.odc-single-product__add-to-cart.disabled{background:#9ca3af;cursor:not-allowed;opacity:.6}.odc-single-product__add-to-cart.disabled:hover{transform:none}.odc-single-product__add-to-cart svg{width:1.5rem;height:1.5rem}.odc-related-products{position:relative;margin:2rem 0}.odc-related-products__container{overflow:hidden;position:relative}.odc-related-products__grid{display:flex;gap:1.5rem;overflow-x:auto;scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none;padding:1rem 0}.odc-related-products__grid::-webkit-scrollbar{display:none}.odc-related-products__grid .odc-products__card{flex:0 0 calc(25% - 1.125rem);min-width:250px}.odc-related-products__nav{position:absolute;top:50%;transform:translateY(-50%);width:40px;height:40px;border-radius:50%;background:#fff;border:1px solid #e5e7eb;box-shadow:0 2px 4px #0000001a;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10;transition:all .3s ease}.odc-related-products__nav:hover{background:#f3f4f6}.odc-related-products__nav:disabled{opacity:.5;cursor:not-allowed}.odc-related-products__nav--prev{left:-20px}.odc-related-products__nav--next{right:-20px}@media (max-width: 768px){.odc-related-products__grid .odc-products__card{flex:0 0 calc(50% - .75rem)}.odc-related-products__nav{width:32px;height:32px}.odc-related-products__nav--prev{left:-16px}.odc-related-products__nav--next{right:-16px}}@media (max-width: 480px){.odc-related-products__grid .odc-products__card{flex:0 0 calc(100% - 1.5rem)}}@media (max-width: 1024px){.odc-single-product__content{gap:2rem;padding:1.5rem 0}.odc-single-product__title{font-size:2rem}}@media (max-width: 768px){.odc-single-product{padding:1.5rem 0}.odc-single-product__container{padding:0 1rem}.odc-single-product__content{grid-template-columns:1fr;gap:2rem;padding:1rem 0}.odc-single-product__title{font-size:1.75rem}.odc-single-product__current-price{font-size:1.5rem}.odc-single-product__actions{flex-direction:column}.odc-single-product__quantity,.odc-single-product__add-to-cart{width:100%}}.odc-cart-page{padding:2rem 0;min-height:50vh}.odc-cart-page__container{max-width:1200px;margin:0 auto;padding:0 1rem}.odc-cart-page__title{font-size:2rem;font-weight:600;margin-bottom:2rem;color:#1f2937}.odc-cart-page__content{display:grid;grid-template-columns:1fr 350px;gap:2rem}@media (max-width: 768px){.odc-cart-page__content{grid-template-columns:1fr}}.odc-cart-page__items{display:flex;flex-direction:column;gap:1rem}.odc-cart-page__item{display:grid!important;grid-template-columns:100px 1fr 140px 100px 50px!important;gap:1rem;align-items:center;padding:1rem;background:#fff;border-radius:8px;box-shadow:0 1px 3px #0000001a;width:100%;box-sizing:border-box}@media (max-width: 768px){.odc-cart-page__item{grid-template-columns:80px 1fr!important;grid-template-areas:"image details" "image quantity" "image total" "remove remove"}}.odc-cart-page__item-image{width:100px;height:100px;border-radius:4px;overflow:hidden;flex-shrink:0}@media (max-width: 768px){.odc-cart-page__item-image{width:80px;height:80px;grid-area:image}}.odc-cart-page__item-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.odc-cart-page__item-details{min-width:0;overflow:hidden}@media (max-width: 768px){.odc-cart-page__item-details{grid-area:details}}.odc-cart-page__item-details h3{font-size:1rem;font-weight:600;margin:0 0 .5rem;color:#1f2937;word-wrap:break-word;overflow-wrap:break-word;line-height:1.2}.odc-cart-page__item-details .price{color:#666;font-size:.875rem;margin:.25rem 0;line-height:1.2}.odc-cart-page__item-quantity{display:flex!important;align-items:center;gap:.5rem;justify-content:center;width:100%;min-width:140px;flex-shrink:0}@media (max-width: 768px){.odc-cart-page__item-quantity{grid-area:quantity;justify-content:flex-start;min-width:auto}}.odc-cart-page__item-quantity span{min-width:2rem;text-align:center}.odc-cart-page__quantity-btn{width:28px!important;height:28px!important;border:1px solid #e5e7eb;background:#fff;border-radius:4px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s;flex-shrink:0}.odc-cart-page__quantity-btn:hover{background:#f3f4f6}.odc-cart-page__quantity-input{width:45px!important;height:28px!important;border:1px solid #e5e7eb;border-radius:4px;text-align:center;font-size:.875rem;background:#fff;color:#1f2937;transition:border-color .2s;flex-shrink:0;box-sizing:border-box}.odc-cart-page__quantity-input:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 2px #0000001a}.odc-cart-page__quantity-input::-webkit-outer-spin-button,.odc-cart-page__quantity-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.odc-cart-page__quantity-input[type=number]{-moz-appearance:textfield}@media (max-width: 768px){.odc-cart-page__quantity-input{width:40px!important}}.odc-cart-page__item-total{font-weight:600;color:#1f2937;text-align:right;width:100%;min-width:100px;flex-shrink:0}@media (max-width: 768px){.odc-cart-page__item-total{grid-area:total;text-align:left;min-width:auto}}.odc-cart-page__remove-btn{color:#666;padding:.5rem;border:none;background:none;cursor:pointer;transition:color .2s;width:100%;display:flex;align-items:center;justify-content:center;min-width:50px;flex-shrink:0}@media (max-width: 768px){.odc-cart-page__remove-btn{grid-area:remove;justify-self:end;width:auto;min-width:auto}}.odc-cart-page__remove-btn:hover{color:#dc2626}.odc-cart-page__summary{background:#fff;border-radius:8px;padding:1.5rem;box-shadow:0 1px 3px #0000001a;height:-moz-fit-content;height:fit-content}.odc-cart-page__summary-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.odc-cart-page__summary-header h2{font-size:1.25rem;font-weight:600;color:#1f2937}.odc-cart-page__clear-btn{color:#666;background:none;border:none;cursor:pointer;font-size:.875rem;transition:color .2s}.odc-cart-page__clear-btn:hover{color:#dc2626}.odc-cart-page__summary-total{display:flex;justify-content:space-between;font-size:1.25rem;font-weight:600;color:#1f2937;margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid #e5e7eb}.odc-cart-page__checkout-btn{width:100%;padding:.75rem;background:var(--primary-color);color:#fff;border:none;border-radius:4px;font-weight:500;cursor:pointer;margin:auto;transition:background-color .2s;border-radius:.375rem}.odc-cart-page__checkout-btn:hover{background:#333}.odc-cart-page__empty{text-align:center;padding:4rem 0}.odc-cart-page__empty svg{color:#9ca3af;margin-bottom:1.5rem}.odc-cart-page__empty h2{font-size:1.5rem;font-weight:600;color:#1f2937;margin-bottom:.5rem}.odc-cart-page__empty p{color:#666;margin-bottom:2rem}.odc-cart-page__continue-btn{display:inline-block;padding:.75rem 1.5rem;background:#000;color:#fff;text-decoration:none;border-radius:4px;font-weight:500;transition:background-color .2s}.odc-cart-page__continue-btn:hover{background:#333}.odc-checkout-page{padding:2rem 0}.odc-checkout-page__container{max-width:1000px;margin:0 auto;padding:0 1rem}.odc-checkout-page__title{font-size:2rem;font-weight:600;margin-bottom:2rem;color:var(--primary-color)}.odc-checkout-page__content{display:grid;grid-template-columns:1fr 400px;gap:2rem}@media (max-width: 1024px){.odc-checkout-page__content{grid-template-columns:1fr}}.odc-checkout-page__main{background:#fff;border-radius:8px;box-shadow:0 1px 3px #0000001a}.odc-checkout-page__section{padding:2rem;border-bottom:1px solid #eee}.odc-checkout-page__section:last-child{border-bottom:none}.odc-checkout-page__section h2{font-size:1.25rem;font-weight:600;margin-bottom:1.5rem;color:var(--primary-color)}.odc-checkout-page__form{display:flex;flex-direction:column;gap:1rem}.odc-checkout-page__form-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.odc-checkout-page__form-group{display:flex;flex-direction:column;gap:.5rem}.odc-checkout-page__form-group label{font-size:.875rem;font-weight:500;color:#4a5568}.odc-checkout-page__form-group input{padding:.75rem;border:1px solid #e2e8f0;border-radius:4px;font-size:1rem;transition:border-color .2s}.odc-checkout-page__form-group input:focus{outline:none;border-color:var(--accent-color)}.odc-checkout-page__form-group select.odc-select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%234a5568' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;background-size:1.25rem;padding:15px;border-color:#e2e8f0;cursor:pointer;transition:all .3s ease}.odc-checkout-page__form-group select.odc-select:hover{border-color:#cbd5e0;background-color:#f8fafc}.odc-checkout-page__form-group select.odc-select:focus{outline:none;border-color:var(--accent-color);box-shadow:0 0 0 3px rgba(var(--accent-color),.1);background-color:#fff}.odc-checkout-page__form-group select.odc-select option{padding:.5rem;font-size:1rem;color:#1a1a1a}.odc-checkout-page__form-group select.odc-select optgroup{font-weight:600;color:#4a5568;padding:.5rem 0;background-color:#f8fafc}.odc-checkout-page__form-group select.odc-select::-webkit-scrollbar{width:8px}.odc-checkout-page__form-group select.odc-select::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}.odc-checkout-page__form-group select.odc-select::-webkit-scrollbar-thumb{background:#cbd5e0;border-radius:4px}.odc-checkout-page__form-group select.odc-select::-webkit-scrollbar-thumb:hover{background:#a0aec0}.odc-checkout-page__form-group .error{color:#e53e3e;font-size:1rem;margin-top:.25rem}.odc-checkout-page__sidebar{position:sticky;top:2rem;align-self:start}.odc-checkout-page__coupon{background:#fff;border-radius:8px;box-shadow:0 1px 3px #0000001a;padding:1.5rem;margin-bottom:10px}.odc-checkout-page__coupon h2{font-size:1.25rem;font-weight:600;margin-bottom:1.5rem;color:#1a1a1a}.odc-checkout-page__coupon button{margin-top:10px;width:100%;padding:.8rem;background:#eee;color:var(--primary-color);border:none;border-radius:10px;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .3s ease}.odc-checkout-page__coupon button:hover{transform:scale(1.1)}.odc-checkout-page__coupon button:disabled{background:#cbd5e0;cursor:not-allowed}.odc-checkout-page__applied-coupons{display:flex;flex-direction:column;gap:10px}.odc-checkout-page__applied-coupons button{display:flex;justify-content:center;align-items:center;gap:10px}.odc-checkout-page__summary{background:#fff;border-radius:8px;box-shadow:0 1px 3px #0000001a;padding:1.5rem}.odc-checkout-page__summary h2{font-size:1.25rem;font-weight:600;margin-bottom:1.5rem;color:#1a1a1a}.odc-checkout-page__items{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem}.odc-checkout-page__item{display:flex;gap:1rem;padding-bottom:1rem;border-bottom:1px solid #eee}.odc-checkout-page__item:last-child{border-bottom:none;padding-bottom:0}.odc-checkout-page__item-image{width:80px;height:80px;border-radius:4px;overflow:hidden}.odc-checkout-page__item-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.odc-checkout-page__item-details{flex:1}.odc-checkout-page__item-details h4{font-size:.875rem;font-weight:500;margin-bottom:.25rem;color:#1a1a1a}.odc-checkout-page__item-details p{font-size:.875rem;color:#4a5568;margin-bottom:.25rem}.odc-checkout-page__item-details p.price{font-weight:600;color:#1a1a1a}.odc-checkout-page__total{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #eee}.odc-checkout-page__total-row{display:flex;justify-content:space-between;margin-bottom:.75rem;font-size:.875rem;color:#4a5568}.odc-checkout-page__total-row.total{font-size:1.125rem;font-weight:600;color:#1a1a1a;margin-top:.75rem;padding-top:.75rem;border-top:1px solid #eee}.odc-checkout-page__total-row.discount{font-size:.9rem;font-weight:600;color:#1a1a1a;margin-top:.75rem;padding-top:.75rem;border-top:1px solid #eee}.odc-checkout-page__submit-btn{width:100%;padding:1rem;background:var(--primary-color);color:#fff;border:none;border-radius:10px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .3s ease}.odc-checkout-page__submit-btn:hover{transform:scale(1.1)}.odc-checkout-page__submit-btn:disabled{background:#cbd5e0;cursor:not-allowed}.odc-checkout-page__empty{text-align:center;padding:4rem 2rem;background:#fff;border-radius:8px;box-shadow:0 1px 3px #0000001a}.odc-checkout-page__empty svg{color:#cbd5e0;margin-bottom:1.5rem}.odc-checkout-page__empty h2{font-size:1.5rem;font-weight:600;margin-bottom:.5rem;color:#1a1a1a}.odc-checkout-page__empty p{color:#4a5568;margin-bottom:1.5rem}.odc-checkout-page__continue-btn{display:inline-block;padding:.75rem 1.5rem;background:var(--primary-color);color:#fff;text-decoration:none;border-radius:10px;font-weight:500;transition:background-color .2s}.odc-checkout-page__continue-btn:hover{background:var(--primary-color)}.odc-checkout-page__payment-methods{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem}.odc-checkout-page__payment-method{position:relative}.odc-checkout-page__payment-method input[type=radio]{position:absolute;opacity:0;width:0;height:0}.odc-checkout-page__payment-method input[type=radio]:checked+label{border-color:var(--primary-color);background-color:rgba(var(--primary-color),.05)}.odc-checkout-page__payment-method input[type=radio]:checked+label svg{color:var(--primary-color)}.odc-checkout-page__payment-method label{display:flex;align-items:center;gap:1rem;padding:1rem;border:2px solid #e2e8f0;border-radius:8px;cursor:pointer;transition:all .3s ease}.odc-checkout-page__payment-method label:hover{border-color:var(--primary-color);background-color:rgba(var(--primary-color),.05)}.odc-checkout-page__payment-method label svg{width:24px;height:24px;color:#4a5568;transition:color .3s ease}.odc-checkout-page__bank-details{background-color:#f8fafc;padding:1.5rem;border-radius:8px;margin-top:1rem}.odc-checkout-page__bank-details h3{font-size:1.125rem;font-weight:600;margin-bottom:1rem;color:#1a1a1a}.odc-checkout-page__bank-details p{margin-bottom:.75rem;color:#4a5568}.odc-checkout-page__bank-info{background-color:#fff;padding:1rem;border-radius:4px;margin:1rem 0;border:1px solid #e2e8f0}.odc-checkout-page__bank-info p{margin-bottom:.5rem}.odc-checkout-page__bank-info p:last-child{margin-bottom:0}.odc-checkout-page__bank-info p strong{color:#1a1a1a}.odc-checkout-page__bank-note{font-size:.875rem;color:#718096;font-style:italic}.odc-checkout-page__cod-info{background-color:#f8fafc;padding:1.5rem;border-radius:8px;margin-top:1rem}.odc-checkout-page__cod-info p{margin-bottom:.75rem;color:#4a5568}.odc-checkout-page__cod-info p:last-child{margin-bottom:0}.odc-checkout-page__cod-note{font-size:.875rem;color:#718096;font-style:italic}.odc-checkout-page__shipping-rates{margin-top:2rem;padding:1.5rem;background-color:#f8f9fa;border-radius:.5rem}.odc-checkout-page__section-title{font-size:1.25rem;font-weight:600;margin-bottom:1.5rem;color:#1a1a1a}.odc-checkout-page__shipping-rates-grid{display:grid;gap:1rem}.odc-checkout-page__shipping-rate{background-color:#fff;border:2px solid #e2e8f0;border-radius:.5rem;transition:all .2s ease}.odc-checkout-page__shipping-rate.selected{border-color:var(--primary-color);box-shadow:0 0 0 1px var(--primary-color)}.odc-checkout-page__shipping-rate-label{display:block;padding:1.25rem;cursor:pointer}.odc-checkout-page__shipping-rate-content{display:flex;flex-direction:column;gap:.75rem}.odc-checkout-page__shipping-rate-header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem}.odc-checkout-page__shipping-rate-info{flex:1}.odc-checkout-page__shipping-rate-name{display:block;font-weight:600;color:#1a1a1a;margin-bottom:.25rem}.odc-checkout-page__shipping-rate-description{font-size:.875rem;color:#6b7280;margin:0}.odc-checkout-page__shipping-rate-price{font-weight:600;color:#1a1a1a;font-size:1.125rem}.odc-checkout-page__shipping-rate-conditions{font-size:.875rem;color:#6b7280;padding-top:.5rem;border-top:1px solid #e5e7eb}.odc-checkout-page__shipping-rate-condition{display:block}.odc-checkout-page__no-shipping{margin-top:2rem;padding:2rem;background-color:#f8f9fa;border-radius:.5rem;text-align:center}.odc-checkout-page__no-shipping-icon{color:#6b7280;margin-bottom:1rem}.odc-checkout-page__no-shipping p{margin:0;color:#1a1a1a;font-weight:500}.odc-checkout-page__no-shipping-subtext{margin-top:.5rem!important;font-size:.875rem;color:#6b7280!important;font-weight:400!important}.odc-checkout-page__shipping-rate-label input[type=radio]{position:absolute;opacity:0;width:0;height:0}@media (max-width: 640px){.odc-checkout-page__shipping-rate-header{flex-direction:column}.odc-checkout-page__shipping-rate-price{margin-top:.5rem}}.thank-you-page{min-height:100vh;background:linear-gradient(to bottom,#f8f9fa,#fff);padding:3rem 0}.thank-you-page .container{max-width:1200px;margin:0 auto;padding:0 1rem}.thank-you-page .thank-you-header{text-align:center;margin-bottom:3rem}.thank-you-page .thank-you-header .celebration-emoji{font-size:4rem;margin-bottom:1.5rem;display:inline-block;animation:bounce 1s infinite}.thank-you-page .thank-you-header h1{font-size:2.5rem;font-weight:700;color:#2d3748;margin-bottom:1rem}.thank-you-page .thank-you-header p{font-size:1.25rem;color:#4a5568;max-width:600px;margin:0 auto}.thank-you-page .order-card{background:#fff;border-radius:1rem;box-shadow:0 4px 6px #0000001a;overflow:hidden;transition:transform .3s ease}.thank-you-page .order-card:hover{transform:scale(1.01)}.thank-you-page .order-banner{background:linear-gradient(to right,var(--primary-color),var(--secondary-color));padding:2rem;color:#fff}.thank-you-page .order-banner .order-info{display:flex;justify-content:space-between;align-items:center}.thank-you-page .order-banner .order-info h2{font-size:1.5rem;font-weight:700;margin-bottom:.5rem}.thank-you-page .order-banner .order-info .order-date{color:#fffc}.thank-you-page .order-banner .order-info .order-status{background:#fff3;padding:.5rem 1rem;border-radius:.5rem;font-size:.875rem;font-weight:500}.thank-you-page .order-progress{padding:2rem;border-bottom:1px solid #e2e8f0}.thank-you-page .order-progress .progress-steps{display:flex;justify-content:space-between;align-items:center;max-width:800px;margin:0 auto}.thank-you-page .order-progress .progress-steps .step{text-align:center}.thank-you-page .order-progress .progress-steps .step .step-icon{width:4rem;height:4rem;background:var(--secondary-color);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto .75rem}.thank-you-page .order-progress .progress-steps .step .step-icon svg{width:2rem;height:2rem;color:#fff}.thank-you-page .order-progress .progress-steps .step .step-icon.inactive{background:#f7fafc}.thank-you-page .order-progress .progress-steps .step .step-icon.inactive svg{color:var(--secondary-color)}.thank-you-page .order-progress .progress-steps .step .step-label{font-size:.875rem;font-weight:500;color:#3182ce}.thank-you-page .order-progress .progress-steps .step .step-label.inactive{color:#a0aec0}.thank-you-page .order-progress .progress-steps .progress-bar{flex:1;height:4px;background:#e2e8f0;margin:0 1rem;border-radius:2px;overflow:hidden}.thank-you-page .order-progress .progress-steps .progress-bar .progress{height:100%;background:#3182ce;border-radius:2px;width:25%}.thank-you-page .order-progress .progress-steps .progress-bar .progress-processing{height:100%;background:#3182ce;border-radius:2px;width:100%}.thank-you-page .order-progress .progress-steps .progress-bar .progress-shipped{height:100%;background:#3182ce;border-radius:2px;width:25%}.thank-you-page .order-content{padding:2rem}.thank-you-page .order-content .section-title{font-size:1.5rem;font-weight:600;color:#2d3748;margin-bottom:1.5rem}.thank-you-page .order-content .order-items .item{display:flex;align-items:center;justify-content:space-between;padding:1rem;background:#f7fafc;border-radius:.75rem;margin-bottom:1rem;transition:background-color .2s ease;text-decoration:none}.thank-you-page .order-content .order-items .item:hover{background:#edf2f7}.thank-you-page .order-content .order-items .item .item-info{display:flex;align-items:center;gap:1rem}.thank-you-page .order-content .order-items .item .item-info .item-image{width:5rem;height:5rem;background:#fff;border-radius:.5rem;overflow:hidden;box-shadow:0 1px 3px #0000001a}.thank-you-page .order-content .order-items .item .item-info .item-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.thank-you-page .order-content .order-items .item .item-info .item-details h4{font-weight:500;color:#2d3748;margin-bottom:.25rem}.thank-you-page .order-content .order-items .item .item-info .item-details p{font-size:.875rem;color:#4a5568}.thank-you-page .order-content .order-items .item .item-price{font-weight:600;color:#2d3748}.thank-you-page .order-content .order-totals{background:#f7fafc;border-radius:.75rem;padding:1.5rem;margin-bottom:2rem}.thank-you-page .order-content .order-totals .total-row{display:flex;justify-content:space-between;margin-bottom:.75rem;color:#4a5568}.thank-you-page .order-content .order-totals .total-row.discount{color:var(--accent-color);font-weight:500}.thank-you-page .order-content .order-totals .total-row.discount .discount-info{display:flex;align-items:center;gap:.5rem}.thank-you-page .order-content .order-totals .total-row.discount .discount-info .coupon-code{font-size:.875rem;color:#718096;font-weight:400;font-style:italic}.thank-you-page .order-content .order-totals .total-row.discount .discount-amount{color:var(--accent-color)}.thank-you-page .order-content .order-totals .total-row:last-child{margin-bottom:0;padding-top:.75rem;border-top:1px solid #e2e8f0;font-weight:600;font-size:1.125rem}.thank-you-page .order-content .order-totals .total-row:last-child .amount{color:var(--primary-color)}.thank-you-page .order-content .shipping-info{background:#f7fafc;border-radius:.75rem;padding:1.5rem}.thank-you-page .order-content .shipping-info .info-content{display:flex;align-items:flex-start;gap:1rem}.thank-you-page .order-content .shipping-info .info-content .location-icon{color:var(--primary-color)}.thank-you-page .order-content .shipping-info .info-content .location-icon svg{width:1.5rem;height:1.5rem}.thank-you-page .order-content .shipping-info .info-content .address-details p{color:#4a5568;margin-bottom:.25rem}.thank-you-page .order-content .shipping-info .info-content .address-details p:first-child{font-weight:500;color:var(--primary-color)}.thank-you-page .order-content .next-steps{text-align:center;margin-top:2rem}.thank-you-page .order-content .next-steps p{color:#4a5568;margin-bottom:1.5rem}.thank-you-page .order-content .next-steps .action-buttons{display:flex;justify-content:center;gap:1rem}.thank-you-page .order-content .next-steps .action-buttons .btn{padding:.75rem 1.5rem;border-radius:.5rem;font-weight:500;transition:all .2s ease;text-decoration:none}.thank-you-page .order-content .next-steps .action-buttons .btn-primary{background:var(--primary-color);color:#fff;border:none}.thank-you-page .order-content .next-steps .action-buttons .btn-primary:hover{background:var(--primary-color-hover)}.thank-you-page .order-content .next-steps .action-buttons .btn-danger{background:red;color:#fff;border:none}.thank-you-page .order-content .next-steps .action-buttons .btn-outline{border:2px solid var(--primary-color);color:var(--primary-color)}.thank-you-page .order-content .next-steps .action-buttons .btn-outline:hover{background:#ebf8ff}.thank-you-page .not-found{text-align:center;padding:4rem 0}.thank-you-page .not-found .emoji{font-size:4rem;margin-bottom:1.5rem}.thank-you-page .not-found h1{font-size:2rem;font-weight:700;color:#2d3748;margin-bottom:1rem}.thank-you-page .not-found p{font-size:1.25rem;color:#4a5568;margin-bottom:2rem}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.odc-home .odc-container,.odc-about .odc-container,.odc-contact .odc-container{max-width:1000px;margin:0 auto;padding:1rem}.odc-home .odc-container .whitespace-pre-line,.odc-about .odc-container .whitespace-pre-line,.odc-contact .odc-container .whitespace-pre-line{white-space:pre-line}.odc-home .odc-container hr,.odc-about .odc-container hr,.odc-contact .odc-container hr{height:2px;background-color:var(--primary-color);border:none}.odc-home .odc-section-title,.odc-about .odc-section-title,.odc-contact .odc-section-title{font-size:2rem;font-weight:600;text-align:center;margin-bottom:2rem;color:#333}.odc-hero{background:linear-gradient(#00000080,#00000080),url(/images/hero-bg.jpg);background-size:cover;background-position:center;height:500px;display:flex;align-items:center;justify-content:center;text-align:center;color:#fff;margin-bottom:4rem;overflow:hidden;position:relative}.odc-promo__image-container{position:absolute;overflow:hidden;height:100%}.odc-promo__image-container img{-o-object-fit:cover;object-fit:cover;width:1000px;height:500px;-o-object-position:50% 50%;object-position:50% 50%}.odc-promo__content{position:relative;z-index:2;width:100%;max-width:350px;text-align:center;padding:1.2rem;background:#00000080;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:8px}.odc-promo__content h3{font-size:1.6rem;font-weight:700;margin-bottom:.4rem;text-shadow:1px 1px 2px rgba(0,0,0,.6);color:var(--accent-color)!important}.odc-category-card{background:#f8f9fa;border-radius:8px;overflow:hidden;transition:transform .3s ease;text-decoration:none;color:inherit}.odc-category-card:hover{transform:translateY(-5px)}.odc-category-card__content{padding:1.5rem;position:relative;min-height:120px;display:flex;flex-direction:column;justify-content:flex-end}.odc-category-card__title{font-size:1.25rem;font-weight:600;margin-bottom:.5rem;z-index:10;position:relative;line-height:1.3;word-wrap:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;max-height:3.25rem;min-height:1.625rem}@supports not (-webkit-line-clamp: 2){.odc-category-card__title{max-height:none;overflow:visible;text-overflow:clip;-webkit-line-clamp:unset;-webkit-box-orient:unset;display:block}}.odc-category-card__count{color:gray;font-size:.875rem;z-index:10;position:relative;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.odc-category-card__image-container{position:absolute;overflow:hidden;height:100%;z-index:1;top:0;left:0;color:#dfdfdf}.odc-category-card__image-container img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%;-o-object-position:50% 50%;object-position:50% 50%}.odc-category-card__image-container .odc-imgoverlay{background-color:#0006;height:100%;width:100%;position:absolute;z-index:2;top:0;left:0}.odc-category-card .light-text{color:#e3e3e3!important}.odc-featured{padding:4rem 0;background:#f8f9fa}.odc-featured__footer{text-align:center;margin-top:3rem}.odc-product-card{background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 4px #0000001a;transition:transform .3s ease}.odc-product-card:hover{transform:translateY(-5px)}.odc-product-card__link{text-decoration:none;color:inherit}.odc-product-card__image{position:relative;padding-top:100%;overflow:hidden}.odc-product-card__image img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.odc-product-card__badge{position:absolute;top:1rem;right:1rem;background:#f44;color:#fff;padding:.25rem .75rem;border-radius:4px;font-size:.875rem;font-weight:600}.odc-product-card__content{padding:1.5rem}.odc-product-card__title{font-size:1.125rem;font-weight:600;margin-bottom:.5rem;color:#333}.odc-product-card__price{display:flex;align-items:center;gap:.5rem}.odc-product-card__price--sale{color:#f44;font-weight:600;font-size:1.125rem}.odc-product-card__price--regular{color:#666;font-size:.875rem}.odc-product-card__price--old-regular{color:#666;text-decoration:line-through;font-size:.875rem}.odc-btn{display:inline-block;padding:.75rem 1.5rem;font-weight:600;text-decoration:none;transition:background-color .3s ease;border-radius:10px}.odc-btn--primary{background-color:#007bff;color:#fff}.odc-btn--primary:hover{background-color:#0056b3}.odc-account{padding:2rem 0;overflow-x:hidden!important;width:100%!important;max-width:100vw!important;box-sizing:border-box!important}.odc-account__container{max-width:1200px;margin:0 auto;padding:2rem;width:100%!important;max-width:100%!important;box-sizing:border-box!important;overflow-x:hidden!important}.odc-account__layout{display:grid;grid-template-columns:250px 1fr;gap:2rem;width:100%!important;max-width:100%!important;box-sizing:border-box!important;overflow-x:hidden!important}.odc-account__sidebar{background:#fff;border-radius:.5rem;box-shadow:0 1px 3px #0000001a;padding:1.5rem;width:100%!important;max-width:100%!important;box-sizing:border-box!important;overflow-x:hidden!important}.odc-account__nav{display:flex;flex-direction:column;gap:.5rem}.odc-account__nav-item{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;border-radius:.375rem;color:#4b5563;font-weight:500;transition:all .2s;cursor:pointer;border:none;background:none;width:100%;text-align:left;font-size:1rem}.odc-account__nav-item:hover{background:#f3f4f6;color:#1f2937}.odc-account__nav-item.active{background:#e5e7eb;color:#111827}.odc-account__nav-item--logout{margin-top:auto;color:#dc2626}.odc-account__nav-item--logout:hover{background:#fee2e2;color:#991b1b}.odc-account__nav-item svg{height:20px}.odc-account__main{background:#fff;border-radius:.5rem;box-shadow:0 1px 3px #0000001a;padding:2rem;width:100%!important;max-width:100%!important;box-sizing:border-box!important;overflow-x:hidden!important}.odc-account__title{font-size:1.5rem;font-weight:600;color:#111827;margin-bottom:2rem}.odc-account__empty{text-align:center;padding:3rem 1rem}.odc-account__empty svg{color:#9ca3af;margin-bottom:1rem;height:30px}.odc-account__empty h2{font-size:1.25rem;font-weight:600;color:#374151;margin-bottom:.5rem}.odc-account__empty p{color:#6b7280;margin-bottom:1.5rem}.odc-account .odc-account-header{margin-bottom:2rem;text-align:center}.odc-account .odc-account-header .odc-section-title{font-size:2rem;font-weight:600;color:var(--primary-color);margin-bottom:.5rem}.odc-account .odc-account-header .odc-subtitle{color:var(--secondary-color);font-size:1.1rem}.odc-account .odc-account-content{background:#fff;border-radius:.5rem;box-shadow:0 1px 3px #0000001a;overflow:hidden}.odc-account .odc-account-tabs{display:flex;border-bottom:1px solid #e5e7eb;background:#f9fafb}.odc-account .odc-account-tabs .odc-tab{padding:1rem 2rem;font-size:1rem;font-weight:500;color:var(--secondary-color);background:none;border:none;cursor:pointer;transition:all .2s ease}.odc-account .odc-account-tabs .odc-tab:hover{color:var(--primary-color)}.odc-account .odc-account-tabs .odc-tab.active{color:var(--primary-color);border-bottom:2px solid var(--primary-color)}.odc-account .odc-account-tab-content{padding:2rem}.odc-account .odc-account-section .odc-section-subtitle{font-size:1.5rem;font-weight:600;color:var(--primary-color);margin-bottom:1.5rem}.odc-account .odc-form{max-width:800px}.odc-account .odc-form .odc-form-group{margin-bottom:1.5rem}.odc-account .odc-form .odc-form-group label{display:block;margin-bottom:.5rem;font-weight:500;color:var(--secondary-color)}.odc-account .odc-form .odc-form-group .odc-input{width:100%;padding:.75rem;border:1px solid #e5e7eb;border-radius:.375rem;font-size:1rem;transition:border-color .2s ease}.odc-account .odc-form .odc-form-group .odc-input:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 3px var(--primary-color-light)}.odc-account .odc-form .odc-row{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.odc-account .odc-settings-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}.odc-account .odc-settings-card{background:#f9fafb;padding:1.5rem;border-radius:.5rem;border:1px solid #e5e7eb}.odc-account .odc-settings-card .odc-settings-title{font-size:1.25rem;font-weight:600;color:var(--primary-color);margin-bottom:.5rem}.odc-account .odc-settings-card .odc-settings-description{color:var(--secondary-color);margin-bottom:1rem}.odc-account .odc-modal{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.odc-account .odc-modal .odc-modal-content{background:#fff;border-radius:.5rem;width:100%;max-width:500px;max-height:90vh;overflow-y:auto;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;animation:modalSlideIn .3s ease-out}.odc-account .odc-modal .odc-modal-header{padding:1.5rem;border-bottom:1px solid #e5e7eb;display:flex;align-items:center;justify-content:space-between}.odc-account .odc-modal .odc-modal-header h3{font-size:1.25rem;font-weight:600;color:var(--primary-color);margin:0}.odc-account .odc-modal .odc-modal-header .odc-modal-close{background:none;border:none;font-size:1.5rem;color:var(--secondary-color);cursor:pointer;padding:.5rem;border-radius:.25rem;transition:all .2s ease}.odc-account .odc-modal .odc-modal-header .odc-modal-close:hover{color:var(--primary-color);background:#f3f4f6}.odc-account .odc-modal .odc-modal-body{padding:1.5rem}.odc-account .odc-modal .odc-modal-body p{margin:0;color:#374151;line-height:1.6}.odc-account .odc-modal .odc-modal-footer{padding:1.5rem;border-top:1px solid #e5e7eb;display:flex;justify-content:flex-end;gap:1rem}@media (max-width: 640px){.odc-account .odc-modal{padding:.5rem}.odc-account .odc-modal .odc-modal-content{max-width:100%;margin:0}.odc-account .odc-modal .odc-modal-header,.odc-account .odc-modal .odc-modal-body,.odc-account .odc-modal .odc-modal-footer{padding:1rem}.odc-account .odc-modal .odc-modal-footer{flex-direction:column-reverse}.odc-account .odc-modal .odc-modal-footer .odc-btn{width:100%}}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(-20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.odc-account .odc-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.odc-account .odc-alert{padding:1rem;border-radius:.375rem;margin-bottom:1.5rem}.odc-account .odc-alert--success{background:var(--accent-color-light);color:var(--accent-color);border:1px solid var(--accent-color)}.odc-account .odc-alert--warning{background:#fef3c7;color:#92400e;border:1px solid #f59e0b}.odc-account .odc-alert--error{background:#fee2e2;color:#991b1b;border:1px solid #dc2626}.odc-account .odc-alert--info{background:#dbeafe;color:#1e40af;border:1px solid #3b82f6}.odc-account .odc-badge{display:inline-block;padding:.25rem .75rem;border-radius:9999px;font-size:.875rem;font-weight:500}.odc-account .odc-badge--pending{background:#fef3c7;color:#92400e}.odc-account .odc-badge--processing{background:#dbeafe;color:#1e40af}.odc-account .odc-badge--completed{background:#d1fae5;color:#065f46}.odc-account .odc-badge--cancelled{background:#fee2e2;color:#991b1b}.odc-orders{display:flex;flex-direction:column;gap:2rem}.odc-orders__filters{display:flex;gap:1rem;margin-bottom:2rem;padding:1rem;background:#f9fafb;border-radius:.5rem;border:1px solid #e5e7eb}.odc-orders__filters .odc-form__group{flex:1;max-width:200px}.odc-order{background:#fff;border-radius:.5rem;box-shadow:0 1px 3px #0000001a;overflow:hidden}.odc-order__header{padding:1.5rem;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;align-items:center;background:#f9fafb}.odc-order__actions{display:flex;margin-top:20px;gap:10px}.odc-order__actions .btn{padding:.5rem;border:none;border-radius:10px;display:flex;gap:10px;align-items:center;cursor:pointer}.odc-order__actions .btn__danger{background-color:red;color:#fff;text-decoration:none;font-size:12px}.odc-order__actions .btn__danger svg{width:15px}.odc-order__actions .btn__warning{background-color:#fa0;color:#fff;text-decoration:none;font-size:12px}.odc-order__actions .btn__warning svg{width:15px}.odc-order__actions .btn__primary{background-color:#044604;color:#fff;text-decoration:none;font-size:12px}.odc-order__actions .btn__primary svg{width:15px}.odc-order__info h3{font-size:1.25rem;font-weight:600;color:var(--primary-color);margin-bottom:.25rem}.odc-order__info p{color:var(--secondary-color);font-size:.875rem}.odc-order__status{display:flex;gap:.5rem}.odc-order__items{padding:1.5rem!important;width:100%!important;max-width:100%!important;box-sizing:border-box!important;overflow-x:hidden!important}.odc-order__item{display:flex;align-items:center;gap:1rem;padding:1rem 0;border-bottom:1px solid #e5e7eb}.odc-order__item:last-child{border-bottom:none}.odc-order__item-image{width:80px;height:80px;border-radius:.375rem;overflow:hidden}.odc-order__item-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.odc-order__item-details{flex:1}.odc-order__item-details h4{font-size:1rem;font-weight:500;color:var(--primary-color);margin-bottom:.25rem}.odc-order__item-details p{color:var(--secondary-color);font-size:.875rem;margin-bottom:.25rem}.odc-order__item-total{font-weight:600;color:var(--primary-color)}.odc-order__footer{padding:1.5rem;border-top:1px solid #e5e7eb;display:grid!important;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;background:#f9fafb}@media (max-width: 768px){.odc-order__footer{grid-template-columns:1fr!important;gap:1rem!important;padding:1rem!important}}@media (max-width: 480px){.odc-order__footer{padding:.75rem!important;gap:.75rem!important}}.odc-order__shipping h4,.odc-order__payment h4,.odc-order__total h4{font-size:1rem;font-weight:600;color:var(--primary-color);margin-bottom:.75rem}@media (max-width: 768px){.odc-order__shipping h4,.odc-order__payment h4,.odc-order__total h4{font-size:.9375rem!important;margin-bottom:.5rem!important}}@media (max-width: 480px){.odc-order__shipping h4,.odc-order__payment h4,.odc-order__total h4{font-size:.875rem!important}}.odc-order__shipping p,.odc-order__payment p,.odc-order__total p{font-size:.875rem;margin-bottom:.5rem;word-wrap:break-word!important;overflow-wrap:break-word!important}@media (max-width: 768px){.odc-order__shipping p,.odc-order__payment p,.odc-order__total p{font-size:.8125rem!important;margin-bottom:.375rem!important;line-height:1.5!important}}@media (max-width: 480px){.odc-order__shipping p,.odc-order__payment p,.odc-order__total p{font-size:.75rem!important}}.odc-order__shipping-rate{margin-top:.5rem;padding-top:.5rem;border-top:1px solid #e5e7eb}.odc-order__total-amount{font-size:1.25rem!important;font-weight:600;color:var(--primary-color)!important}.odc-order__summary{display:flex;flex-direction:column;gap:.75rem}@media (max-width: 480px){.odc-order__summary{gap:.5rem}}.odc-order__summary-row{display:flex!important;justify-content:space-between;align-items:center;color:#4b5563;font-size:.875rem;flex-wrap:wrap!important;gap:.5rem}@media (max-width: 768px){.odc-order__summary-row{font-size:.8125rem!important}}@media (max-width: 480px){.odc-order__summary-row{font-size:.75rem!important;flex-direction:column!important;align-items:flex-start!important;gap:.25rem!important}}.odc-order__summary-row.odc-order__total-amount{margin-top:.5rem;padding-top:.75rem;border-top:1px solid #e5e7eb;font-size:1.125rem;font-weight:600;color:#111827}@media (max-width: 768px){.odc-order__summary-row.odc-order__total-amount{font-size:1rem!important;padding-top:.5rem!important}}@media (max-width: 480px){.odc-order__summary-row.odc-order__total-amount{font-size:.9375rem!important;flex-direction:row!important;justify-content:space-between!important;width:100%!important}}.odc-order__discount{color:#059669;font-weight:500}.odc-order__coupon-code{background:#f3f4f6;padding:.25rem .5rem;border-radius:.25rem;font-size:.75rem;margin-right:.5rem}.odc-order__coupons{padding:1.5rem;border-top:1px solid #e5e7eb;background:#f9fafb}.odc-order__coupons h4{font-size:1rem;font-weight:600;color:#111827;margin-bottom:1rem}.odc-order__coupons-table{overflow-x:auto}.odc-order__coupons-table table{width:100%;border-collapse:collapse;font-size:.875rem}.odc-order__coupons-table th,.odc-order__coupons-table td{padding:.75rem 1rem;text-align:left;border-bottom:1px solid #e5e7eb}.odc-order__coupons-table th{font-weight:600;color:#374151;background:#f3f4f6}.odc-order__coupons-table td{color:#4b5563}.odc-order__coupons-table tr:last-child td{border-bottom:none}.odc-btn{display:inline-block;padding:.75rem 1.5rem;border-radius:.375rem;font-weight:500;text-align:center;transition:all .2s ease}.odc-btn--primary{background:var(--primary-color);color:#fff}.odc-btn--primary:hover{background:var(--primary-color-dark)}.odc-btn--danger{background:#dc2626;color:#fff;border:1px solid #dc2626}.odc-btn--danger:hover{background:#b91c1c;border-color:#b91c1c}.odc-profile{max-width:800px;margin:0 auto}.odc-profile__image-section{text-align:center;margin-bottom:2rem}.odc-profile__image-wrapper{position:relative;width:150px;height:150px;margin:0 auto;border-radius:50%;background:#f3f4f6;overflow:hidden}.odc-profile__image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.odc-profile__image-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#9ca3af}.odc-profile__image-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000080;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .2s}.odc-profile__image-wrapper:hover .odc-profile__image-overlay{opacity:1}.odc-profile__image-upload{color:#fff;cursor:pointer;display:flex;flex-direction:column;align-items:center;gap:.5rem}.odc-profile__image-upload svg{width:1.5rem;height:1.5rem}.odc-profile__image-input{display:none}.odc-form{width:100%!important;max-width:100%!important;box-sizing:border-box!important;overflow-x:hidden!important}.odc-form__section{margin-bottom:2rem;width:100%!important;max-width:100%!important;box-sizing:border-box!important;overflow-x:hidden!important}.odc-form__section-title{font-size:1.25rem;font-weight:600;color:#111827;margin-bottom:1.5rem}.odc-form__grid{display:grid!important;grid-template-columns:repeat(2,1fr);gap:1.5rem}@media (max-width: 768px){.odc-form__grid{grid-template-columns:1fr!important;gap:1rem!important}}@media (max-width: 480px){.odc-form__grid{gap:.75rem!important}}.odc-form__group{display:flex!important;flex-direction:column!important;gap:.5rem;width:100%!important}.odc-form__group label{font-weight:500;color:#374151;font-size:.875rem}@media (max-width: 768px){.odc-form__group label{font-size:.8125rem!important}}@media (max-width: 480px){.odc-form__group label{font-size:.75rem!important}}.odc-form__error{color:#dc2626;font-size:.875rem}.odc-form__actions{margin-top:2rem;display:flex!important;justify-content:flex-end;gap:1rem;flex-wrap:wrap}@media (max-width: 768px){.odc-form__actions{flex-direction:column!important;margin-top:1.5rem!important;gap:.75rem!important}.odc-form__actions .odc-btn{width:100%!important}}@media (max-width: 480px){.odc-form__actions{margin-top:1rem!important;gap:.5rem!important}}.odc-account .odc-input{width:100%!important;padding:.75rem 1rem!important;border:1px solid #d1d5db!important;border-radius:.375rem!important;font-size:1rem!important;color:#111827!important;transition:border-color .2s;box-sizing:border-box!important}.odc-account .odc-input:focus{outline:none!important;border-color:#2563eb!important;box-shadow:0 0 0 3px #2563eb1a!important}.odc-account .odc-input::-moz-placeholder{color:#9ca3af!important}.odc-account .odc-input::placeholder{color:#9ca3af!important}@media (max-width: 768px){.odc-account .odc-input{font-size:16px!important;padding:.625rem .875rem!important;width:100%!important;max-width:100%!important}}@media (max-width: 480px){.odc-account .odc-input{padding:.5rem .75rem!important;font-size:16px!important}}.odc-badge{display:inline-flex;align-items:center;padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:500}.odc-badge--pending{background:#fef3c7;color:#92400e}.odc-badge--processing{background:#dbeafe;color:#1e40af}.odc-badge--completed{background:#d1fae5;color:#065f46}.odc-badge--cancelled{background:#fee2e2;color:#991b1b}.odc-badge--delivered{background:#d1fae5;color:#065f46}.odc-badge--shipped{background:#dbeafe;color:#1e40af}.odc-settings{max-width:800px;margin:0 auto}.odc-settings .odc-settings__card{background:#fff;border-radius:.5rem;box-shadow:0 1px 3px #0000001a;padding:2rem;margin-bottom:2rem}.odc-settings .odc-settings__title{font-size:1.25rem;font-weight:600;color:#111827;margin-bottom:1rem}.odc-settings .odc-settings__description{color:#6b7280;margin-bottom:1.5rem}.odc-settings .odc-settings__content{display:flex;flex-direction:column;gap:1rem}.odc-settings .odc-form__actions{margin-top:2rem;display:flex;justify-content:flex-end;gap:1rem}@media (max-width: 768px){.odc-settings .odc-settings__card{padding:1.5rem}.odc-settings .odc-form__actions{flex-direction:column}.odc-settings .odc-form__actions .odc-btn{width:100%}}.odc-checkbox{display:flex;align-items:center;gap:.5rem;cursor:pointer}.odc-checkbox input[type=checkbox]{width:1rem;height:1rem;border-radius:.25rem;border:1px solid #d1d5db;cursor:pointer}.odc-checkbox span{color:#374151;font-size:.875rem}@media (max-width: 768px){.odc-account{padding:1rem 0!important;overflow-x:hidden!important;width:100%!important;max-width:100vw!important}.odc-account__container{padding:1rem!important;width:100%!important;max-width:100%!important;margin:0 auto!important;overflow-x:hidden!important}.odc-account__layout{grid-template-columns:1fr!important;gap:1rem!important;width:100%!important;max-width:100%!important;overflow-x:hidden!important}.odc-account__sidebar{margin-bottom:1rem!important;width:100%!important;max-width:100%!important;overflow-x:hidden!important}.odc-account__main{width:100%!important;max-width:100%!important;padding:1.5rem 1rem!important;overflow-x:hidden!important}.odc-account__nav{flex-direction:column!important;overflow-x:hidden!important;padding-bottom:0!important;gap:.25rem!important;width:100%!important;max-width:100%!important}.odc-account__nav-item{white-space:normal!important;font-size:.875rem!important;padding:.625rem .875rem!important;width:100%!important;max-width:100%!important;box-sizing:border-box!important;overflow-x:hidden!important;word-wrap:break-word!important}.odc-account__nav-item svg{width:18px!important;height:18px!important;flex-shrink:0!important}.odc-account__main{padding:1.5rem 1rem}.odc-account__title{font-size:1.25rem;margin-bottom:1.5rem}.odc-account__empty{padding:2rem 1rem}.odc-account__empty svg{height:24px}.odc-account__empty h2{font-size:1.125rem}.odc-account__empty p{font-size:.875rem}.odc-form__section{margin-bottom:1.5rem}.odc-form__section-title{font-size:1.125rem;margin-bottom:1rem}.odc-form__grid{grid-template-columns:1fr;gap:1rem}.odc-form__group{margin-bottom:0}.odc-form__actions{flex-direction:column;gap:.75rem;margin-top:1.5rem}.odc-form__actions .odc-btn{width:100%}.odc-form__help{font-size:.8125rem}.odc-profile{width:100%!important;max-width:100%!important;box-sizing:border-box!important;overflow-x:hidden!important}.odc-profile__image-section{margin-bottom:1.5rem!important;width:100%!important;max-width:100%!important}.odc-profile__image-wrapper{width:120px!important;height:120px!important;max-width:100%!important;box-sizing:border-box!important}.odc-orders{width:100%!important;max-width:100%!important;box-sizing:border-box!important;overflow-x:hidden!important}.odc-orders__filters{flex-direction:column!important;gap:.75rem!important;padding:1rem!important;width:100%!important;max-width:100%!important;box-sizing:border-box!important;overflow-x:hidden!important}.odc-orders__filters .odc-form__group{max-width:100%!important;width:100%!important}.odc-order{border-radius:.5rem!important;overflow:hidden!important;width:100%!important;max-width:100%!important;box-sizing:border-box!important}.odc-order__header{flex-direction:column;align-items:flex-start;gap:1rem;padding:1rem}.odc-order__info{width:100%}.odc-order__info h3{font-size:1.125rem;word-break:break-word}.odc-order__info p{font-size:.8125rem}.odc-order__status{width:100%;justify-content:flex-start}.odc-order__actions{flex-direction:column;width:100%;margin-top:1rem;gap:.5rem}.odc-order__actions .btn{width:100%;justify-content:center;padding:.625rem;font-size:.875rem;white-space:nowrap}.odc-order__items{padding:1rem}.odc-order__item{flex-direction:column!important;align-items:flex-start!important;gap:.75rem!important;padding:1rem 0!important;width:100%!important;max-width:100%!important;box-sizing:border-box!important;overflow-x:hidden!important}.odc-order__item-image{width:100%!important;height:200px!important;max-width:100%!important;border-radius:.375rem!important;box-sizing:border-box!important;overflow:hidden!important}.odc-order__item-image img{width:100%!important;height:100%!important;-o-object-fit:cover!important;object-fit:cover!important;max-width:100%!important}.odc-order__item-details{width:100%!important;max-width:100%!important;box-sizing:border-box!important;overflow-x:hidden!important}.odc-order__item-details h4{font-size:.9375rem!important;word-break:break-word!important;overflow-wrap:break-word!important;margin-bottom:.5rem!important;width:100%!important;max-width:100%!important}.odc-order__item-details p{font-size:.8125rem!important;word-wrap:break-word!important;overflow-wrap:break-word!important;max-width:100%!important}.odc-order__item-total{width:100%!important;max-width:100%!important;text-align:left!important;font-size:1rem!important;font-weight:600!important;padding-top:.5rem!important;border-top:1px solid #e5e7eb!important;box-sizing:border-box!important;word-wrap:break-word!important}.odc-order__footer{grid-template-columns:1fr;gap:1rem;padding:1rem}}@media (max-width: 768px) and (max-width: 480px){.odc-order__footer{padding:.75rem;gap:.75rem}}@media (max-width: 768px){.odc-order__shipping h4,.odc-order__payment h4,.odc-order__total h4{font-size:.9375rem;margin-bottom:.5rem}.odc-order__shipping p,.odc-order__payment p,.odc-order__total p{font-size:.8125rem}.odc-settings{width:100%!important;max-width:100%!important;box-sizing:border-box!important;overflow-x:hidden!important}.odc-settings .odc-settings__card{padding:1.5rem 1rem!important;width:100%!important;max-width:100%!important;box-sizing:border-box!important}.odc-settings .odc-form__actions{flex-direction:column!important;width:100%!important;max-width:100%!important}.odc-settings .odc-form__actions .odc-btn{width:100%!important;max-width:100%!important}.odc-input{font-size:16px!important;padding:.625rem .875rem!important;width:100%!important;max-width:100%!important;box-sizing:border-box!important}.odc-btn{padding:.625rem 1.25rem!important;font-size:.875rem!important;width:100%!important;max-width:100%!important;box-sizing:border-box!important;overflow-x:hidden!important;word-wrap:break-word!important}.odc-badge{font-size:.75rem;padding:.25rem .625rem}.odc-alert{padding:.875rem;font-size:.875rem}.fixed.top-4.right-4{top:1rem!important;right:1rem!important;left:1rem!important;max-width:calc(100% - 2rem)!important;padding:.75rem 1rem!important;font-size:.875rem!important}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideInLeft{0%{transform:translate(-100%)}to{transform:translate(0)}}@media (max-width: 480px){.odc-account{padding:.5rem 0!important;overflow-x:hidden!important;width:100%!important;max-width:100vw!important}.odc-account__container{padding:.75rem!important;width:100%!important;max-width:100%!important;overflow-x:hidden!important}.odc-account__main{padding:1rem .75rem!important;width:100%!important;max-width:100%!important;overflow-x:hidden!important}.odc-account__title{font-size:1.125rem;margin-bottom:1rem}.odc-profile__image-wrapper{width:100px;height:100px}.odc-form__section-title{font-size:1rem}.odc-order__item-image{height:150px}.odc-btn{padding:.5rem 1rem;font-size:.8125rem}}.odc-shipping{max-width:800px!important;margin:0 auto!important;width:100%!important;max-width:100%!important;box-sizing:border-box!important;overflow-x:hidden!important}.odc-shipping .odc-form__section{background:#fff;border-radius:.5rem;box-shadow:0 1px 3px #0000001a;padding:2rem;margin-bottom:2rem}.odc-shipping .odc-form__section-title{font-size:1.25rem;font-weight:600;color:#111827;margin-bottom:1.5rem}.odc-shipping .odc-form__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.odc-shipping .odc-form__group{display:flex;flex-direction:column;gap:.5rem}.odc-shipping .odc-form__group label{font-weight:500;color:#374151}.odc-shipping .odc-form__group label .required{color:#dc2626}.odc-shipping .odc-form__error{color:#dc2626;font-size:.875rem}.odc-shipping .odc-form__actions{margin-top:2rem;display:flex;justify-content:flex-end;gap:1rem}.odc-shipping .odc-country-autocomplete{position:relative}.odc-shipping .odc-country-dropdown{position:absolute;top:100%;left:0;right:0;background:#fff;border:1px solid #e5e7eb;border-radius:.375rem;box-shadow:0 4px 6px -1px #0000001a;max-height:200px;overflow-y:auto;z-index:10}.odc-shipping .odc-country-option{padding:.75rem 1rem;cursor:pointer;border-bottom:1px solid #f3f4f6;transition:background-color .2s}.odc-shipping .odc-country-option:hover{background-color:#f9fafb}.odc-shipping .odc-country-option:last-child{border-bottom:none}@media (max-width: 768px){.odc-shipping .odc-form__grid{grid-template-columns:1fr;gap:1rem}.odc-shipping .odc-form__actions{flex-direction:column;gap:.75rem}.odc-shipping .odc-form__actions .odc-btn{width:100%}.odc-shipping .odc-form__section{padding:1rem}.odc-shipping .odc-country-dropdown{max-height:150px}}@media (max-width: 480px){.odc-shipping .odc-form__section{padding:.75rem}}.odc-auth{min-height:calc(100vh - 80px);display:flex;align-items:center;justify-content:center;padding:2rem 1rem}.odc-auth__container{width:100%;max-width:400px;margin:0 auto}.odc-auth__content{background:#fff;padding:2rem;border-radius:.5rem;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f}.odc-auth__title{font-size:1.5rem;font-weight:600;color:var(--primary-color);margin-bottom:.5rem;text-align:center}.odc-auth__subtitle{color:var(--secondary-color);text-align:center;margin-bottom:2rem;font-size:13px}.odc-auth__form{margin-bottom:1.5rem}.odc-auth__form .form-row{display:flex;gap:10px}.odc-auth__form-footer{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.odc-auth__divider{position:relative;text-align:center;margin:1.5rem 0}.odc-auth__divider:before{content:"";position:absolute;top:50%;left:0;right:0;height:1px;background:#e5e7eb}.odc-auth__divider span{position:relative;background:#fff;padding:0 1rem;color:var(--secondary-color)}.odc-auth__social{margin-bottom:1.5rem}.odc-auth__footer{text-align:center;color:var(--secondary-color)}.odc-form-group{margin-bottom:1.5rem}.odc-label{display:block;font-size:.875rem;font-weight:500;color:var(--secondary-color);margin-bottom:.5rem}.odc-input{width:90%;padding:.75rem 1rem;border:1px solid #e5e7eb;border-radius:.375rem;font-size:.875rem;transition:border-color .15s ease-in-out}.odc-input:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 3px var(--primary-color-light)}.odc-input::-moz-placeholder{color:#9ca3af}.odc-input::placeholder{color:#9ca3af}.odc-checkbox{display:flex;align-items:center;cursor:pointer}.odc-checkbox input{margin-right:.5rem}.odc-checkbox span{font-size:.875rem;color:var(--secondary-color)}.odc-error{display:block;font-size:.875rem;color:#ef4444;margin-top:.5rem}.odc-alert{padding:1rem;border-radius:.375rem;margin-bottom:1.5rem;font-size:.875rem}.odc-alert--success{background-color:#ecfdf5;color:#059669;border:1px solid #a7f3d0}.odc-link{color:var(--primary-color);text-decoration:none;font-size:.875rem;transition:color .15s ease-in-out}.odc-link:hover{color:var(--primary-color-hover)}.odc-btn{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;border-radius:.375rem;font-size:.875rem;font-weight:500;transition:all .15s ease-in-out;cursor:pointer}.odc-btn--primary{background-color:var(--primary-color);color:#fff;border:none}.odc-btn--outline{background-color:transparent;color:var(--primary-color);border:1px solid var(--primary-color)}.odc-btn--outline:hover{background-color:var(--primary-color-light)}.odc-btn--block{width:100%}.odc-btn__loading{display:inline-flex;align-items:center}.odc-hero{background:linear-gradient(#00000080,#00000080),url(/images/hero-bg.jpg);background-size:cover;background-position:center;height:500px;display:flex;align-items:center;justify-content:center;text-align:center;color:#fff;margin-bottom:4rem;overflow:hidden;position:relative}.odc-hero__overlay{background-color:#0006;top:0;position:absolute;height:100%;width:100%;z-index:7}.odc-hero__content{max-width:800px;padding:0 1rem;z-index:9}.odc-hero__title{font-size:3.5rem;font-weight:700;margin-bottom:1rem}.odc-hero__subtitle{font-size:1.5rem;margin-bottom:2rem}.odc-hero__image{top:0;width:100vw;height:100%;position:absolute;z-index:5;overflow:hidden}.odc-hero__image img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.odc-promo{padding:2rem 0;margin-bottom:4rem}.odc-promo__carousel{position:relative;overflow:hidden;border-radius:12px;max-width:1000px;margin:0 auto;aspect-ratio:2/1;box-shadow:0 8px 16px #00000026}.odc-promo__carousel-container{position:absolute;top:0;left:0;right:0;bottom:0;overflow:hidden}.odc-promo__grid{display:flex;height:100%;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.odc-promo__grid::-webkit-scrollbar{display:none}.odc-promo__card{flex:0 0 100%;width:100%;min-width:0;position:relative;display:flex;align-items:center;justify-content:center;padding:2rem;color:#fff;background-size:cover;background-position:center;height:100%;box-sizing:border-box;scroll-snap-align:center}.odc-promo__card:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:#00000080;z-index:1}.odc-promo__card--primary{background:linear-gradient(45deg,#ff6b6b,#ff8e8e)}.odc-promo__card--secondary{background:linear-gradient(45deg,#4facfe,#00f2fe)}.odc-promo__card--tertiary{background:linear-gradient(45deg,#43e97b,#38f9d7)}.odc-promo__card--quaternary{background:linear-gradient(45deg,#fa709a,#fee140)}.odc-promo__content{position:relative;z-index:2;width:100%;max-width:350px;text-align:center;padding:1.2rem;background:#00000080;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:8px;border:1px solid rgba(255,255,255,.5)}.odc-promo__content h3{font-size:1.6rem;font-weight:700;margin-bottom:.4rem;text-shadow:1px 1px 2px rgba(0,0,0,.6);color:var(--primary-color)}.odc-promo__content p{font-size:.9rem;margin-bottom:1rem;opacity:1;text-shadow:1px 1px 1px rgba(0,0,0,.6)}.odc-promo__content .odc-btn--light{padding:.4rem .8rem;font-size:.8rem}.odc-promo__nav{position:absolute;top:50%;transform:translateY(-50%);background:#ffffff4d;border:none;width:35px;height:35px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#fff;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);transition:all .3s ease;z-index:3}.odc-promo__nav--prev{left:.8rem}.odc-promo__nav--next{right:.8rem}.odc-promo__nav svg{width:16px;height:16px}.odc-promo__nav:disabled{opacity:.5;cursor:not-allowed}.odc-promo__dots{position:absolute;bottom:.7rem;left:50%;transform:translate(-50%);display:flex;gap:.5rem;z-index:3}.odc-promo__dot{width:7px;height:7px;border-radius:50%;background:#fffc;border:1px solid rgba(255,255,255,.6);cursor:pointer;transition:all .3s ease}.odc-promo__dot--active{background:#fff;transform:scale(1.3);border-color:#fff}.odc-promo__dot:hover{background:#fff;transform:scale(1.1)}.odc-categories{padding:4rem 0}.odc-categories__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.odc-section{padding:4rem 0}.odc-section__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.odc-btn{display:inline-block;padding:.75rem 1.5rem;border-radius:4px;font-weight:600;text-decoration:none;transition:background-color .3s ease}.odc-btn--primary{background-color:var(--primary-color);color:#fff}.odc-btn--primary:hover{background-color:var(--primary-color-hover)}.odc-btn--secondary{background-color:#6c757d;color:#fff}.odc-btn--secondary:hover{background-color:#545b62}.odc-btn--light{background-color:#fff3;color:#fff;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border:1px solid rgba(255,255,255,.3)}.odc-btn--light:hover{background-color:#ffffff4d}.odc-contact__info{padding:2rem;background:#f8f9fa;border-radius:8px;box-shadow:0 2px 4px #0000000d}.odc-contact__description{font-size:1.1rem;color:#666;margin-bottom:2rem;line-height:1.6}.odc-contact__details{margin-top:2rem}.odc-contact__detail-item{display:flex;align-items:center;margin-bottom:1rem}.odc-contact__detail-item i{font-size:1.2rem;color:var(--primary-color);margin-right:1rem;width:24px;text-align:center}.odc-contact__detail-item span{font-size:1rem;color:#444}.odc-contact__form{padding:2rem;background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000000d}.odc-form__group{margin-bottom:1.5rem}.odc-form__input{padding:.75rem;border:1px solid #e2e8f0;border-radius:4px;font-size:1rem;transition:border-color .2s}.odc-form__input:focus{outline:none;border-color:var(--accent-color)}.odc-form__error{color:#dc3545;font-size:.875rem;margin-top:.25rem;display:block}.return-page__container{min-height:100vh;background-color:#f5f5f5;padding:2rem 0}.return-page__wrapper{max-width:1200px;margin:0 auto;padding:0 1rem}.return-page__content{max-width:42rem;margin:0 auto}.return-page__form-container{background-color:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;padding:2rem;animation:fadeIn .3s ease-in-out}.return-page__title{font-size:1.5rem;font-weight:600;color:var(--primary-color);margin-bottom:1.5rem;position:relative;padding-bottom:.5rem}.return-page__alert{padding:1rem;border-radius:4px;margin-bottom:1rem}.return-page__alert--success{background-color:#e6f4ea;border:1px solid #34a853;color:#1e4620}.return-page__form{display:flex;flex-direction:column;gap:1.5rem}.return-page__form .odc-select select{outline:none;background:#fff url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5%206l5%205%205-5%202%201-7%207-7-7%202-1z%22%20fill%3D%22%23555%22%2F%3E%3C%2Fsvg%3E) no-repeat right 5px top 55%;background-size:16px 16px;-webkit-appearance:none;-moz-appearance:none;appearance:none;font-size:14px;width:100%;padding:.5rem;border-radius:5px;border:thin solid rgb(223,223,223)}.return-page__form .odc-select select:active{border:2px solid var(--primary-color)}.return-page__input-group{display:flex;flex-direction:column;gap:.5rem}.return-page__input-group label{font-size:.875rem;font-weight:500;color:#4a5568}.return-page__input-group input,.return-page__input-group textarea{padding:.75rem;border:1px solid #e2e8f0;border-radius:4px;font-size:1rem;transition:all .2s ease-in-out}.return-page__input-group input:focus,.return-page__input-group textarea:focus{outline:none;border-color:#4a90e2;box-shadow:0 0 0 2px #4a90e21a}.return-page__input-group input:hover,.return-page__input-group textarea:hover{border-color:#cbd5e0}.return-page__input-group textarea{resize:vertical;min-height:100px}.return-page__error{color:#e53e3e;font-size:.875rem;margin-top:.25rem}.return-page__file-upload{border:2px dashed #e2e8f0;border-radius:4px;padding:2rem;text-align:center;transition:all .2s ease-in-out}.return-page__file-upload:hover{border-color:#4a90e2;background-color:#f8fafc}.return-page__file-upload-content{display:flex;flex-direction:column;align-items:center;gap:1rem}.return-page__file-upload-icon{width:3rem;height:3rem;color:#a0aec0;transition:transform .2s ease-in-out}.return-page__file-upload-icon:hover{transform:scale(1.1)}.return-page__file-upload-text{display:flex;align-items:center;gap:.5rem;color:#4a5568;font-size:.875rem}.return-page__file-upload-label{color:#4a90e2;font-weight:500;cursor:pointer;transition:color .2s ease-in-out}.return-page__file-upload-label:hover{color:#2b6cb0}.return-page__file-upload-input{display:none}.return-page__file-upload-hint{font-size:.75rem;color:#718096}.return-page__file-info{display:flex;align-items:center;gap:1rem;flex:1}.return-page__file-preview{width:60px;height:60px;border-radius:4px;overflow:hidden;background-color:#f8fafc;display:flex;align-items:center;justify-content:center}.return-page__file-preview--video{background-color:#1a202c}.return-page__image-preview{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.return-page__video-preview{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.return-page__file-details{display:flex;flex-direction:column;gap:.25rem}.return-page__file-name{font-size:.875rem;color:#4a5568;word-break:break-all}.return-page__file-size{font-size:.75rem;color:#718096}.return-page__file-list{margin-top:1rem}.return-page__file-list-title{font-size:.875rem;font-weight:500;color:#4a5568;margin-bottom:.5rem}.return-page__file-list-items{border-top:1px solid #e2e8f0}.return-page__file-list-item{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0;border-bottom:1px solid #e2e8f0;animation:slideIn .2s ease-in-out}.return-page__file-list-item:hover{background-color:#f8fafc}.return-page__remove-file{color:#e53e3e;padding:.25rem;border-radius:4px;transition:all .2s ease-in-out;margin-left:1rem}.return-page__remove-file:hover{color:#c53030;background-color:#fff5f5}.return-page__remove-icon{width:1.25rem;height:1.25rem}.return-page__submit-wrapper{margin-top:1rem}.return-page__submit-button{width:100%;padding:.75rem 1.5rem;background-color:var(--primary-color);color:#fff;border:none;border-radius:10px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease-in-out}.return-page__submit-button:hover{background-color:var(--primary-color-hover);transform:translateY(-1px);box-shadow:0 4px 6px #0000001a}.return-page__submit-button:active{transform:translateY(0)}.return-page__order-details{background-color:#f8fafc;border-radius:8px;padding:1rem;margin-bottom:1.5rem;border:1px solid #e2e8f0}.return-page__order-details h3{font-size:1rem;font-weight:600;color:var(--primary-color);margin-bottom:.75rem}.return-page__order-info{display:flex;flex-direction:column;gap:.5rem}.return-page__order-info p{font-size:.875rem;color:#4a5568;margin:0}.return-page__order-info p strong{color:#2d3748}@keyframes slideIn{0%{opacity:0;transform:translate(-10px)}to{opacity:1;transform:translate(0)}}@media (max-width: 640px){.return-page__form-container{padding:1.5rem}.return-page__title{font-size:1.25rem}.return-page__file-upload{padding:1.5rem}}.tracking-page__container{min-height:100vh;background-color:#f5f5f5;padding:2rem 0}.tracking-page__wrapper{max-width:1200px;margin:0 auto;padding:0 1rem}.tracking-page__content{max-width:42rem;margin:0 auto}.tracking-page__form-container{background-color:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;padding:2rem;animation:fadeIn .3s ease-in-out}.tracking-page__title{font-size:1.5rem;font-weight:600;color:var(--primary-color);margin-bottom:1.5rem;position:relative;padding-bottom:.5rem}.tracking-page__alert{padding:1rem;border-radius:4px;margin-bottom:1rem}.tracking-page__alert--success{background-color:#e6f4ea;border:1px solid #34a853;color:#1e4620}.tracking-page__alert--error{background-color:#fde8e8;border:1px solid #e53e3e;color:#9b1c1c}.tracking-page__form{display:flex;flex-direction:column;gap:1.5rem}.tracking-page__input-group{display:flex;flex-direction:column;gap:.5rem}.tracking-page__input-group label{font-size:.875rem;font-weight:500;color:#4a5568}.tracking-page__input-group input{padding:.75rem;border:1px solid #e2e8f0;border-radius:4px;font-size:1rem;transition:all .2s ease-in-out}.tracking-page__input-group input:focus{outline:none;border-color:#4a90e2;box-shadow:0 0 0 2px #4a90e21a}.tracking-page__input-group input:hover{border-color:#cbd5e0}.tracking-page__error{color:#e53e3e;font-size:.875rem;margin-top:.25rem}.tracking-page__submit-wrapper{margin-top:1rem}.tracking-page__submit-button{width:100%;padding:.75rem 1.5rem;background-color:var(--primary-color);color:#fff;border:none;border-radius:10px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease-in-out}.tracking-page__submit-button:hover{background-color:var(--primary-color-hover);transform:translateY(-1px);box-shadow:0 4px 6px #0000001a}.tracking-page__submit-button:active{transform:translateY(0)}.tracking-page__order-details{margin-top:2rem;background-color:#f8fafc;border-radius:8px;padding:1.5rem;border:1px solid #e2e8f0}.tracking-page__order-details h3{font-size:1.125rem;font-weight:600;color:var(--primary-color);margin-bottom:1rem}.tracking-page__order-details h4{font-size:1rem;font-weight:600;color:#2d3748;margin:1.5rem 0 1rem}.tracking-page__order-info,.tracking-page__tracking-details{display:flex;flex-direction:column;gap:.75rem}.tracking-page__order-info p,.tracking-page__tracking-details p{font-size:.875rem;color:#4a5568;margin:0}.tracking-page__order-info p strong,.tracking-page__tracking-details p strong{color:#2d3748}.tracking-page__status{display:inline-block;padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:500;text-transform:uppercase}.tracking-page__status--pending{background-color:#fef3c7;color:#92400e}.tracking-page__status--processing{background-color:#dbeafe;color:#1e40af}.tracking-page__status--shipped{background-color:#d1fae5;color:#065f46}.tracking-page__status--delivered{background-color:#dcfce7;color:#166534}.tracking-page__status--cancelled{background-color:#fee2e2;color:#991b1b}.tracking-page__tracking-link{display:inline-block;margin-top:.5rem;color:var(--primary-color);text-decoration:none;font-size:.875rem;font-weight:500;transition:color .2s ease-in-out}.tracking-page__tracking-link:hover{color:var(--primary-color-hover);text-decoration:underline}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 640px){.tracking-page__form-container{padding:1.5rem}.tracking-page__title{font-size:1.25rem}.tracking-page__order-details{padding:1rem}}.margin-bottom-10{margin-bottom:10rem!important}
