.wedog-product{background:#fff;padding:clamp(16px,2.5vw,28px) 0 clamp(56px,8vw,96px)}.wedog-product__breadcrumb{display:flex;flex-wrap:wrap;gap:6px;font-size:13px;color:var(--wd-muted, #8c8c8c);margin-bottom:20px}.wedog-product__breadcrumb a{color:var(--wd-ink-soft, #4a4a4a);text-decoration:none}.wedog-product__breadcrumb a:hover{color:var(--wd-ink, #1a1a1a)}.wedog-product__layout{display:grid;gap:clamp(24px,4vw,48px);grid-template-columns:1fr;background:var(--wd-bg, #faf8f5);border-radius:24px;padding:clamp(16px,2.5vw,28px)}@media(min-width:990px){.wedog-product__layout{grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);align-items:flex-start}}.wedog-product__gallery-inner{display:grid;grid-template-columns:76px 1fr;gap:12px;align-items:start}.wedog-product__gallery-inner>.wedog-product__main:first-child{grid-column:1 / -1}@media(max-width:749px){.wedog-product__gallery-inner{grid-template-columns:1fr}}.wedog-product__thumbs{display:flex;flex-direction:column;gap:8px;max-height:540px;overflow-y:auto;scrollbar-width:thin}@media(max-width:749px){.wedog-product__thumbs{flex-direction:row;overflow-x:auto;overflow-y:hidden;max-height:none;order:2}}.wedog-product__thumb{flex:0 0 76px;width:76px;height:76px;border:1.5px solid transparent;border-radius:12px;overflow:hidden;background:#fff;padding:4px;cursor:pointer;transition:border-color .2s ease;display:flex;align-items:center;justify-content:center;color:var(--wd-ink-soft, #4a4a4a)}.wedog-product__thumb.is-active{border-color:var(--wd-ink, #1a1a1a)}.wedog-product__thumb:hover{border-color:var(--wd-line, #d9d9d9)}.wedog-product__thumb-img{width:100%;height:100%;object-fit:contain;display:block}.wedog-product__gallery{background:#fff;border-radius:20px}.wedog-product__gallery-inner{background:#fff}.wedog-product__main{position:relative;border-radius:20px;overflow:hidden;background:#fff;aspect-ratio:1 / 1}.wedog-product__main-item{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;transition:opacity .3s ease}.wedog-product__main-item.is-active{opacity:1;position:absolute;z-index:1}.wedog-product__main-img{width:100%;height:100%;object-fit:cover;display:block}.wedog-product__badge{position:absolute;top:14px;left:14px;z-index:2;background:var(--wd-yellow, #f4c431);color:var(--wd-ink, #1a1a1a);font-size:11px;font-weight:700;letter-spacing:.06em;padding:6px 12px;border-radius:999px;text-transform:uppercase}.wedog-product__zoom{position:absolute;top:14px;right:14px;z-index:2;width:36px;height:36px;border-radius:50%;border:0;background:#ffffffd9;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;color:var(--wd-ink, #1a1a1a);transition:background .18s ease}.wedog-product__zoom:hover{background:#fff}@media(max-width:749px){.wedog-product__zoom{width:44px;height:44px}}.wedog-product__info{display:flex;flex-direction:column;gap:16px;padding:4px 4px 4px 8px}.wedog-product__title{margin:0;font-family:Inter,sans-serif;font-size:clamp(24px,3.2vw,32px);font-weight:700;line-height:1.15;letter-spacing:-.02em;color:var(--wd-ink, #1a1a1a)}.wedog-product__subtitle{margin:-8px 0 0;font-size:clamp(20px,2.6vw,26px);font-weight:600;color:var(--wd-ink, #1a1a1a);letter-spacing:-.01em}.wedog-product__rating{display:inline-flex;align-items:center;gap:4px}.wedog-product__rating-text{font-size:13px;color:var(--wd-ink-soft, #4a4a4a);margin-left:6px}.wedog-product__price{display:flex;align-items:baseline;gap:12px;flex-wrap:wrap;margin-top:4px}.wedog-product__price-now{font-size:clamp(28px,3.6vw,36px);font-weight:700;color:var(--wd-ink, #1a1a1a);letter-spacing:-.01em}.wedog-product__price-was{font-size:16px;color:var(--wd-muted, #8c8c8c);text-decoration:line-through}.wedog-product__price-off{background:var(--wd-yellow, #f4c431);color:var(--wd-ink, #1a1a1a);padding:3px 10px;border-radius:999px;font-size:12px;font-weight:700}.wedog-product__installments{display:inline-flex;align-items:center;gap:8px;flex-wrap:wrap;font-size:13px;color:var(--wd-ink-soft, #4a4a4a);background:#fff;border:1px solid var(--wd-line, #ececec);padding:8px 12px;border-radius:12px;width:max-content;max-width:100%}.wedog-product__installments-logo{height:18px;width:auto;object-fit:contain}.wedog-product__short{margin:0;font-size:14px;line-height:1.55;color:var(--wd-ink-soft, #4a4a4a)}.wedog-product__highlights{list-style:none;margin:6px 0 4px;padding:0;display:grid;grid-template-columns:1fr 1fr;gap:10px}.wedog-product__highlight{display:flex;align-items:center;gap:12px;padding:12px;background:#fff;border:1px solid var(--wd-line, #ececec);border-radius:14px}.wedog-product__highlight-icon{width:38px;height:38px;border-radius:50%;background:var(--wd-bg, #faf8f5);display:inline-flex;align-items:center;justify-content:center;color:var(--wd-ink, #1a1a1a);flex-shrink:0}.wedog-product__highlight-body{display:flex;flex-direction:column;gap:1px;min-width:0}.wedog-product__highlight-title{font-size:13px;font-weight:700;color:var(--wd-ink, #1a1a1a)}.wedog-product__highlight-subtitle{font-size:12px;color:var(--wd-muted, #8c8c8c);line-height:1.3}.wedog-product__form{display:flex;flex-direction:column;gap:16px;margin:4px 0 0}.wedog-product__variants{display:flex;flex-direction:column;gap:14px}.wedog-product__option{border:0;margin:0;padding:0}.wedog-product__option legend{display:flex;gap:6px;margin-bottom:8px;font-size:13px}.wedog-product__option-label{font-weight:600;color:var(--wd-ink, #1a1a1a)}.wedog-product__option-value{color:var(--wd-ink-soft, #4a4a4a)}.wedog-product__swatches{display:flex;flex-wrap:wrap;gap:8px}.wedog-product__swatch{position:relative;cursor:pointer}.wedog-product__swatch input{position:absolute;opacity:0;pointer-events:none}.wedog-product__swatch-label{display:inline-flex;align-items:center;padding:8px 14px;border:1.5px solid var(--wd-line, #d9d9d9);border-radius:999px;font-size:13px;font-weight:500;color:var(--wd-ink, #1a1a1a);cursor:pointer;transition:border-color .2s ease,background .2s ease;background:#fff}.wedog-product__swatch-label:hover{border-color:var(--wd-ink, #1a1a1a)}.wedog-product__swatch input:checked+.wedog-product__swatch-label{background:var(--wd-ink, #1a1a1a);color:#fff;border-color:var(--wd-ink, #1a1a1a)}.wedog-product__swatch--color{padding:4px}.wedog-product__swatch-dot{display:inline-block;width:30px;height:30px;border-radius:50%;border:1.5px solid var(--wd-line, #d9d9d9);background:#ccc;box-shadow:inset 0 0 0 2px #fff;transition:border-color .2s ease,transform .2s ease}@media(max-width:749px){.wedog-product__swatch--color{padding:7px}.wedog-product__swatch-dot{width:28px;height:28px}}.wedog-product__swatch--color:hover .wedog-product__swatch-dot{border-color:var(--wd-ink-soft, #4a4a4a)}.wedog-product__swatch input:checked+.wedog-product__swatch-dot{border-color:var(--wd-ink, #1a1a1a);transform:scale(1.05)}.wedog-product__qty{display:flex;flex-direction:column;gap:8px}.wedog-product__qty label{font-size:13px;font-weight:600;color:var(--wd-ink, #1a1a1a)}.wedog-product__qty-input{display:inline-flex;border:1.5px solid var(--wd-line, #d9d9d9);border-radius:999px;overflow:hidden;width:max-content;background:#fff}.wedog-product__qty-input button{border:0;background:transparent;width:40px;height:44px;font-size:18px;cursor:pointer;color:var(--wd-ink, #1a1a1a)}.wedog-product__qty-input button:hover{background:var(--wd-bg, #faf8f5)}.wedog-product__qty-input input{width:50px;border:0;text-align:center;font-family:inherit;font-size:14px;font-weight:600;color:var(--wd-ink, #1a1a1a);-moz-appearance:textfield;background:transparent}.wedog-product__qty-input input::-webkit-outer-spin-button,.wedog-product__qty-input input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.wedog-product__cta{display:flex;flex-direction:column;gap:10px}.wedog-product__add,.wedog-product__buy{width:100%;height:52px;display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:999px;font-size:15px;font-weight:600;cursor:pointer;border:0;transition:background .18s ease,color .18s ease,border-color .18s ease}.wedog-product__add{background:var(--wd-yellow, #f4c431);color:var(--wd-ink, #1a1a1a)}.wedog-product__add:hover{background:var(--wd-yellow-hover, #e8b923)}.wedog-product__add:disabled{background:var(--wd-line, #d9d9d9);cursor:not-allowed}.wedog-product__buy{background:transparent;color:var(--wd-ink, #1a1a1a);border:1.5px solid var(--wd-ink, #1a1a1a)}.wedog-product__buy:hover{background:var(--wd-ink, #1a1a1a);color:#fff}.wedog-product__trust{display:inline-flex;align-items:center;gap:6px;font-size:12px;color:var(--wd-muted, #8c8c8c);align-self:center}.wedog-product__shipping{margin-top:clamp(24px,4vw,36px);display:grid;grid-template-columns:1fr;gap:12px;background:#fff;border:1px solid var(--wd-line, #ececec);border-radius:18px;padding:18px clamp(16px,2vw,24px)}@media(min-width:750px){.wedog-product__shipping{grid-template-columns:repeat(4,1fr)}}.wedog-product__ship{display:flex;align-items:flex-start;gap:12px}.wedog-product__ship+.wedog-product__ship{position:relative}@media(min-width:750px){.wedog-product__ship+.wedog-product__ship:before{content:"";position:absolute;left:-6px;top:4px;bottom:4px;width:1px;background:var(--wd-line, #ececec)}}.wedog-product__ship-icon{width:36px;height:36px;border-radius:50%;background:var(--wd-bg, #faf8f5);display:inline-flex;align-items:center;justify-content:center;color:var(--wd-ink, #1a1a1a);flex-shrink:0}.wedog-product__ship-body{display:flex;flex-direction:column;gap:2px;min-width:0}.wedog-product__ship-title{font-size:13px;font-weight:700;color:var(--wd-ink, #1a1a1a)}.wedog-product__ship-text{font-size:12px;color:var(--wd-muted, #8c8c8c);line-height:1.4}.wedog-product__tabs{margin-top:clamp(28px,5vw,48px);background:var(--wd-bg, #faf8f5);border-radius:24px;padding:clamp(20px,3vw,32px)}.wedog-product__tabs-heading{margin:0 0 20px;font-size:clamp(20px,2.4vw,26px);font-weight:700;letter-spacing:-.01em;color:var(--wd-ink, #1a1a1a)}.wedog-product__tabs-nav{display:flex;flex-direction:row;flex-wrap:nowrap;gap:0;background:transparent;border-radius:0;padding:0;border-bottom:1px solid var(--wd-line, #ececec);margin-bottom:28px;overflow-x:auto;scrollbar-width:none}.wedog-product__tabs-nav::-webkit-scrollbar{display:none}.wedog-product__tab{-webkit-appearance:none;appearance:none;background:transparent;border:0;border-bottom:2.5px solid transparent;padding:10px 18px;margin-bottom:-1px;font-size:14px;font-weight:500;color:var(--wd-muted, #8c8c8c);cursor:pointer;text-align:left;border-radius:0;transition:color .18s ease,border-color .18s ease;white-space:nowrap}.wedog-product__tab:hover{color:var(--wd-ink, #1a1a1a);background:transparent}.wedog-product__tab.is-active{background:transparent;color:var(--wd-ink, #1a1a1a);font-weight:600;border-bottom-color:var(--wd-yellow, #f4c431)}.wedog-product__tabs-panels{min-width:0}.wedog-product__panel{display:none;grid-template-columns:1fr;gap:32px;align-items:start}@media(min-width:990px){.wedog-product__panel{grid-template-columns:1fr 1fr}}.wedog-product__panel.is-active{display:grid}.wedog-product__panel-heading{margin:0 0 12px;font-size:clamp(22px,2.6vw,28px);font-weight:700;letter-spacing:-.01em;color:var(--wd-ink, #1a1a1a)}.wedog-product__panel-text{font-size:14px;line-height:1.6;color:var(--wd-ink-soft, #4a4a4a);margin-bottom:12px}.wedog-product__panel-bullets ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:8px}.wedog-product__panel-bullets li{position:relative;padding-left:24px;font-size:14px;line-height:1.5;color:var(--wd-ink-soft, #4a4a4a)}.wedog-product__panel-bullets li:before{content:"";position:absolute;left:0;top:4px;width:14px;height:14px;border-radius:50%;background:var(--wd-yellow, #f4c431);background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 14 14' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.5 7.2l2.4 2.3 4.6-4.5' fill='none' stroke='%231a1a1a' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}.wedog-product__panel-media{position:relative;border-radius:18px;overflow:hidden;aspect-ratio:4 / 3;background:var(--wd-bg, #faf8f5)}.wedog-product__panel-video{display:block;position:relative;width:100%;height:100%}.wedog-product__panel-img{width:100%;height:100%;object-fit:cover;display:block}.wedog-product__panel-img--placeholder{background:var(--wd-line, #ececec)}.wedog-product__panel-play{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:56px;height:56px;border-radius:50%;background:#ffffffeb;display:inline-flex;align-items:center;justify-content:center;color:var(--wd-ink, #1a1a1a);transition:transform .2s ease}.wedog-product__panel-video:hover .wedog-product__panel-play{transform:translate(-50%,-50%) scale(1.08)}.wedog-product__related{margin-top:clamp(40px,6vw,64px)}.wedog-product__related-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px;flex-wrap:wrap;gap:8px}.wedog-product__related-title{margin:0;font-size:clamp(20px,2.4vw,24px);font-weight:700;color:var(--wd-ink, #1a1a1a);letter-spacing:-.01em}.wedog-product__related-all{font-size:13px;color:var(--wd-ink-soft, #4a4a4a);text-decoration:none}.wedog-product__related-all:hover{color:var(--wd-ink, #1a1a1a)}.wedog-product__related-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}@media(min-width:750px){.wedog-product__related-grid{grid-template-columns:repeat(4,1fr)}}.wedog-product__rcard{display:flex;flex-direction:column;gap:8px;text-decoration:none;color:inherit}.wedog-product__rcard-img{aspect-ratio:1 / 1;border-radius:16px;overflow:hidden;background:var(--wd-bg, #faf8f5)}.wedog-product__rcard-img img,.wedog-product__rcard-img svg{width:100%;height:100%;object-fit:contain;padding:12px}.wedog-product__rcard-title{margin:4px 0 0;font-size:14px;font-weight:600;color:var(--wd-ink, #1a1a1a)}.wedog-product__rcard-price{font-size:13px;color:var(--wd-ink-soft, #4a4a4a)}
/*# sourceMappingURL=/cdn/shop/t/3/assets/section-wedog-product.css.map */
