.Vue-Toastification__container{z-index:9999;position:fixed;padding:4px;width:600px;box-sizing:border-box;display:flex;min-height:100%;color:#fff;flex-direction:column;pointer-events:none}@media only screen and (min-width : 600px){.Vue-Toastification__container.top-left,.Vue-Toastification__container.top-right,.Vue-Toastification__container.top-center{top:1em}.Vue-Toastification__container.bottom-left,.Vue-Toastification__container.bottom-right,.Vue-Toastification__container.bottom-center{bottom:1em;flex-direction:column-reverse}.Vue-Toastification__container.top-left,.Vue-Toastification__container.bottom-left{left:1em}.Vue-Toastification__container.top-left .Vue-Toastification__toast,.Vue-Toastification__container.bottom-left .Vue-Toastification__toast{margin-right:auto}@supports not (-moz-appearance: none){.Vue-Toastification__container.top-left .Vue-Toastification__toast--rtl,.Vue-Toastification__container.bottom-left .Vue-Toastification__toast--rtl{margin-right:unset;margin-left:auto}}.Vue-Toastification__container.top-right,.Vue-Toastification__container.bottom-right{right:1em}.Vue-Toastification__container.top-right .Vue-Toastification__toast,.Vue-Toastification__container.bottom-right .Vue-Toastification__toast{margin-left:auto}@supports not (-moz-appearance: none){.Vue-Toastification__container.top-right .Vue-Toastification__toast--rtl,.Vue-Toastification__container.bottom-right .Vue-Toastification__toast--rtl{margin-left:unset;margin-right:auto}}.Vue-Toastification__container.top-center,.Vue-Toastification__container.bottom-center{left:50%;margin-left:-300px}.Vue-Toastification__container.top-center .Vue-Toastification__toast,.Vue-Toastification__container.bottom-center .Vue-Toastification__toast{margin-left:auto;margin-right:auto}}@media only screen and (max-width : 600px){.Vue-Toastification__container{width:100vw;padding:0;left:0;margin:0}.Vue-Toastification__container .Vue-Toastification__toast{width:100%}.Vue-Toastification__container.top-left,.Vue-Toastification__container.top-right,.Vue-Toastification__container.top-center{top:0}.Vue-Toastification__container.bottom-left,.Vue-Toastification__container.bottom-right,.Vue-Toastification__container.bottom-center{bottom:0;flex-direction:column-reverse}}.Vue-Toastification__toast{display:inline-flex;position:relative;max-height:800px;min-height:64px;box-sizing:border-box;margin-bottom:1rem;padding:22px 24px;border-radius:8px;box-shadow:0 1px 10px #0000001a,0 2px 15px #0000000d;justify-content:space-between;font-family:Lato,Helvetica,Roboto,Arial,sans-serif;max-width:600px;min-width:326px;pointer-events:auto;overflow:hidden;transform:translateZ(0);direction:ltr}.Vue-Toastification__toast--rtl{direction:rtl}.Vue-Toastification__toast--default{background-color:#1976d2;color:#fff}.Vue-Toastification__toast--info{background-color:#2196f3;color:#fff}.Vue-Toastification__toast--success{background-color:#4caf50;color:#fff}.Vue-Toastification__toast--error{background-color:#ff5252;color:#fff}.Vue-Toastification__toast--warning{background-color:#ffc107;color:#fff}@media only screen and (max-width : 600px){.Vue-Toastification__toast{border-radius:0;margin-bottom:.5rem}}.Vue-Toastification__toast-body{flex:1;line-height:24px;font-size:16px;word-break:break-word;white-space:pre-wrap}.Vue-Toastification__toast-component-body{flex:1}.Vue-Toastification__toast.disable-transition{animation:none!important}.Vue-Toastification__close-button{font-weight:700;font-size:24px;line-height:24px;background:transparent;outline:none;border:none;padding:0 0 0 10px;cursor:pointer;transition:.3s ease;align-items:center;color:#fff;opacity:.3;transition:visibility 0s,opacity .2s linear}.Vue-Toastification__close-button:hover,.Vue-Toastification__close-button:focus{opacity:1}.Vue-Toastification__toast:not(:hover) .Vue-Toastification__close-button.show-on-hover{opacity:0}.Vue-Toastification__toast--rtl .Vue-Toastification__close-button{padding-left:unset;padding-right:10px}@keyframes scale-x-frames{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Vue-Toastification__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:10000;background-color:#ffffffb3;transform-origin:left;animation:scale-x-frames linear 1 forwards}.Vue-Toastification__toast--rtl .Vue-Toastification__progress-bar{right:0;left:unset;transform-origin:right}.Vue-Toastification__icon{margin:auto 18px auto 0;background:transparent;outline:none;border:none;padding:0;transition:.3s ease;align-items:center;width:20px;height:100%}.Vue-Toastification__toast--rtl .Vue-Toastification__icon{margin:auto 0 auto 18px}@keyframes bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes bounceOutRight{40%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(1000px,0,0)}}@keyframes bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Vue-Toastification__bounce-enter-active.top-left,.Vue-Toastification__bounce-enter-active.bottom-left{animation-name:bounceInLeft}.Vue-Toastification__bounce-enter-active.top-right,.Vue-Toastification__bounce-enter-active.bottom-right{animation-name:bounceInRight}.Vue-Toastification__bounce-enter-active.top-center{animation-name:bounceInDown}.Vue-Toastification__bounce-enter-active.bottom-center{animation-name:bounceInUp}.Vue-Toastification__bounce-leave-active:not(.disable-transition).top-left,.Vue-Toastification__bounce-leave-active:not(.disable-transition).bottom-left{animation-name:bounceOutLeft}.Vue-Toastification__bounce-leave-active:not(.disable-transition).top-right,.Vue-Toastification__bounce-leave-active:not(.disable-transition).bottom-right{animation-name:bounceOutRight}.Vue-Toastification__bounce-leave-active:not(.disable-transition).top-center{animation-name:bounceOutUp}.Vue-Toastification__bounce-leave-active:not(.disable-transition).bottom-center{animation-name:bounceOutDown}.Vue-Toastification__bounce-leave-active,.Vue-Toastification__bounce-enter-active{animation-duration:.75s;animation-fill-mode:both}.Vue-Toastification__bounce-move{transition-timing-function:ease-in-out;transition-property:all;transition-duration:.4s}@keyframes fadeOutTop{0%{transform:translateY(0);opacity:1}to{transform:translateY(-50px);opacity:0}}@keyframes fadeOutLeft{0%{transform:translate(0);opacity:1}to{transform:translate(-50px);opacity:0}}@keyframes fadeOutBottom{0%{transform:translateY(0);opacity:1}to{transform:translateY(50px);opacity:0}}@keyframes fadeOutRight{0%{transform:translate(0);opacity:1}to{transform:translate(50px);opacity:0}}@keyframes fadeInLeft{0%{transform:translate(-50px);opacity:0}to{transform:translate(0);opacity:1}}@keyframes fadeInRight{0%{transform:translate(50px);opacity:0}to{transform:translate(0);opacity:1}}@keyframes fadeInTop{0%{transform:translateY(-50px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes fadeInBottom{0%{transform:translateY(50px);opacity:0}to{transform:translateY(0);opacity:1}}.Vue-Toastification__fade-enter-active.top-left,.Vue-Toastification__fade-enter-active.bottom-left{animation-name:fadeInLeft}.Vue-Toastification__fade-enter-active.top-right,.Vue-Toastification__fade-enter-active.bottom-right{animation-name:fadeInRight}.Vue-Toastification__fade-enter-active.top-center{animation-name:fadeInTop}.Vue-Toastification__fade-enter-active.bottom-center{animation-name:fadeInBottom}.Vue-Toastification__fade-leave-active:not(.disable-transition).top-left,.Vue-Toastification__fade-leave-active:not(.disable-transition).bottom-left{animation-name:fadeOutLeft}.Vue-Toastification__fade-leave-active:not(.disable-transition).top-right,.Vue-Toastification__fade-leave-active:not(.disable-transition).bottom-right{animation-name:fadeOutRight}.Vue-Toastification__fade-leave-active:not(.disable-transition).top-center{animation-name:fadeOutTop}.Vue-Toastification__fade-leave-active:not(.disable-transition).bottom-center{animation-name:fadeOutBottom}.Vue-Toastification__fade-leave-active,.Vue-Toastification__fade-enter-active{animation-duration:.75s;animation-fill-mode:both}.Vue-Toastification__fade-move{transition-timing-function:ease-in-out;transition-property:all;transition-duration:.4s}@keyframes slideInBlurredLeft{0%{transform:translate(-1000px) scaleX(2.5) scaleY(.2);transform-origin:100% 50%;filter:blur(40px);opacity:0}to{transform:translate(0) scaleY(1) scaleX(1);transform-origin:50% 50%;filter:blur(0);opacity:1}}@keyframes slideInBlurredTop{0%{transform:translateY(-1000px) scaleY(2.5) scaleX(.2);transform-origin:50% 0%;filter:blur(240px);opacity:0}to{transform:translateY(0) scaleY(1) scaleX(1);transform-origin:50% 50%;filter:blur(0);opacity:1}}@keyframes slideInBlurredRight{0%{transform:translate(1000px) scaleX(2.5) scaleY(.2);transform-origin:0% 50%;filter:blur(40px);opacity:0}to{transform:translate(0) scaleY(1) scaleX(1);transform-origin:50% 50%;filter:blur(0);opacity:1}}@keyframes slideInBlurredBottom{0%{transform:translateY(1000px) scaleY(2.5) scaleX(.2);transform-origin:50% 100%;filter:blur(240px);opacity:0}to{transform:translateY(0) scaleY(1) scaleX(1);transform-origin:50% 50%;filter:blur(0);opacity:1}}@keyframes slideOutBlurredTop{0%{transform:translateY(0) scaleY(1) scaleX(1);transform-origin:50% 0%;filter:blur(0);opacity:1}to{transform:translateY(-1000px) scaleY(2) scaleX(.2);transform-origin:50% 0%;filter:blur(240px);opacity:0}}@keyframes slideOutBlurredBottom{0%{transform:translateY(0) scaleY(1) scaleX(1);transform-origin:50% 50%;filter:blur(0);opacity:1}to{transform:translateY(1000px) scaleY(2) scaleX(.2);transform-origin:50% 100%;filter:blur(240px);opacity:0}}@keyframes slideOutBlurredLeft{0%{transform:translate(0) scaleY(1) scaleX(1);transform-origin:50% 50%;filter:blur(0);opacity:1}to{transform:translate(-1000px) scaleX(2) scaleY(.2);transform-origin:100% 50%;filter:blur(40px);opacity:0}}@keyframes slideOutBlurredRight{0%{transform:translate(0) scaleY(1) scaleX(1);transform-origin:50% 50%;filter:blur(0);opacity:1}to{transform:translate(1000px) scaleX(2) scaleY(.2);transform-origin:0% 50%;filter:blur(40px);opacity:0}}.Vue-Toastification__slideBlurred-enter-active.top-left,.Vue-Toastification__slideBlurred-enter-active.bottom-left{animation-name:slideInBlurredLeft}.Vue-Toastification__slideBlurred-enter-active.top-right,.Vue-Toastification__slideBlurred-enter-active.bottom-right{animation-name:slideInBlurredRight}.Vue-Toastification__slideBlurred-enter-active.top-center{animation-name:slideInBlurredTop}.Vue-Toastification__slideBlurred-enter-active.bottom-center{animation-name:slideInBlurredBottom}.Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).top-left,.Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).bottom-left{animation-name:slideOutBlurredLeft}.Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).top-right,.Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).bottom-right{animation-name:slideOutBlurredRight}.Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).top-center{animation-name:slideOutBlurredTop}.Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).bottom-center{animation-name:slideOutBlurredBottom}.Vue-Toastification__slideBlurred-leave-active,.Vue-Toastification__slideBlurred-enter-active{animation-duration:.75s;animation-fill-mode:both}.Vue-Toastification__slideBlurred-move{transition-timing-function:ease-in-out;transition-property:all;transition-duration:.4s}.image-zoom-container[data-v-94d824a1]{position:relative;width:100%;height:100%;overflow:hidden}.image-wrapper[data-v-94d824a1]{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.cursor-zoom-in[data-v-94d824a1]{cursor:zoom-in}.cursor-zoom-out[data-v-94d824a1]{cursor:zoom-out}.zoom-overlay[data-v-94d824a1]{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000000e6;z-index:1000;display:flex;align-items:center;justify-content:center;cursor:zoom-out}.zoomed-image-container[data-v-94d824a1]{position:relative;width:90%;height:90%;display:flex;align-items:center;justify-content:center;overflow:hidden}.zoomed-image[data-v-94d824a1]{max-width:100%;max-height:100%;object-fit:contain;transform-origin:center;transition:transform .1s ease-out;cursor:move}.zoom-controls[data-v-94d824a1]{position:absolute;bottom:20px;left:50%;transform:translate(-50%);display:flex;gap:10px;background-color:#00000080;padding:10px;border-radius:50px}.zoom-button[data-v-94d824a1]{background-color:#fff3;border:none;color:#fff;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color .2s}.zoom-button[data-v-94d824a1]:hover{background-color:#ffffff4d}.zoom-button.close[data-v-94d824a1]{background-color:#ff6b3599}.zoom-button.close[data-v-94d824a1]:hover{background-color:#ff6b35cc}.product-image-container[data-v-63d042ce]{position:relative;width:100%;height:100%;overflow:hidden;background-color:#f5f5f5;border-radius:8px}.product-image-container img.product-image[data-v-63d042ce]{width:100%;height:100%;object-fit:cover;object-position:center;transition:opacity .3s ease;display:block}.image-placeholder[data-v-63d042ce]{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:100%;color:#666;font-size:.875rem}.image-placeholder.loading[data-v-63d042ce]{background-color:#f0f0f0}.image-placeholder.error[data-v-63d042ce]{background-color:#fff0f0;color:#e53935}.image-placeholder span[data-v-63d042ce]{margin-top:8px}.spinner[data-v-63d042ce]{width:32px;height:32px;border:3px solid rgba(0,0,0,.1);border-radius:50%;border-top-color:#3498db;animation:spin-63d042ce 1s ease-in-out infinite}@keyframes spin-63d042ce{to{transform:rotate(360deg)}}.featured-badge[data-v-63d042ce]{position:absolute;top:8px;right:8px;background:gold;color:#333;padding:4px 8px;border-radius:16px;display:flex;align-items:center;gap:4px;font-size:.75rem;font-weight:600;box-shadow:0 2px 4px #0000001a}.fade-in[data-v-63d042ce]{animation:fadeIn-63d042ce .5s ease-in-out}@keyframes fadeIn-63d042ce{0%{opacity:0}to{opacity:1}}.product-detail[data-v-63ae6d3c]{min-height:100vh;padding:2rem 1rem;background:#f8f9fa;overflow-y:auto;height:100%}.container[data-v-63ae6d3c]{max-width:1200px;margin:0 auto}.thumbnails-gallery[data-v-63ae6d3c]{display:flex;gap:10px;margin-top:15px;flex-wrap:wrap;justify-content:center}.thumbnail[data-v-63ae6d3c]{width:70px;height:70px;border-radius:8px;overflow:hidden;cursor:pointer;border:2px solid transparent;transition:all .2s ease}.thumbnail[data-v-63ae6d3c]:hover{transform:translateY(-2px);box-shadow:0 4px 8px #0000001a}.thumbnail.active[data-v-63ae6d3c]{border-color:#ff6b35}.thumbnail img[data-v-63ae6d3c]{width:100%;height:100%;object-fit:cover}.back-btn[data-v-63ae6d3c]{display:flex;align-items:center;gap:.5rem;background:none;border:none;color:#666;cursor:pointer;font-size:1rem;margin-bottom:2rem;padding:.5rem;border-radius:8px;transition:background-color .2s}.back-btn[data-v-63ae6d3c]:hover{background:#0000000d}.product-content[data-v-63ae6d3c]{display:grid;grid-template-columns:1fr 1fr;gap:3rem;background:#fff;border-radius:16px;overflow:visible;box-shadow:0 8px 32px #0000001a;position:relative;height:auto}.product-image-container[data-v-63ae6d3c]{flex:1;max-width:500px;height:auto;min-height:400px;border-radius:12px;overflow:hidden;padding:30px 20px 20px 30px;background-color:#fff;margin:20px}.product-info[data-v-63ae6d3c]{padding:2rem}.product-header h1[data-v-63ae6d3c]{font-size:2rem;font-weight:700;color:#333;margin-bottom:1rem}.product-meta[data-v-63ae6d3c]{display:flex;gap:1rem;margin-bottom:1.5rem;align-items:center}.product-meta span[data-v-63ae6d3c]{display:flex;align-items:center;gap:.5rem;color:#666;font-size:.9rem}.product-description[data-v-63ae6d3c]{font-size:1.1rem;line-height:1.6;color:#555;margin-bottom:2rem}.product-price[data-v-63ae6d3c]{font-size:2rem;font-weight:700;color:#ff6b35;margin-bottom:2rem}.purchase-section[data-v-63ae6d3c]{display:flex;align-items:center;gap:1rem;margin-bottom:2rem;--pill-height: 48px}.purchase-section .add-to-cart-btn[data-v-63ae6d3c],.purchase-section .out-of-stock-chip[data-v-63ae6d3c],.purchase-section .quantity-section[data-v-63ae6d3c]{margin-bottom:0}@media (min-width: 769px){.purchase-section[data-v-63ae6d3c]{display:grid;grid-template-columns:auto 1fr;grid-auto-rows:auto;column-gap:1rem;align-items:center}.quantity-section[data-v-63ae6d3c]{display:contents}.quantity-section label[data-v-63ae6d3c]{grid-column:1;grid-row:1;margin:0 0 .25rem}.purchase-section .quantity-controls[data-v-63ae6d3c]{grid-column:1;grid-row:2}.purchase-section .add-to-cart-btn[data-v-63ae6d3c],.purchase-section .out-of-stock-chip[data-v-63ae6d3c]{grid-column:2;grid-row:2}}.actions[data-v-63ae6d3c]{display:flex;align-items:center;gap:8px;margin-bottom:.5rem}.icon-btn[data-v-63ae6d3c]{background:#fff;color:#333;border:1px solid #e5e7eb;border-radius:50%;width:36px;height:36px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color .2s,transform .1s,border-color .2s}.icon-btn[data-v-63ae6d3c]:hover{background:#f9fafb;border-color:#d1d5db}.product-meta .actions[data-v-63ae6d3c]{margin-left:auto;margin-bottom:0}.quantity-section[data-v-63ae6d3c]{margin-bottom:2rem}.quantity-section label[data-v-63ae6d3c]{display:block;font-weight:600;margin-bottom:.5rem;color:#333}.quantity-controls[data-v-63ae6d3c]{display:flex;align-items:center;gap:1rem;background:#f5f5f5;border-radius:50px;padding:calc((var(--pill-height) - 36px) / 2) 12px;width:fit-content}.quantity-controls button[data-v-63ae6d3c]{background:#fff;border:none;border-radius:50%;width:36px;height:36px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color .2s}.quantity-controls button[data-v-63ae6d3c]:hover:not(:disabled){background:#e0e0e0}.quantity-controls button[data-v-63ae6d3c]:disabled{opacity:.5;cursor:not-allowed}.quantity[data-v-63ae6d3c]{font-weight:600;font-size:1.1rem;min-width:30px;text-align:center}.add-to-cart-btn[data-v-63ae6d3c]{background:#ff6b35;color:#fff;border:none;min-height:var(--pill-height);padding:0 2rem;border-radius:50px;font-size:1.1rem;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:.5rem;transition:all .2s;width:fit-content;justify-content:center;align-self:auto}.add-to-cart-btn[data-v-63ae6d3c]:hover:not(:disabled){background:#e55a2b;transform:translateY(-2px)}.add-to-cart-btn[data-v-63ae6d3c]:disabled{background:#ccc;cursor:not-allowed;transform:none}.out-of-stock-chip[data-v-63ae6d3c]{display:inline-block;background:#e5e7eb;color:#6b7280;border-radius:9999px;padding:.5rem .9rem;font-size:.95rem;font-weight:700;margin-bottom:2rem}.product-details h3[data-v-63ae6d3c]{font-size:1.3rem;font-weight:600;color:#333;margin-bottom:1rem}.details-grid[data-v-63ae6d3c]{display:grid;gap:.75rem}.detail-item[data-v-63ae6d3c]{display:flex;justify-content:space-between;padding:.75rem 0;border-bottom:1px solid #eee}.detail-item strong[data-v-63ae6d3c]{color:#333}.in-stock[data-v-63ae6d3c]{color:#27ae60;font-weight:600}.out-of-stock[data-v-63ae6d3c]{color:#e74c3c;font-weight:600}.not-found[data-v-63ae6d3c]{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem 1rem}.not-found-content[data-v-63ae6d3c]{text-align:center;color:#666}.not-found-content svg[data-v-63ae6d3c]{margin-bottom:1rem;opacity:.5}.not-found-content h2[data-v-63ae6d3c]{font-size:2rem;margin-bottom:1rem;color:#333}.not-found-content p[data-v-63ae6d3c]{font-size:1.1rem;margin-bottom:2rem}.back-to-products[data-v-63ae6d3c]{display:inline-block;background:#ff6b35;color:#fff;padding:1rem 2rem;border-radius:50px;text-decoration:none;font-weight:600;transition:background-color .2s}.back-to-products[data-v-63ae6d3c]:hover{background:#e55a2b}@media (max-width: 768px){.product-content[data-v-63ae6d3c]{grid-template-columns:1fr;gap:0}.product-image[data-v-63ae6d3c]{height:300px}.product-info[data-v-63ae6d3c]{padding:1.5rem}.purchase-section[data-v-63ae6d3c]{flex-direction:column;align-items:stretch;gap:.75rem}.product-header h1[data-v-63ae6d3c],.product-price[data-v-63ae6d3c]{font-size:1.5rem}.product-meta[data-v-63ae6d3c]{flex-direction:column;gap:.5rem}}
