@media screen and (max-width:990px){
.card_content-bottom{align-items:flex-start}
}
.card-product-variants{display:flex;flex-direction:column;gap:2.4rem}
.card-product-variants-variants{position:relative;display:flex;align-items:center;z-index:9999}
.card-product-variants-buttons{display:flex;align-items:center;gap:.8rem;padding:0;margin:0;border:none}
.card-product-variants-buttons-button{cursor:pointer;display:block!important;width:2.2rem;height:2.2rem;background:#000;border-radius:50%}
.card-product-variants-buttons-button-gold{display:block!important;width:2.2rem;height:2.2rem;background:radial-gradient(50% 50% at 50% 50%,#fff1cb 0,#fce8b0 64.39%,#e3cb89 100%);border-radius:50%}
.card-product-variants-buttons-button-silver{display:block!important;width:2.2rem;height:2.2rem;background:radial-gradient(50% 50% at 50% 50%,#fff 0,#eee 64.39%,#d9d9d9 100%);border-radius:50%}
.card-product-variants-buttons-list{padding:0;margin:0;list-style:none;width:100%;border-radius:0 0 .2rem .2rem}
.card-product-variants-buttons-list::-webkit-scrollbar{width:5px}
.card-product-variants-buttons-list::-webkit-scrollbar-track{margin:1.6rem 0;background:rgba(238,231,221,.4);border-radius:.2rem}
.card-product-variants-buttons-list::-webkit-scrollbar-thumb{background:#d4a373;border-radius:.2rem}
.card-product-variants-buttons-list.closed{max-height:.1px;overflow:hidden;transition:.3s ease-in-out}
.card-product-variants-buttons-list.opened{max-height:37rem;overflow:auto;transition:.3s ease-in-out}
.card-product-variants-buttons-list-wrapper{width:100%;cursor:pointer}
.card-product-variants-buttons-list-wrapper-outer{padding:0 2.4rem;width:100%;background-color:rgba(238,231,221,.4);border-radius:.2rem}
.card-product-variants-buttons-list-wrapper-label{height:unset!important;padding:1.2rem 0;display:flex;align-items:center;justify-content:space-between}
.card-product-variants-buttons-list-wrapper-label svg{transform:rotate(90deg);transition:.3s ease-in-out}
.card-product-variants-buttons-list li{cursor:pointer;position:relative;padding:1.4rem 0;margin-right:2.4rem;display:flex;align-items:center;justify-content:space-between;font-size:1.4rem;line-height:100%;color:#3e2723;font-weight:600;border-bottom:1px solid rgba(62,39,35,.1490196078)}
.card-product-variants-buttons-list li .label-label{font-size:1.4rem;font-weight:600;line-height:1;text-transform:uppercase;color:rgba(62,39,35,.5019607843)}
.card-product-variants-buttons-list li:last-child{border-bottom:none}
.card-product-variants-buttons-list li input[type=radio]{cursor:pointer;opacity:0;clip:unset;overflow:visible;margin:0;top:0;left:0;width:95%;height:100%}
.card-product-variants-buttons-label{margin-bottom:1.6rem;height:1rem;display:flex;align-items:center;gap:.8rem;font-size:1.4rem;line-height:100%;font-weight:600;text-transform:uppercase;color:rgba(0,0,0,.5019607843)}
.card-product-variants-buttons-label-value{height:1rem;display:flex;align-items:center;gap:.8rem;font-size:1.4rem;line-height:100%;font-weight:600;text-transform:uppercase;color:#3e2723}
.card-product-variants-select-label{margin-bottom:1.2rem;height:1rem;display:flex;align-items:center;gap:.8rem;font-size:1.4rem;line-height:100%;font-weight:600;text-transform:uppercase;color:rgba(0,0,0,.5019607843)}
.card-product-variants-select-select{cursor:pointer;padding:1.4rem 1.6rem 1.4rem 2.4rem;width:100%;display:flex;align-items:center;justify-content:space-between;border:none;font-size:1.4rem;font-weight:600;line-height:100%;text-transform:uppercase;color:#3e2723;background-color:rgba(238,231,221,.4);border-radius:.2rem;-webkit-appearance:none;-moz-appearance:none;appearance:none}
.card-product-variants-select-select:focus-visible{outline:0;box-shadow:none}
.card-product-variants-select-select-icon{pointer-events:none;position:absolute;display:flex;right:1.6rem;top:1.2rem;transform:rotate(90deg);transition:.3s ease-in-out}
.card__information{display:flex;flex-direction:column;justify-content:center;align-items:center;background-color:rgba(238,231,221,.4);border-radius:0 0 .2rem .2rem;transition:.3s ease-in-out!important}
.card__information .price{margin:0;margin-top:0;width:-moz-fit-content;width:fit-content;text-align:start}
.card__inner{background-color:rgba(0,0,0,0)!important}
.card__heading{font-family:CabinetGrotesk,sans-serif;color:var(--color-brand-palette-dark-brown,#3e2723);font-size:var(--size-ph-sm,12px);font-style:normal;font-weight:500;line-height:176%}
.card__media{background-color:rgba(0,0,0,0)!important}
.card__media .media{background-color:rgba(0,0,0,0)!important}
.card__media .media img{background-color:rgba(238,231,221,.4);transition:.3s ease-in-out!important}
.card__information{padding-top:0;padding-bottom:1.2rem;padding-right:1.2rem;padding-left:1.2rem}
.featured__collection-button{opacity:0;transition:.3s ease-in-out}
.card__information-absolute{position:absolute;padding:0 1.6rem;right:0;left:0;bottom:1.6rem;width:100%;height:100%;display:flex;justify-content:space-between;align-items:flex-end;transition:.3s ease-in-out}
.card__information-right{margin-bottom:12px;display:flex;align-items:center;justify-content:center;width:2.4rem;height:2.4rem;background-color:#fff;border-radius:1000px;background:rgba(141,110,99,.1);opacity:0;transition:.3s ease-in-out}
.card__information-right svg{width:1.5rem}
.card-wrapper{border:1px solid transparent;border-radius:.2rem;transition:.3s ease-in-out}
.card-wrapper:hover{border-color:rgba(141,110,99,.15);transition:.3s ease-in-out}
.card-wrapper:hover .featured__collection-button{opacity:1;transition:.3s ease-in-out}
@media only screen and (max-width:990px){
.card-wrapper:hover .featured__collection-button{opacity:0}
}
.card-wrapper:hover .card__information-absolute{bottom:1.6rem;height:100%;transition:.3s ease-in-out}
@media only screen and (max-width:990px){
.card-wrapper:hover .card__information-absolute{bottom:1.2rem}
}
.card-wrapper:hover .card__information-right{opacity:1;transition:.3s ease-in-out}