.product-page{background:hsla(var(--accent-hsl),1)}.product-breadcrumbs{font-size:.75rem;color:hsla(var(--black-hsl),.5);margin-bottom:2rem}.product-breadcrumbs a{color:hsla(var(--black-hsl),.5);text-decoration:underline;text-underline-offset:2px}.product-breadcrumbs a:hover{color:hsla(var(--black-hsl),.8)}.product-info__type{font-size:.8rem;font-weight:600;letter-spacing:.1rem;text-transform:uppercase;color:hsla(var(--black-hsl),.5);margin-bottom:1.5rem}.product-layout{display:grid;grid-template-columns:1.2fr 1fr;gap:clamp(2rem,4vw,5rem);max-width:var(--site-max-width);margin:0 auto;align-items:start}.product-media__main{position:relative;overflow:hidden;border-radius:var(--btn-radius);background:hsla(var(--lightAccent-hsl),1)}.product-media__main img{width:100%;height:auto;object-fit:cover}.product-media__thumbs{display:flex;gap:.75rem;margin-top:1rem;flex-wrap:wrap}.product-thumb{width:5rem;height:5rem;border:2px solid transparent;border-radius:6px;overflow:hidden;cursor:pointer;background:hsla(var(--lightAccent-hsl),1);padding:0;transition:border-color .2s}.product-thumb:hover,.product-thumb--active{border-color:hsla(var(--black-hsl),.3)}.product-thumb img{width:100%;height:100%;object-fit:cover}.product-info__vendor{font-size:.75rem;font-weight:600;letter-spacing:.2rem;text-transform:uppercase;color:hsla(var(--black-hsl),.5);margin-bottom:.8rem}.product-info__title{font-family:var(--heading-font);font-size:clamp(1.8rem,3vw,2.8rem);font-weight:400;line-height:1.3;color:hsla(var(--black-hsl),1);margin-bottom:1rem}.product-info__price{font-family:var(--heading-font);font-size:1.8rem;color:hsla(var(--black-hsl),1);margin-bottom:.5rem}.product-info__compare-price{font-size:.9rem;color:hsla(var(--black-hsl),.5);margin-bottom:1.5rem}.product-info__compare-price s{text-decoration:line-through}.product-info__variants{margin-bottom:1.5rem}.product-variant-group{margin-bottom:1rem}.product-variant-label{display:block;font-size:.8rem;font-weight:600;letter-spacing:.1rem;text-transform:uppercase;color:hsla(var(--black-hsl),.65);margin-bottom:.5rem}.product-variant-select{width:100%;max-width:20rem;padding:.7rem 1rem;border:1px solid hsla(var(--black-hsl),.2);border-radius:var(--btn-radius);background:hsla(var(--lightAccent-hsl),1);font-family:var(--body-font);font-size:.9rem;color:hsla(var(--black-hsl),1);appearance:none;-webkit-appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath d='M1 1l5 5 5-5' fill='none' stroke='%23354B53' stroke-width='1.5'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;cursor:pointer}.product-info__actions{margin:1.5rem 0 2rem}.product-add-btn{width:100%;max-width:24rem;padding:1rem 2rem;font-size:1rem;letter-spacing:.08em}.product-add-btn:disabled{opacity:.5;cursor:not-allowed}.product-info__description{font-size:1rem;line-height:1.8;color:hsla(var(--black-hsl),.8)}.product-info__description h2,.product-info__description h3,.product-info__description h4{font-family:var(--heading-font);margin:1.5rem 0 .8rem}.product-info__description p{margin-bottom:1rem}.product-info__description ul,.product-info__description ol{margin:1rem 0;padding-left:2rem}.product-info__description li{margin-bottom:.5rem;line-height:1.7}.product-info__description img{max-width:100%;border-radius:var(--btn-radius);margin:1rem 0}.collection-page{background:hsla(var(--accent-hsl),1)}.collection-header{text-align:center;max-width:48rem;margin:0 auto 3rem}.collection-header h1{font-family:var(--heading-font);font-size:clamp(2rem,3.5vw,3.2rem);font-weight:400;color:hsla(var(--black-hsl),1);margin-bottom:1rem}.collection-header__desc{font-size:1rem;line-height:1.7;color:hsla(var(--black-hsl),.65)}.collection-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2.5rem;max-width:var(--site-max-width);margin:0 auto}.product-card{display:flex;flex-direction:column;background:hsla(var(--lightAccent-hsl),1);border:1px solid hsla(var(--black-hsl),.08);border-radius:var(--btn-radius);overflow:hidden;text-decoration:none;color:inherit;transition:box-shadow .2s,transform .15s}.product-card:hover{box-shadow:0 .5rem 1.5rem hsla(var(--darkAccent-hsl),.08);transform:translateY(-2px)}.product-card__image{aspect-ratio:1;overflow:hidden;background:hsla(var(--accent-hsl),.4)}.product-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .3s}.product-card:hover .product-card__image img{transform:scale(1.03)}.product-card__image--placeholder{display:flex;align-items:center;justify-content:center;color:hsla(var(--black-hsl),.2)}.product-card__image--placeholder svg{width:40%;height:40%}.product-card__info{padding:1.5rem}.product-card__title{font-family:var(--heading-font);font-size:1.15rem;font-weight:400;line-height:1.4;color:hsla(var(--black-hsl),1);margin-bottom:.5rem}.product-card__price{font-family:var(--heading-font);font-size:1.1rem;color:hsla(var(--black-hsl),.85)}.product-card__compare-price{font-size:.85rem;color:hsla(var(--black-hsl),.5)}.collection-empty{text-align:center;font-size:1rem;color:hsla(var(--black-hsl),.5);padding:4rem 0}.collection-pagination{text-align:center;margin-top:3rem;padding:2rem 0}.collection-pagination a,.collection-pagination span{display:inline-block;padding:.5rem 1rem;margin:0 .25rem;font-size:.9rem;color:hsla(var(--black-hsl),.7);border-radius:var(--btn-radius);transition:background .2s}.collection-pagination a:hover{background:hsla(var(--black-hsl),.06)}.collection-pagination .current{background:hsla(var(--black-hsl),1);color:hsla(var(--white-hsl),1)}.article-page{background:hsla(var(--accent-hsl),1)}.article-content h2,.article-content h3,.article-content h4{font-family:var(--heading-font);margin:2rem 0 1rem;color:hsla(var(--black-hsl),1)}.article-content h2{font-size:var(--h2-size)}.article-content h3{font-size:var(--h3-size)}.article-content h4{font-size:var(--h4-size)}.article-content p{margin-bottom:1.2rem}.article-content ul,.article-content ol{margin:1rem 0 1.5rem;padding-left:2rem}.article-content li{margin-bottom:.5rem;line-height:1.7}.article-content blockquote{border-left:3px solid hsla(var(--black-hsl),.2);padding:1rem 0 1rem 1.5rem;margin:1.5rem 0;font-style:italic;color:hsla(var(--black-hsl),.7)}.article-content img{max-width:100%;border-radius:var(--btn-radius);margin:1.5rem 0}.article-content a{color:hsla(var(--black-hsl),.85);text-decoration:underline;text-underline-offset:2px}.article-content a:hover{opacity:.7}.article-content table{width:100%;border-collapse:collapse;margin:1.5rem 0}.article-content th,.article-content td{padding:.75rem 1rem;border:1px solid hsla(var(--black-hsl),.12);text-align:left}.article-content th{background:hsla(var(--black-hsl),.04);font-weight:600}.blog-listing{background:hsla(var(--accent-hsl),1)}.blog-listing article a{color:inherit;text-decoration:none}.blog-listing article h3 a:hover{opacity:.7}.template-cart main{background:hsla(var(--accent-hsl),1);min-height:50vh;padding:clamp(3rem,5vw,6rem) var(--site-gutter)}.template-search main{background:hsla(var(--accent-hsl),1);min-height:50vh;padding:clamp(3rem,5vw,6rem) var(--site-gutter)}.template-404 main{background:hsla(var(--accent-hsl),1);min-height:50vh;padding:clamp(3rem,5vw,6rem) var(--site-gutter)}@media(max-width:768px){.product-layout{grid-template-columns:1fr;gap:2rem}.product-media__thumbs{justify-content:flex-start}.product-thumb{width:4rem;height:4rem}.product-info__title{font-size:1.6rem}.product-add-btn{max-width:100%}.collection-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}.product-card__info{padding:1rem}.product-card__title{font-size:1rem}}@media(max-width:480px){.collection-grid{grid-template-columns:1fr}}@media(max-width:414px){.product-info__title,.product-info__price{font-size:1.4rem}.product-variant-select{max-width:100%}.product-breadcrumbs{font-size:.7rem}.product-media__main img{aspect-ratio:4/3}}@media(max-width:375px){.product-layout{gap:1.5rem}.product-info__title{font-size:1.3rem}.product-info__price{font-size:1.3rem;margin-bottom:.3rem}.product-thumb{width:3.5rem;height:3.5rem}.product-add-btn{padding:.85rem 1.5rem;font-size:.9rem}}@media(min-width:1025px)and (max-width:1320px){#services .service-cards--4col .service-card__label{min-height:36px!important}#services .service-cards--4col .service-card__title{min-height:50px!important}#services .service-cards--4col .service-card__price-note{min-height:40px!important}#services .service-cards--4col .service-card__description{min-height:190px!important}}.product-form__input,.product-form__submit{font-family:var(--body-font)}.product-form__submit{display:inline-flex;align-items:center;justify-content:center;padding:var(--btn-padding);border-radius:var(--btn-radius);font-size:var(--btn-font-size);letter-spacing:var(--btn-letter-spacing);background:hsla(var(--black-hsl),1);color:hsla(var(--white-hsl),1);border:0;cursor:pointer;transition:opacity .2s}.product-form__submit:hover{opacity:.85}.collection-product-list,.collection-product-card{font-family:var(--body-font)}.page-width{max-width:var(--site-max-width);margin:0 auto;padding-left:var(--site-gutter);padding-right:var(--site-gutter)}.rich-text,.rich-text__blocks{font-family:var(--body-font);color:hsla(var(--black-hsl),.85)}.shopify-challenge__container{font-family:var(--body-font);padding:2rem var(--site-gutter)}.page-content{background:hsla(var(--accent-hsl),1);padding-top:clamp(3rem,5vw,6rem);padding-bottom:clamp(4rem,6vw,8rem)}.page-content h1{font-family:var(--heading-font);font-size:clamp(2rem,3.5vw,3.2rem);font-weight:400;color:hsla(var(--black-hsl),1);margin-bottom:2rem}.rte{font-size:1.05rem;line-height:1.8;color:hsla(var(--black-hsl),.85);max-width:800px}.rte h2,.rte h3,.rte h4,.rte h5,.rte h6{font-family:var(--heading-font);margin:2rem 0 1rem;color:hsla(var(--black-hsl),1)}.rte h2{font-size:var(--h2-size)}.rte h3{font-size:var(--h3-size)}.rte h4{font-size:var(--h4-size)}.rte p{margin-bottom:1.2rem}.rte ul,.rte ol{margin:1rem 0 1.5rem;padding-left:2rem}.rte li{margin-bottom:.5rem;line-height:1.7}.rte blockquote{border-left:3px solid hsla(var(--black-hsl),.2);padding:1rem 0 1rem 1.5rem;margin:1.5rem 0;font-style:italic;color:hsla(var(--black-hsl),.7)}.rte img{max-width:100%;height:auto;border-radius:var(--btn-radius);margin:1.5rem 0}.rte a{color:hsla(var(--black-hsl),.85);text-decoration:underline;text-underline-offset:2px}.rte a:hover{opacity:.7}.rte table{width:100%;border-collapse:collapse;margin:1.5rem 0}.rte th,.rte td{padding:.75rem 1rem;border:1px solid hsla(var(--black-hsl),.12);text-align:left}.rte th{background:hsla(var(--black-hsl),.04);font-weight:600}.rte iframe,.rte video{max-width:100%;margin:1.5rem 0}.rte hr{border:0;border-top:1px solid hsla(var(--black-hsl),.12);margin:2rem 0}.template-password main,.template-gift_card main,.template-customers-login main,.template-customers-register main,.template-customers-account main,.template-customers-order main,.template-customers-addresses main{background:hsla(var(--accent-hsl),1);min-height:50vh;padding:clamp(3rem,5vw,6rem) var(--site-gutter)}.form-field input[type=text],.form-field input[type=email],.form-field input[type=password],.form-field input[type=tel],.form-field textarea,input.field__input,textarea.field__input{width:100%;padding:.7rem 1rem;border:1px solid hsla(var(--black-hsl),.2);border-radius:var(--btn-radius);background:hsla(var(--lightAccent-hsl),1);font-family:var(--body-font);font-size:.95rem;color:hsla(var(--black-hsl),1)}.form-field input:focus,.form-field textarea:focus,input.field__input:focus,textarea.field__input:focus{outline:none;border-color:hsla(var(--black-hsl),.5)}.shopify-section{width:100%}
/*# sourceMappingURL=/cdn/shop/t/29/assets/tesc-pages.css.map */
