.ctm-skeleton-box{display:inline-block;height:1em;position:relative;overflow:hidden;background-color:#dddbdd;border-radius:6px}.ctm-skeleton-box:after{position:absolute;top:0;right:0;bottom:0;left:0;transform:translate(-100%);background-image:linear-gradient(90deg,#fff0 0,#fff3 20%,#ffffff80 60%,#fff0);animation:shimmer 3s infinite;content:""}@keyframes shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}.product-information media-gallery{margin-top:20px!important}.product-information__grid{padding:0 16px}.product-details .text-block h1{font-size:20px;font-weight:600;line-height:1.5;color:#0b2a4a}.product-details .price__pricing-group{margin:4px 0}.product-details .price__pricing-group .price__sale{color:#f36621;font-size:24px;font-weight:600;line-height:1.2}@media screen and (min-width:768px){.product-information{margin-top:24px}.product-details .text-block h1{font-size:25px}.product-information__grid{grid-template-columns:min(800px,50vw) 1fr!important}}#artwork-preview .customall-product-media .embla--thumb{margin-top:16px}#artwork-preview .customall-product-media .main-carousel .embla__slide img{border-radius:16px}@media screen and (min-width:768px){#artwork-preview .customall-product-media .main-carousel .embla__slide img{border-radius:8px}#artwork-preview .customall-product-media .embla--thumb{margin-top:24px}}.buy-more-discount{margin-bottom:20px}.buy-more-discount__title{margin-bottom:12px}.buy-more-discount-inner{border:1px solid #ddd;border-radius:8px;overflow:hidden;background:#fff;box-shadow:0 4px 6px #0000001a}.buy-more-discount-heading{display:flex;background-color:var(--buy-more-discount-cell-heading-background-color);color:var(--buy-more-discount-cell-heading-text-color);font-weight:700}.buy-more-discount-heading .buy-more-discount-cell{flex:0 0 calc(100% / 3);padding:12px;text-align:left;border-right:1px solid rgba(255,255,255,.3);font-size:var(--buy-more-discount-cell-font-size);display:flex;align-items:center}.buy-more-discount-heading .buy-more-discount-cell:last-child{border-right:none}.buy-more-discount-info{display:flex;background-color:var(--buy-more-discount-cell-background-color);color:var(--buy-more-discount-cell-text-color)}.buy-more-discount-info .buy-more-discount-cell{flex:0 0 calc(100% / 3);padding:12px;text-align:left;border-right:1px solid #ddd;font-size:var(--buy-more-discount-cell-font-size);display:flex;align-items:center}.buy-more-discount-info .buy-more-discount-cell:last-child{border-right:none}.buy-more-discount-info+.buy-more-discount-info{border-top:1px solid #ddd}.buy-more-code-container{display:flex;align-items:center;justify-content:space-between;width:100%;background-color:#f8f9fa;border:1px solid #e9ecef;border-radius:4px;padding:6px;cursor:pointer;flex-wrap:wrap}.buy-more-code-container code{color:#495057;font-weight:600}.buy-more-copy-btn{background:none;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;position:relative;padding:2px;border-radius:3px;transition:background-color .2s}.buy-more-copy-icon{font-size:14px;color:#6c757d}.buy-more-tooltip{position:absolute;background-color:#333;color:#fff;padding:4px 8px;border-radius:4px;font-size:11px;bottom:120%;left:50%;transform:translate(-50%);white-space:nowrap;max-width:min(240px,70vw);opacity:0;visibility:hidden;transition:opacity .3s,visibility .3s;z-index:1000}.buy-more-copy-btn--tooltip-visible .buy-more-tooltip{opacity:1;visibility:visible}.buy-more-tooltip:after{content:"";position:absolute;top:100%;left:50%;transform:translate(-50%);border:4px solid transparent;border-top-color:#333}@media screen and (min-width:768px){.buy-more-discount-info .buy-more-discount-cell,.buy-more-discount-heading .buy-more-discount-cell{padding:12px 16px}}.accordion accordion-custom summary.details__header{font-size:16px}.delivery-estimate .delivery-estimate__infos{display:flex;gap:8px}.delivery-estimate-info__timeline{position:relative}.delivery-estimate .shipping-method-box{background-color:var(--delivery-estimate-background-color);border-radius:6px;padding:6px 8px;color:var(--delivery-estimate-text-color);font-size:var(--delivery-estimate-font-size);font-weight:400;line-height:20px}.delivery-estimate .shipping-method-name{font-weight:600;margin-bottom:4px}.delivery-estimate .shipping-method-delivery{display:flex;flex-wrap:wrap;align-items:baseline;gap:4px}.delivery-estimate .arrives-by{opacity:.85}.delivery-estimate:not(.delivery-estimate--inline-only) .delivery-estimate-info__compact{cursor:pointer}.delivery-estimate .hurry-icon--custom{object-fit:contain;flex-shrink:0}.delivery-estimate .shipping-method-delivery-date{font-weight:700;display:inline-flex;text-decoration:underline;text-decoration-style:dotted;text-underline-offset:2px;cursor:pointer}.delivery-estimate-timeline{display:flex;flex-direction:row;gap:12px;width:100%;justify-content:space-between}.delivery-estimate-timeline__row{display:flex;flex-direction:column;gap:4px;text-align:center;flex:0 0 30%}.delivery-estimate-timeline__row:last-child{padding-bottom:0;border-bottom:none}.delivery-estimate-timeline__icon{width:40px;height:40px;background-color:#c4eef2;border-radius:50%;margin:0 auto 8px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:18px;position:relative;z-index:2}.delivery-estimate-timeline__label{font-weight:400;opacity:.7}.delivery-estimate-timeline__value{font-weight:600;font-size:14px}.delivery-estimate{margin-bottom:20px}.delivery-estimate-popup{display:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:calc(var(--header-z-index, 1029) + 1);align-items:center;justify-content:center;padding:16px;box-sizing:border-box}.delivery-estimate-popup.is-open{display:flex!important}.delivery-estimate-popup__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000073;cursor:pointer}.delivery-estimate-popup__inner{position:relative;z-index:1;width:min(420px,100%);max-height:min(80vh,100%);overflow:auto;padding:24px 20px 20px;border-radius:12px;background:#fff;box-shadow:0 12px 40px #0000002e}.delivery-estimate-popup__close{position:absolute;top:4px;right:4px;display:flex;align-items:center;justify-content:center;width:36px;height:36px;padding:0;border:none;background:transparent;cursor:pointer;border-radius:8px;color:inherit}.delivery-estimate-popup__close:hover{background:#0000000f}.delivery-estimate-popup__close svg{width:18px;height:18px}.delivery-estimate-popup__items .delivery-estimate-info{margin-bottom:20px}.delivery-estimate-popup__items .delivery-estimate-info:last-child{margin-bottom:0}.delivery-estimate-timeline-line{position:absolute;top:20px;left:40px;right:40px;border:1px dashed #0B8494;z-index:1}@media screen and (min-width:768px){.delivery-estimate-timeline-line{left:80px;width:calc(100% - 160px)}}html.delivery-estimate-popup-open{overflow:hidden}html.delivery-estimate-popup-open .product-details.sticky-content--desktop,html.delivery-estimate-popup-open .product-details.sticky-content--desktop.full-height--desktop>.group-block{z-index:calc(var(--header-z-index, 1029) + 1)}.delivery-estimate .delivery-estimate-info{flex:0 0 100%}.delivery-estimate .delivery-estimate__title{display:none;align-items:center;flex-wrap:wrap;margin-bottom:12px}.delivery-estimate .delivery-estimate__title .hurry-icon{flex:0 0 40px;width:40px;height:40px;margin-right:16px}.delivery-estimate .delivery-estimate__title .text{flex:1;font-size:18px;line-height:1.2}.delivery-estimate .delivery-estimate__infos{flex-wrap:wrap}.delivery-estimate .delivery-estimate-info{flex:1 1 calc(50% - 4px);min-width:min(100%,148px)}.delivery-estimate.delivery-estimate--single-method .delivery-estimate-info{flex:0 0 50%;max-width:50%;min-width:0}.delivery-estimate .delivery-estimate-popup .delivery-estimate-info{max-width:100%}.delivery-estimate .hurry-icon--placeholder{display:flex;align-items:center;justify-content:center;color:var(--delivery-estimate-text-color, #333)}.delivery-estimate .shipping-method-box__name{font-weight:600;margin-bottom:4px}.delivery-estimate .shipping-method-box__line{display:flex;flex-wrap:wrap;align-items:baseline;gap:4px}.delivery-estimate .shipping-method-box__hint{opacity:.85}.delivery-estimate .shipping-method-delivery-date{font:inherit;color:inherit;background:none;border:none;padding:0;text-align:inherit}.delivery-estimate-timeline-wrap{position:relative;padding-top:4px}.delivery-estimate-popup__method-title{font-weight:600;font-size:16px;margin:0 0 12px}.delivery-estimate-popup__msg{margin-top:16px;padding-top:12px;border-top:1px solid rgba(0,0,0,.08);font-size:13px;line-height:1.5}.earlier-delivery{margin-bottom:20px}.delivery-estimate .delivery-estimate-v2 .delivery-estimate__title{display:flex}
/*# sourceMappingURL=/cdn/shop/t/9/assets/cm-section-product.css.map */
