.product-custom-layout{max-width:1400px;margin:20px auto 30px;padding:0 20px}.product-custom-layout .pcl-breadcrumbs{font-family:var(--font-body);font-size:14px;letter-spacing:0;margin:30px 40px 40px;color:#666;line-height:2rem}.product-custom-layout .pcl-breadcrumbs a{color:#666;text-decoration:none;transition:color .2s}.product-custom-layout .pcl-breadcrumbs a:hover{color:#cd3d27}.product-custom-layout .pcl-breadcrumbs .separator{margin:0 10px;color:#999;font-size:20px}.product-custom-layout .pcl-breadcrumbs .current{color:#63308a;font-weight:700}.product-custom-layout .pcl-product-body{display:grid;grid-template-columns:80px 1fr 520px;gap:40px;margin-bottom:60px;max-width:1080px;margin-left:auto;margin-right:auto}.product-custom-layout .pcl-thumbnails{display:flex;flex-direction:column;gap:16px;width:80px}.product-custom-layout .pcl-thumbnails__arrow{width:100%;height:40px;display:flex;align-items:center;justify-content:center;background:none;border:none;cursor:pointer;transition:opacity .2s;border-radius:4px}.product-custom-layout .pcl-thumbnails__arrow:hover{opacity:.7}.product-custom-layout .pcl-thumbnails__arrow:disabled{opacity:.3;cursor:not-allowed}.product-custom-layout .pcl-thumbnails__arrow svg{width:20px;height:20px}.product-custom-layout .pcl-thumbnails__list{display:flex;flex-direction:column;gap:12px}.product-custom-layout .pcl-thumbnails__item{width:100%;aspect-ratio:1;border:2px solid transparent;cursor:pointer;transition:border-color .2s;border-radius:8px;overflow:hidden}.product-custom-layout .pcl-thumbnails__item:hover{border-color:#cd3d27}.product-custom-layout .pcl-thumbnails__item.active{border-color:#5b3d99}.product-custom-layout .pcl-thumbnails__item img{width:100%;height:100%;object-fit:cover;display:block}.product-custom-layout .pcl-main-image{width:405px;height:378px;border-radius:40px 10px;overflow:hidden;position:relative}.product-custom-layout .pcl-main-image img{width:100%;height:100%;object-fit:cover;display:block;transition:opacity .3s ease}.product-custom-layout .pcl-details{display:flex;flex-direction:column;gap:20px}.product-custom-layout .pcl-details__title{font-size:48px;font-weight:600;color:#303132;margin:0;line-height:1.2}.product-custom-layout .pcl-vendor{display:flex;align-items:center;gap:12px}.product-custom-layout .pcl-vendor__logo{flex-shrink:0}.product-custom-layout .pcl-vendor__logo img{width:36px;height:36px;border-radius:50%;object-fit:contain;background:transparent}.product-custom-layout .pcl-vendor__name{font-family:var(--font-body);letter-spacing:0;font-size:16px;font-weight:700;color:#5b3d99;margin:0}.product-custom-layout .pcl-price{display:flex;flex-direction:column;gap:8px}.product-custom-layout .pcl-price__amount{font-family:var(--font-body);font-size:20px;font-weight:600;color:#303132;margin-top:-20px;letter-spacing:0}.product-custom-layout .pcl-price__note{font-size:14px;color:#666;font-family:var(--font-body);letter-spacing:0;margin-top:-8px}.product-custom-layout .pcl-actions{display:grid;grid-template-columns:120px 1fr auto;gap:12px;align-items:center;padding-right:90px}.product-custom-layout .pcl-quantity{display:flex;border:1px solid rgba(48,49,50,.2);border-radius:8px;overflow:hidden;max-width:104px}.product-custom-layout .pcl-quantity__button{width:32px;height:48px;background:transparent;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s}.product-custom-layout .pcl-quantity__button:hover{background:#f5f5f5}.product-custom-layout .pcl-quantity__button:disabled{opacity:.3;cursor:not-allowed}.product-custom-layout .pcl-quantity__input{background:transparent;width:40px;height:48px;border:none;text-align:center;font-size:16px;font-weight:600;font-family:var(--font-body)}.product-custom-layout .pcl-quantity__input:focus{outline:none}.product-custom-layout .pcl-quantity__input::-webkit-outer-spin-button,.product-custom-layout .pcl-quantity__input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.product-custom-layout .pcl-quantity__input[type=number]{-moz-appearance:textfield}.product-custom-layout .pcl-add-to-cart{height:48px;background:#5b3d99;color:#fff;border:none;border-radius:300px;font-size:14px;font-weight:600;font-family:var(--font-body);cursor:pointer;transition:background .2s;display:flex;align-items:center;justify-content:center;gap:8px}.product-custom-layout .pcl-add-to-cart:hover:not(:disabled){background:#4a2f7d}.product-custom-layout .pcl-add-to-cart:disabled{opacity:.7;cursor:not-allowed}.product-custom-layout .pcl-add-to-cart__spinner{display:none;width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:pcl-spin .6s linear infinite}.product-custom-layout .pcl-add-to-cart.loading .pcl-add-to-cart__spinner{display:block}.product-custom-layout .pcl-add-to-cart.loading .pcl-add-to-cart__text,.product-custom-layout .pcl-add-to-cart__loading-text{display:none}.product-custom-layout .pcl-add-to-cart.loading .pcl-add-to-cart__loading-text{display:block}@keyframes pcl-spin{to{transform:rotate(360deg)}}.product-custom-layout .pcl-icons{display:flex;gap:12px}.product-custom-layout .pcl-icon-button{width:48px;height:48px;background:none;border:none;border-radius:4px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s}.product-custom-layout .pcl-icon-button:hover{background:#f5f5f5}.product-custom-layout .pcl-icon-button svg{width:24px;height:24px}.product-custom-layout .pcl-divider{height:.6px;background:#c2c5c7;margin:45px 0 45px 120px;max-width:1062px;display:block!important}.product-custom-layout .pcl-description{margin:0 auto 20px;max-width:842px;border-bottom:solid .6px #C2C5C7}.product-custom-layout .pcl-description__content{font-size:24px;line-height:1.6;color:#303132;font-family:var(--font-body)}.product-custom-layout .pcl-description__content p{margin-bottom:16px;font-size:24px}.product-custom-layout .pcl-description__content h2,.product-custom-layout .pcl-description__content h3{margin-top:24px;margin-bottom:12px;color:#303132}.product-custom-layout .pcl-description__content table{border:none;font-size:16px;box-shadow:none;width:100%}.product-custom-layout .pcl-description__content table td,.product-custom-layout .pcl-description__content table th{border:none;vertical-align:top;font-size:14px}.product-custom-layout .pcl-description__content table td ul li{max-width:420px}.product-custom-layout .pcl-description__content table td ul li{line-height:3rem;letter-spacing:0}.product-custom-layout .pcl-description__content table td strong{font-size:16px}.product-custom-layout .pcl-description__content table td ul{padding-left:20px}.product-custom-layout .pcl-tags{display:flex;justify-content:space-between;align-items:center;flex-wrap:nowrap;gap:16px;margin:0 auto;max-width:842px}.product-custom-layout .pcl-tags__list{display:flex;gap:8px;flex-wrap:wrap}.product-custom-layout .pcl-tags__item{font-family:var(--font-body);letter-spacing:0;background:#e8e3f0;color:#5b3d99;padding:6px 16px;border-radius:20px;font-size:14px;font-weight:500;text-decoration:none;opacity:.8;transition:all .2s ease-in-out;display:inline-block}.product-custom-layout .pcl-tags__item:hover{opacity:1}.product-custom-layout .pcl-tags__actions{display:flex;align-items:center;gap:16px}.product-custom-layout .pcl-tags__action{display:flex;align-items:center;gap:8px;cursor:pointer;text-decoration:none;transition:opacity .2s;background:none;border:none;padding:0}.product-custom-layout .pcl-tags__action:hover{opacity:.7}.product-custom-layout .pcl-tags__action svg{display:block;width:24px;height:24px}.product-custom-layout .pcl-loading{text-align:center;padding:40px;font-size:18px;color:#666}.product-custom-layout .pcl-error{text-align:center;padding:40px;font-size:18px;color:#cd3d27}@media screen and (max-width: 1024px){.product-custom-layout .pcl-product-body{grid-template-columns:80px 1fr 350px;gap:30px}.product-custom-layout .pcl-details__title{font-size:28px}.product-custom-layout .pcl-description,.product-custom-layout .pcl-tags,.product-custom-layout .pcl-divider{margin-left:110px}}@media screen and (max-width: 768px){.product-custom-layout .pcl-product-body{grid-template-columns:1fr;gap:20px}.product-custom-layout .pcl-thumbnails__arrow--up,.product-custom-layout .pcl-thumbnails__arrow--down{display:none}.product-custom-layout .pcl-thumbnails__arrow--left,.product-custom-layout .pcl-thumbnails__arrow--right{display:flex;width:32px;height:32px;min-width:32px;flex-shrink:0}.product-custom-layout .pcl-thumbnails__arrow--left svg,.product-custom-layout .pcl-thumbnails__arrow--right svg{width:16px;height:16px}.product-custom-layout .pcl-thumbnails{flex-direction:row;order:2;width:100%;justify-content:center;align-items:center;gap:8px}.product-custom-layout .pcl-thumbnails__list{flex-direction:row;overflow:hidden;gap:8px;padding:10px 0;justify-content:center;width:auto;max-width:264px}.product-custom-layout .pcl-thumbnails__item{min-width:60px;width:60px;height:60px;flex-shrink:0;border-radius:8px}.product-custom-layout .pcl-thumbnails__item.mobile-hidden{display:none}.product-custom-layout .pcl-main-image{order:1;width:100%;max-width:100%;height:auto;aspect-ratio:1;border-radius:20px 8px;margin:0 auto}.product-custom-layout .pcl-main-image img{width:100%;height:100%;object-fit:cover}.product-custom-layout .pcl-details{order:3}.product-custom-layout .pcl-description{margin-left:0;max-width:100%}.product-custom-layout .pcl-description__content table{display:block;width:100%}.product-custom-layout .pcl-description__content table tbody{display:block}.product-custom-layout .pcl-description__content table tr{display:block;margin-bottom:24px}.product-custom-layout .pcl-description__content table td,.product-custom-layout .pcl-description__content table th{display:block;width:100%;padding:0}.product-custom-layout .pcl-description__content table td ul li{max-width:100%}.product-custom-layout .pcl-tags{margin-left:0;max-width:100%;flex-direction:column;align-items:flex-start;flex-wrap:wrap}.product-custom-layout .pcl-divider{margin-left:0;max-width:100%}.product-custom-layout .pcl-actions{display:grid;grid-template-columns:auto 1fr auto;grid-template-rows:auto auto;gap:12px;padding-right:0;align-items:center}.product-custom-layout .pcl-quantity{grid-column:1;grid-row:1;max-width:104px;justify-content:center}.product-custom-layout .pcl-add-to-cart{grid-column:1 / -1;grid-row:2;width:100%}.product-custom-layout .pcl-icons{grid-column:3;grid-row:1;justify-content:flex-end}.product-custom-layout .pcl-breadcrumbs{margin:20px 0}.product-custom-layout .pcl-description__content p{font-size:16px}.product-custom-layout .pcl-tags__actions{display:none}}@media screen and (min-width: 769px){.product-custom-layout .pcl-thumbnails__arrow--left,.product-custom-layout .pcl-thumbnails__arrow--right{display:none}}
/*# sourceMappingURL=/cdn/shop/t/5/assets/la-product.css.map */
