.product-card-style-standard-dp .product-card__kind,.product-card-style-condensed-dp .product-card__kind,.product-card-style-standard-dp .product-card__inspired,.product-card-style-condensed-dp .product-card__inspired,.product-card-style-standard-dp .product-card__brand-scent,.product-card-style-condensed-dp .product-card__brand-scent,.product-card-style-standard-dp .product-card__size,.product-card-style-condensed-dp .product-card__size{margin-top:4px}.product-card-style-standard-dp .product-card__brand-scent,.product-card-style-condensed-dp .product-card__brand-scent{color:#1d0d08;font-size:1.4rem;font-weight:500}.product-card-style-standard-dp .product-card__kind,.product-card-style-condensed-dp .product-card__kind{color:rgba(var(--color-foreground),.6);text-transform:none;margin-bottom:0;line-height:1}.product-card-style-standard-dp .product-card__inspired,.product-card-style-condensed-dp .product-card__inspired{color:rgba(var(--color-foreground),.6);text-transform:none;line-height:1.5}.product-card-style-standard-dp .product-card__inspired-line,.product-card-style-condensed-dp .product-card__inspired-line{display:flex;flex-direction:column;line-height:1.2;margin-top:.4rem}.product-card-style-standard-dp .product-card__inspired-line .product-card__inspired,.product-card-style-condensed-dp .product-card__inspired-line .product-card__inspired,.product-card-style-standard-dp .product-card__inspired-line .product-card__brand-scent,.product-card-style-condensed-dp .product-card__inspired-line .product-card__brand-scent{margin-top:0}.product-bundle-card__details--dp{display:grid;grid-template-columns:1fr 1fr;grid-template-areas:"kind kind" "title title" "inspired inspired" "price option";gap:6px}.product-bundle-card__details--dp .dp-kind{grid-area:kind}.product-bundle-card__details--dp .dp-price{grid-area:price;line-height:1}.product-bundle-card__details--dp .dp-title{grid-area:title}.product-bundle-card__details--dp .dp-inspired{grid-area:inspired}.product-bundle-card__details--dp .dp-option{grid-area:option;justify-self:end}@media (min-width: 768px){.product-bundle-card__details--dp{grid-template-columns:1fr auto;grid-template-areas:"kind price" "title title" "inspired inspired" "option option"}.product-bundle-card__details--dp .dp-price{justify-self:end}.product-bundle-card__details--dp .dp-option{justify-self:start}}.product-bundle-card__details--dp .product-card__kind{color:rgba(var(--color-foreground),.6);text-transform:none}.product-bundle-card__details--dp .product-card__size{color:rgba(var(--color-foreground),.6);text-transform:none;line-height:1;margin-top:.4rem}.product-bundle-card__details--dp .dp-price .f-price{display:inline-flex;align-items:center}.pcard__info .product-card__inspired-line{display:flex;flex-direction:column;gap:2px;line-height:1.2}.pcard__info .product-card__inspired-line .product-card__inspired,.pcard__info .product-card__inspired-line .product-card__brand-scent{margin-top:0}.pcard__info .product-card__inspired{color:rgba(var(--color-foreground),.6);text-transform:none;line-height:1.5}.pcard__info .product-card__kind,.pcard__info .product-card__size{color:rgba(var(--color-foreground),.6);text-transform:none}.pcard__info .product-card__kind{line-height:1}.pcard__info .dp-meta-row{margin-top:6px}.product-bundle-card__details--dp .product-card__inspired-line{display:flex;flex-direction:column;gap:2px;line-height:1.2}.product-bundle-card__details--dp .product-card__inspired-line .product-card__inspired,.product-bundle-card__details--dp .product-card__inspired-line .product-card__brand-scent{margin-top:0}.product-bundle-card__details--dp .product-card__inspired{color:rgba(var(--color-foreground),.6);text-transform:none;line-height:1.5}.product-bundle-card__details--dp .product-card__kind{color:rgba(var(--color-foreground),.6);text-transform:none;line-height:1}.product-card--dp .f-price{margin:1.2rem 0 0;font-weight:500;line-height:1}.product-card--dp .product-card__info{padding:1.4rem 1.6rem 0}@media (max-width: 767.98px){.product-card--dp .product-card__info{padding:.8rem .8rem 0}}.product-card-style-standard-dp .product-card__size,.product-card-style-condensed-dp .product-card__size{color:rgba(var(--color-foreground),.6);text-transform:none;line-height:1}.product-card-style-condensed-dp .product-card__sizes{display:flex;flex-wrap:wrap;gap:.8rem;margin-top:.6rem}.product-card-style-condensed-dp .product-card__sizes .product-card__size{margin:0}.product-card-style-condensed-dp .product-card__sizes--chips{display:flex}.product-card__sizes-select{display:none}.product-card__condensed-info .product-card__sizes-select{flex:1 1 auto;justify-content:flex-end;margin-top:.6rem;width:100%;font-size:1.4rem;line-height:1.8rem}@media (max-width: 767.98px){.product-card-style-condensed-dp .product-card__sizes--chips{display:none}.product-card__sizes-select{display:flex}}.product-card__condensed-info .product-card__sizes-select{flex:1 1 auto;justify-content:flex-end;margin-top:.6rem;width:100%}.product-card__sizes-select select{color:inherit;font:inherit}.product-card--condensed-dp .product-card__size-option{font:inherit;font-size:1.4rem;line-height:1.8rem;color:rgba(var(--color-foreground),.6);border:none;border-radius:0;background:transparent;padding:.4rem 0;height:2.4rem;cursor:pointer;transition:color var(--duration-short),background var(--duration-short);position:relative}.product-card--condensed-dp .product-card__size-option:after{content:"";width:100%;height:1px;background:currentColor;position:absolute;inset-inline-start:0;bottom:0;transform:scaleX(0);transform-origin:var(--transform-origin-end);transition:transform var(--animation-default)}.product-card--condensed-dp .product-card__size-option.is-active{background:transparent;color:rgb(var(--color-foreground))}.product-card--condensed-dp .product-card__size-option:hover:after,.product-card--condensed-dp .product-card__size-option.is-active:after{transform:scaleX(1);transform-origin:var(--transform-origin-start)}.product-card--condensed-dp .product-card__size-option.is-active:after{animation:text-underlined .6s}.product-card__condensed-info{width:100%;display:flex;align-items:flex-end;justify-content:space-between;gap:1.2rem}.product-card__condensed-info .product-card__sizes{flex:1 1 auto;justify-content:flex-end}.product-card__condensed-info .product-card__price-target{margin-bottom:.4rem;flex-shrink:0;line-height:1}
/*# sourceMappingURL=/cdn/shop/t/7/assets/component-product-card-dp.css.map */
