*,*:before,*:after{box-sizing:border-box}*{margin:0;padding:0}html{font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{line-height:1.5;min-height:100vh}img,picture,video,canvas,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}ul,ol{list-style:none}a{text-decoration:none;color:inherit}button{cursor:pointer;border:none;background:none}table{border-collapse:collapse;width:100%}fieldset{border:none}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;font-size:1rem;line-height:1.5;color:#000}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.25;margin-bottom:16px}h1{font-size:2.25rem}h2{font-size:1.875rem}h3{font-size:1.5rem}h4{font-size:1.25rem}h5{font-size:1.125rem}h6{font-size:1rem}p{margin-bottom:16px}.text-small{font-size:.875rem}.text-large{font-size:1.125rem}.container{width:100%;max-width:1400px;margin:0 auto;padding:0 40px}.container--narrow{max-width:800px}.container--wide{max-width:1400px}.grid{display:grid;gap:24px}.grid--2{grid-template-columns:repeat(2,1fr)}.grid--3{grid-template-columns:repeat(3,1fr)}.grid--4{grid-template-columns:repeat(4,1fr)}.gap-4{gap:16px}.gap-6{gap:24px}.section{padding:80px 0}.section--small{padding:32px 0}.section--large{padding:160px 0}.page-wrapper{min-height:100vh;display:flex;flex-direction:column}.main-content{flex:1}.mco-product-50-50{width:100%;padding:40px 0}.mco-product-container{display:flex;max-width:1400px;margin:0 auto;padding:0 40px;gap:60px}@media(max-width:968px){.mco-product-container{flex-direction:column;gap:40px}}.mco-product-gallery-col{flex:0 0 50%;max-width:50%}@media(max-width:968px){.mco-product-gallery-col{flex:0 0 100%;max-width:100%}}.mco-gallery-sticky{position:sticky;top:100px}@media(max-width:968px){.mco-gallery-sticky{position:relative;top:0}}.mco-product-info-col{flex:0 0 50%;max-width:50%}@media(max-width:968px){.mco-product-info-col{flex:0 0 100%;max-width:100%}}.mco-product-info-sticky{position:sticky;top:100px}@media(max-width:968px){.mco-product-info-sticky{position:relative;top:0}}.mco-set-badge{display:inline-block;background:#000;color:#fff;padding:6px 16px;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:1px;margin-bottom:16px}.mco-product-title{font-size:32px;font-weight:600;line-height:1.2;margin:0 0 12px}.mco-product-subtitle{font-size:16px;color:#666;margin:0 0 20px}.mco-product-price{margin-bottom:24px}.mco-price-current{font-size:24px;font-weight:600}.mco-price-compare{font-size:18px;color:#999;text-decoration:line-through;margin-left:12px}.mco-gallery{position:relative;width:100%}.mco-gallery__main{position:relative;aspect-ratio:1;background:#f5f5f5;border-radius:8px;overflow:hidden}.mco-gallery__image{width:100%;height:100%;object-fit:cover;transition:opacity .25s ease}.mco-gallery__image:hover{opacity:.9}.mco-gallery__video{width:100%;height:100%;object-fit:cover}.mco-gallery__thumbnails{display:flex;gap:8px;margin-top:16px;overflow-x:auto;padding-bottom:8px}.mco-gallery__thumbnails::-webkit-scrollbar{height:4px}.mco-gallery__thumbnails::-webkit-scrollbar-track{background:#f5f5f5;border-radius:4px}.mco-gallery__thumbnails::-webkit-scrollbar-thumb{background:#666;border-radius:4px}.mco-gallery__thumb{flex-shrink:0;width:80px;height:80px;border:2px solid rgba(0,0,0,0);border-radius:4px;overflow:hidden;cursor:pointer;transition:border-color .15s ease}.mco-gallery__thumb:hover,.mco-gallery__thumb--active{border-color:#000}.mco-gallery__thumb img{width:100%;height:100%;object-fit:cover}.mco-gallery__nav{position:absolute;top:50%;transform:translateY(-50%);width:40px;height:40px;background:#ffffffe6;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .15s ease;z-index:10}.mco-gallery__nav:hover{background:#fff}.mco-gallery__nav--prev{left:16px}.mco-gallery__nav--next{right:16px}.mco-accordion{border-bottom:1px solid #e0e0e0}.mco-accordion__header{display:flex;align-items:center;justify-content:space-between;width:100%;padding:16px 0;font-size:1rem;font-weight:600;text-align:left;cursor:pointer;transition:color .15s ease}.mco-accordion__header:hover{color:#666}.mco-accordion__header:after{content:"+";font-size:1.125rem;font-weight:400;transition:transform .25s ease}.mco-accordion__header[aria-expanded=true]:after{content:"\2212"}.mco-accordion__content{max-height:0;overflow:hidden;transition:max-height .35s ease,padding .35s ease}.mco-accordion__content[aria-hidden=false]{max-height:1000px;padding-bottom:16px}.mco-accordion__body{color:#666;font-size:.875rem;line-height:1.75}.mco-accordion__body p:last-child{margin-bottom:0}.mco-accordion--faq .mco-accordion__header{font-size:1.125rem}.mco-variant-selector{margin-bottom:24px}.mco-variant-selector__label{display:block;font-size:.875rem;font-weight:500;margin-bottom:8px;color:#666}.mco-variant-selector__options{display:flex;flex-wrap:wrap;gap:8px}.mco-variant-btn{position:relative;padding:12px 16px;border:1px solid #e0e0e0;border-radius:4px;background:#fff;font-size:.875rem;cursor:pointer;transition:all .15s ease}.mco-variant-btn:hover:not(:disabled){border-color:#000}.mco-variant-btn--selected{border-color:#000;background:#000;color:#fff}.mco-variant-btn:disabled{opacity:.5;cursor:not-allowed;text-decoration:line-through}.mco-variant-btn--size{min-width:48px;text-align:center}.mco-variant-btn--color{width:40px;height:40px;padding:0;border-radius:50%}.mco-variant-btn--color:after{content:"";position:absolute;top:2px;right:2px;bottom:2px;left:2px;border-radius:50%;border:2px solid rgba(0,0,0,0)}.mco-variant-btn--color--selected:after{border-color:#fff}.mco-cross-sell{padding:80px 0}.mco-cross-sell__header{text-align:center;margin-bottom:32px}.mco-cross-sell__title{font-size:1.5rem;margin-bottom:8px}.mco-cross-sell__slider{position:relative;overflow:hidden}.mco-cross-sell__track{display:flex;gap:24px;transition:transform .25s ease}.mco-cross-sell__item{flex-shrink:0;width:calc(25% - 18px)}@media(max-width:968px){.mco-cross-sell__item{width:calc(33.333% - 16px)}}@media(max-width:768px){.mco-cross-sell__item{width:calc(50% - 12px)}}@media(max-width:480px){.mco-cross-sell__item{width:100%}}.mco-cross-sell__nav{position:absolute;top:50%;transform:translateY(-50%);width:44px;height:44px;background:#fff;border:1px solid #e0e0e0;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .15s ease;z-index:10}.mco-cross-sell__nav:hover{border-color:#000;background:#000;color:#fff}.mco-cross-sell__nav--prev{left:0}.mco-cross-sell__nav--next{right:0}.mco-cross-sell__nav:disabled{opacity:.3;cursor:not-allowed}.mco-product-card__image{aspect-ratio:1;background:#f5f5f5;border-radius:8px;overflow:hidden;margin-bottom:16px}.mco-product-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .25s ease}.mco-product-card__image:hover img{transform:scale(1.05)}.mco-product-card__title{font-size:1rem;font-weight:500;margin-bottom:8px}.mco-product-card__price{font-size:.875rem;color:#666}.mco-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 24px;font-size:1rem;font-weight:500;text-align:center;border-radius:4px;transition:all .15s ease;cursor:pointer}.mco-btn--primary{background:#000;color:#fff;border:1px solid #000}.mco-btn--primary:hover:not(:disabled){background:#333;border-color:#333}.mco-btn--secondary{background:#fff;color:#000;border:1px solid #e0e0e0}.mco-btn--secondary:hover:not(:disabled){border-color:#000}.mco-btn--text{background:#0000;color:#000;border:none;padding:8px}.mco-btn--text:hover{color:#666}.mco-btn--large{padding:16px 32px;font-size:1.125rem}.mco-btn--small{padding:8px 16px;font-size:.875rem}.mco-btn--full{width:100%}.mco-btn:disabled{opacity:.5;cursor:not-allowed}.mco-btn--loading{position:relative;color:#0000}.mco-btn--loading:after{content:"";position:absolute;width:16px;height:16px;border:2px solid rgba(0,0,0,0);border-top-color:currentColor;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.mco-form__group{margin-bottom:16px}.mco-form__label{display:block;font-size:.875rem;font-weight:500;margin-bottom:8px;color:#000}.mco-form__input,.mco-form__select,.mco-form__textarea{width:100%;padding:12px 16px;font-size:1rem;border:1px solid #e0e0e0;border-radius:4px;background:#fff;transition:border-color .15s ease}.mco-form__input:focus,.mco-form__select:focus,.mco-form__textarea:focus{outline:none;border-color:#000}.mco-form__input::placeholder,.mco-form__select::placeholder,.mco-form__textarea::placeholder{color:#999}.mco-form__input:disabled,.mco-form__select:disabled,.mco-form__textarea:disabled{background:#f5f5f5;cursor:not-allowed}.mco-form__textarea{min-height:120px;resize:vertical}.mco-form__error{display:flex;align-items:center;gap:8px;margin-top:8px;font-size:.875rem;color:#d32f2f}.mco-form__hint{margin-top:8px;font-size:.875rem;color:#666}.mco-quantity{display:inline-flex;align-items:center;border:1px solid #e0e0e0;border-radius:4px}.mco-quantity__btn{width:40px;height:40px;display:flex;align-items:center;justify-content:center;font-size:1.125rem;transition:background .15s ease}.mco-quantity__btn:hover{background:#f5f5f5}.mco-quantity__input{width:60px;height:40px;text-align:center;border:none;border-left:1px solid #e0e0e0;border-right:1px solid #e0e0e0}.mco-quantity__input::-webkit-outer-spin-button,.mco-quantity__input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.hidden{display:none!important}.invisible{visibility:hidden}.clearfix:after{content:"";display:table;clear:both}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.text-uppercase{text-transform:uppercase}.text-lowercase{text-transform:lowercase}.text-capitalize{text-transform:capitalize}.font-light{font-weight:300}.font-normal{font-weight:400}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}.mt-0{margin-top:0}.mt-1{margin-top:var(--spacing-1)}.mt-2{margin-top:var(--spacing-2)}.mt-3{margin-top:var(--spacing-3)}.mt-4{margin-top:var(--spacing-4)}.mt-5{margin-top:var(--spacing-5)}.mt-6{margin-top:var(--spacing-6)}.mb-0{margin-bottom:0}.mb-1{margin-bottom:var(--spacing-1)}.mb-2{margin-bottom:var(--spacing-2)}.mb-3{margin-bottom:var(--spacing-3)}.mb-4{margin-bottom:var(--spacing-4)}.mb-5{margin-bottom:var(--spacing-5)}.mb-6{margin-bottom:var(--spacing-6)}.container{width:100%;max-width:var(--container-max-width);margin:0 auto;padding:0 var(--spacing-4)}.container-narrow{max-width:800px}.container-wide{max-width:1400px}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.flex-wrap{flex-wrap:wrap}.flex-1{flex:1}.gap-1{gap:var(--spacing-1)}.gap-2{gap:var(--spacing-2)}.gap-3{gap:var(--spacing-3)}.gap-4{gap:var(--spacing-4)}.gap-5{gap:var(--spacing-5)}.gap-6{gap:var(--spacing-6)}@media(min-width:576px){.sm\:hidden{display:none!important}.sm\:block{display:block}.sm\:flex{display:flex}.sm\:grid{display:grid}.sm\:text-left{text-align:left}.sm\:text-center{text-align:center}.sm\:text-right{text-align:right}}@media(min-width:768px){.md\:hidden{display:none!important}.md\:block{display:block}.md\:flex{display:flex}.md\:grid{display:grid}.md\:text-left{text-align:left}.md\:text-center{text-align:center}.md\:text-right{text-align:right}}@media(min-width:992px){.lg\:hidden{display:none!important}.lg\:block{display:block}.lg\:flex{display:flex}.lg\:grid{display:grid}.lg\:text-left{text-align:left}.lg\:text-center{text-align:center}.lg\:text-right{text-align:right}}@media(min-width:1200px){.xl\:hidden{display:none!important}.xl\:block{display:block}.xl\:flex{display:flex}.xl\:grid{display:grid}}@media(max-width:575px){.hidden-sm{display:none!important}}@media(max-width:767px){.hidden-md{display:none!important}}@media(max-width:991px){.hidden-lg{display:none!important}}@media(max-width:1199px){.hidden-xl{display:none!important}}
/*# sourceMappingURL=/cdn/shop/t/75/assets/theme.css.map */
