*,*:before,*:after{box-sizing:border-box}.scrub-page{display:grid;grid-template-columns:1fr 1fr;gap:40px;max-width:1200px;margin:40px auto;padding:0 20px}.scrub-gallery__main{width:100%;aspect-ratio:1 / 1;overflow:hidden;border-radius:8px;background:#f5f5f5}.scrub-gallery__main img{width:100%;height:100%;object-fit:contain;transition:opacity .3s ease}.scrub-gallery__thumbs{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin-top:10px}.scrub-gallery__thumb{aspect-ratio:1 / 1;overflow:hidden;border-radius:6px;border:2px solid transparent;cursor:pointer;background:#f5f5f5;transition:border-color .2s}.scrub-gallery__thumb img{width:100%;height:100%;object-fit:contain;background:#f5f5f5}.scrub-gallery__thumb.active,.scrub-gallery__thumb:hover{border-color:#2d6a4f}.scrub-info{display:flex;flex-direction:column;gap:14px}.scrub-info__badge{display:inline-block;background:#e8f4f0;color:#2d6a4f;font-size:11px;font-weight:700;letter-spacing:1px;padding:4px 10px;border-radius:4px;width:fit-content}.scrub-info__title{font-size:22px;font-weight:800;color:#111;margin:0;line-height:1.3;text-transform:uppercase;letter-spacing:.5px}.scrub-info__rating{display:flex;align-items:center;gap:8px}.scrub-stars{color:#0044a8;font-size:16px;letter-spacing:2px}.scrub-rating-text{font-size:11px;color:#555;font-weight:600;letter-spacing:.5px}.scrub-info__price{display:flex;align-items:center;gap:12px}.scrub-price{font-size:26px;font-weight:800;color:#111}.scrub-compare-price{font-size:18px;color:#999;text-decoration:line-through}.scrub-option__label{font-size:11px;font-weight:700;letter-spacing:1px;color:#333;margin-bottom:8px;text-transform:uppercase}.scrub-option__selected{color:#2d6a4f;font-weight:700}.scrub-swatches{display:flex;flex-wrap:wrap;gap:8px}.scrub-swatch{width:30px;height:30px;border-radius:50%;border:2px solid transparent;cursor:pointer;padding:0;outline:none;transition:transform .2s,border-color .2s;box-shadow:0 1px 3px #0003}.scrub-swatch:hover{transform:scale(1.15)}.scrub-swatch.active{border-color:#111;transform:scale(1.15)}.scrub-sizes{display:flex;flex-wrap:wrap;gap:6px}.scrub-size-btn{min-width:44px;height:36px;padding:0 10px;border:1.5px solid #ddd;border-radius:4px;background:#fff;font-size:12px;font-weight:700;color:#333;cursor:pointer;transition:all .2s;text-transform:uppercase}.scrub-size-btn:hover{border-color:#2d6a4f;color:#2d6a4f}.scrub-size-btn.active{background:#2d6a4f;border-color:#2d6a4f;color:#fff}.scrub-size-btn.unavailable{opacity:.35;cursor:not-allowed;text-decoration:line-through}.scrub-size-guide{margin-top:-4px}.scrub-size-guide__link{font-size:11px;font-weight:700;color:#333;text-decoration:underline;letter-spacing:1px;text-transform:uppercase}.scrub-size-guide__link:hover{color:#000}.scrub-embroidery-field{display:flex;align-items:center;justify-content:space-between;border:1.5px solid #ddd;border-radius:4px;padding:12px 16px;cursor:pointer;background:#fff;font-size:13px;font-weight:600;color:#555;letter-spacing:.5px;transition:border-color .2s}.scrub-embroidery-field:hover{border-color:#2d6a4f}.scrub-atc-row{display:flex;gap:12px;align-items:center}.scrub-qty{display:flex;align-items:center;border:1.5px solid #ddd;border-radius:4px;overflow:hidden}.scrub-qty__btn{width:38px;height:48px;background:#f5f5f5;border:none;font-size:20px;font-weight:600;cursor:pointer;color:#333;transition:background .2s}.scrub-qty__btn:hover{background:#e0e0e0}.scrub-qty__input{width:48px;height:48px;border:none;text-align:center;font-size:15px;font-weight:700;color:#111;-moz-appearance:textfield}.scrub-qty__input::-webkit-outer-spin-button,.scrub-qty__input::-webkit-inner-spin-button{-webkit-appearance:none}.scrub-atc-btn{flex:1;height:48px;background:#2d6a4f;color:#fff;border:none;border-radius:4px;font-size:14px;font-weight:800;letter-spacing:1.5px;cursor:pointer;transition:background .2s;text-transform:uppercase}.scrub-atc-btn:hover{background:#1b4332}.scrub-atc-btn:disabled{background:#aaa;cursor:not-allowed}.scrub-terms{display:flex;align-items:center;gap:8px;font-size:12px;color:#555}.scrub-terms a{color:#2d6a4f;text-decoration:underline}.scrub-terms input[type=checkbox]{width:16px;height:16px;accent-color:#2d6a4f;cursor:pointer}.scrub-tabs{border:1.5px solid #e0e0e0;border-radius:8px;overflow:hidden;margin-top:10px;background:#f8f8f8}.scrub-tabs__nav{display:flex;border-bottom:1.5px solid #e0e0e0;background:#f8f8f8}.scrub-tab-btn{flex:1;padding:14px 8px;background:transparent;border:none;border-right:1.5px solid #e0e0e0;font-size:12px;font-weight:700;letter-spacing:1.5px;color:#000;cursor:pointer;transition:all .2s;text-transform:uppercase}.scrub-tab-btn:last-child{border-right:none}.scrub-tab-btn.active{background:#f8f8f8;color:#000;border-bottom:2.5px solid #111}.scrub-tab-btn:hover:not(.active){color:#000;background:#f0f0f0}.scrub-tab-panel{display:none;padding:20px;font-size:13px;color:#000;line-height:1.8;background:#f8f8f8}.scrub-tab-panel.active{display:block}.scrub-tab-panel p,.scrub-tab-panel li{margin-bottom:6px;color:#000}.scrub-tab-panel ul{padding-left:16px}@media(max-width:768px){.scrub-page{grid-template-columns:1fr;gap:24px;margin:20px auto}.scrub-gallery__thumbs{grid-template-columns:repeat(4,1fr)}.scrub-info__title{font-size:18px}.scrub-price{font-size:22px}.scrub-atc-row{flex-direction:row}.scrub-atc-btn{font-size:13px}.emb-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;z-index:9998;display:none;opacity:0;transition:opacity .3s ease}.emb-overlay.open{display:block;opacity:1}.emb-popup{position:fixed!important;top:50%!important;left:50%!important;transform:translate(-50%,-50%) scale(.95)!important;width:90%!important;max-width:860px!important;max-height:90vh!important;overflow-y:auto!important;background:#fff!important;border-radius:8px!important;z-index:999999!important;display:none;opacity:0;transition:all .3s ease!important;font-family:Montserrat,sans-serif!important}.emb-popup.open{display:block!important;opacity:1!important;transform:translate(-50%,-50%) scale(1)!important}.emb-overlay{position:fixed!important;top:0!important;left:0!important;width:100%!important;height:100%!important;background:#00000080!important;z-index:999998!important;display:none;opacity:0;transition:opacity .3s ease!important}.emb-overlay.open{display:block!important;opacity:1!important}.emb-popup__header{display:flex;align-items:flex-start;justify-content:space-between;padding:24px 28px 16px}.emb-popup__title{font-size:22px;font-weight:700;color:#111;margin:0 0 4px;text-align:center}.emb-popup__price{font-size:14px;color:#555;margin:0;text-align:center}.emb-popup__close{background:transparent;border:1.5px solid #ccc;border-radius:50%;width:32px;height:32px;font-size:14px;cursor:pointer;color:#555;display:flex;align-items:center;justify-content:center;transition:all .2s;flex-shrink:0}.emb-popup__close:hover{border-color:#111;color:#111}.emb-popup__divider{height:1px;background:#eee;margin:0 28px}.emb-popup__body{display:flex;gap:32px;padding:24px 28px 28px}.emb-popup__left{width:280px;flex-shrink:0;display:flex;flex-direction:column;gap:0}.emb-preview__shirt{background:#f5f5f5;border-radius:4px;padding:20px;display:flex;align-items:center;justify-content:center;height:180px}.emb-preview__shirt svg{width:120px;height:120px}.emb-preview__text-box{background:#2d3748;border-radius:0 0 4px 4px;padding:28px 20px;text-align:center;min-height:80px;display:flex;align-items:center;justify-content:center}.emb-preview__example{color:#fff;font-size:22px;font-family:Brush Script MT,cursive;transition:all .2s}.emb-popup__info{padding:16px 0 0;font-size:12px;color:#333;line-height:1.6;display:flex;flex-direction:column;gap:4px}.emb-popup__warning{color:#e53e3e;font-size:11px;margin-top:4px}.emb-popup__right{flex:1;display:flex;flex-direction:column;gap:16px}.emb-field{display:flex;flex-direction:column;gap:6px}.emb-label{font-size:12px;font-weight:600;color:#333;letter-spacing:.3px}.emb-required{color:#e53e3e;margin-left:2px}.emb-select,.emb-input{width:100%;padding:10px 14px;border:1px solid #ddd;border-radius:4px;font-size:13px;font-family:Montserrat,sans-serif;color:#111;background:#fff;outline:none;transition:border-color .2s;-webkit-appearance:none}.emb-select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23555' stroke-width='1.5' fill='none'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center;padding-right:36px;cursor:pointer}.emb-select:focus,.emb-input:focus{border-color:#111}.emb-counter-row{display:flex;align-items:center;justify-content:space-between}.emb-counter{font-size:11px;color:#999;font-weight:500}.emb-popup__actions{display:flex;gap:12px;margin-top:8px}.emb-btn{flex:1;padding:13px 20px;font-size:13px;font-weight:700;font-family:Montserrat,sans-serif;border-radius:4px;cursor:pointer;letter-spacing:.5px;transition:all .2s}.emb-btn--cancel{background:#fff;color:#111;border:1.5px solid #ccc}.emb-btn--cancel:hover{border-color:#111}.emb-btn--apply{background:#111;color:#fff;border:1.5px solid #111}.emb-btn--apply:hover{background:#333}@media(max-width:640px){.emb-popup{width:95%;max-height:95vh}.emb-popup__body{flex-direction:column;padding:16px 20px 24px;gap:20px}.emb-popup__left{width:100%}.emb-popup__header{padding:18px 20px 12px;text-align:center}.emb-popup__divider{margin:0 20px}.emb-popup__actions{position:sticky;bottom:0;background:#fff;padding:12px 0 0}}#emb-popup{position:fixed!important;top:50%!important;left:50%!important;transform:translate(-50%,-50%) scale(1)!important;width:90%!important;max-width:860px!important;max-height:90vh!important;overflow-y:auto!important;background:#fff!important;border-radius:8px!important;z-index:999999!important;font-family:Montserrat,sans-serif!important;box-shadow:0 20px 60px #0000004d!important}#emb-popup .emb-popup__header{display:flex!important;align-items:flex-start!important;justify-content:space-between!important;padding:24px 28px 16px!important;flex-direction:row!important}#emb-popup .emb-popup__title{font-size:22px!important;font-weight:700!important;color:#111!important;margin:0 0 4px!important;text-align:left!important}#emb-popup .emb-popup__price{font-size:14px!important;color:#555!important;margin:0!important;text-align:left!important}#emb-popup .emb-popup__body{display:flex!important;flex-direction:row!important;gap:32px!important;padding:24px 28px 28px!important;align-items:flex-start!important}#emb-popup .emb-popup__left{width:260px!important;min-width:260px!important;flex-shrink:0!important;display:flex!important;flex-direction:column!important}#emb-popup .emb-preview__shirt{background:#f5f5f5!important;border-radius:4px 4px 0 0!important;padding:20px!important;display:flex!important;align-items:center!important;justify-content:center!important;height:180px!important}#emb-popup .emb-preview__shirt svg{width:120px!important;height:120px!important}#emb-popup .emb-preview__text-box{background:#2d3748!important;border-radius:0 0 4px 4px!important;padding:28px 20px!important;text-align:center!important;min-height:80px!important;display:flex!important;align-items:center!important;justify-content:center!important}#emb-popup .emb-preview__example{color:#fff!important;font-size:22px!important;font-family:Brush Script MT,cursive!important}#emb-popup .emb-popup__info{padding:12px 0 0!important;font-size:12px!important;color:#333!important;line-height:1.6!important}#emb-popup .emb-popup__warning{color:#e53e3e!important;font-size:11px!important;margin-top:4px!important}#emb-popup .emb-popup__right{flex:1!important;display:flex!important;flex-direction:column!important;gap:14px!important}#emb-popup .emb-field{display:flex!important;flex-direction:column!important;gap:6px!important}#emb-popup .emb-label{font-size:12px!important;font-weight:600!important;color:#333!important}#emb-popup .emb-select,#emb-popup .emb-input{width:100%!important;padding:10px 14px!important;border:1px solid #ddd!important;border-radius:4px!important;font-size:13px!important;font-family:Montserrat,sans-serif!important;color:#111!important;background:#fff!important;outline:none!important;box-sizing:border-box!important}#emb-popup .emb-select:focus,#emb-popup .emb-input:focus{border-color:#111!important}#emb-popup .emb-counter-row{display:flex!important;align-items:center!important;justify-content:space-between!important}#emb-popup .emb-counter{font-size:11px!important;color:#999!important}#emb-popup .emb-popup__actions{display:flex!important;gap:12px!important;margin-top:8px!important}#emb-popup .emb-btn{flex:1!important;padding:13px 20px!important;font-size:13px!important;font-weight:700!important;font-family:Montserrat,sans-serif!important;border-radius:4px!important;cursor:pointer!important;letter-spacing:.5px!important;transition:all .2s!important}#emb-popup .emb-btn--cancel{background:#fff!important;color:#111!important;border:1.5px solid #ccc!important}#emb-popup .emb-btn--cancel:hover{border-color:#111!important}#emb-popup .emb-btn--apply{background:#111!important;color:#fff!important;border:1.5px solid #111!important}#emb-popup .emb-btn--apply:hover{background:#333!important}#emb-overlay{position:fixed!important;top:0!important;left:0!important;width:100vw!important;height:100vh!important;background:#00000080!important;z-index:999998!important}@media(max-width:640px){#emb-popup .emb-popup__body{flex-direction:column!important;padding:16px 16px 24px!important}#emb-popup .emb-popup__left{width:100%!important;min-width:unset!important}}}
/*# sourceMappingURL=/cdn/shop/t/6/assets/scrub-product.css.map */
