.c-cart-item{display:grid;grid-template-columns:repeat(3, 1fr);grid-template-rows:auto;border-bottom:1px solid #c7c5c5;padding:13px 16px 15px;-webkit-column-gap:10px;-moz-column-gap:10px;column-gap:10px;position:relative;height:-webkit-max-content;height:-moz-max-content;height:max-content}.c-cart-item:last-child{border-bottom:none}@media screen and (max-width: 800px){.c-cart-item .c-cart-item__image{grid-area:1/1/4/2;padding-bottom:15px;-webkit-box-sizing:content-box;box-sizing:content-box}.c-cart-item .c-cart-item__header{grid-area:1/2/2/4}.c-cart-item .c-cart-item__middle{grid-area:2/2/4/4}.c-cart-item .c-cart-item__engraving{grid-area:4/1/5/4}.c-cart-item .c-cart-item__bottom{grid-area:5/1/6/4}}@media screen and (min-width: 800px){.c-cart-item{padding:24px 30px;grid-template-columns:1fr 2fr;grid-template-rows:auto}.c-cart-item .c-cart-item__image{grid-area:1/1/5/2}.c-cart-item .c-cart-item__header{grid-area:1/2/2/3}.c-cart-item .c-cart-item__middle{grid-area:2/2/4/3}.c-cart-item .c-cart-item__engraving{grid-area:4/2/5/3;height:-webkit-min-content;height:-moz-min-content;height:min-content;padding-bottom:10px}.c-cart-item .c-cart-item__bottom{grid-area:5/2/6/3}}.c-cart-item--rtl{direction:rtl}.c-cart-item--rtl .c-cart-item__wishlist{left:0;right:auto}.c-cart-item--rtl .c-cart-item__remove{left:16px;right:auto}@media screen and (min-width: 800px){.c-cart-item--rtl .c-cart-item__remove{left:30px;right:auto}}.c-cart-item--rtl .c-cart-item__quantity{left:0;right:auto}.c-cart-item--rtl .c-cart-item__bottom--two>button:first-child{border-left:none;border-right:1px solid #a5a5a5}.c-cart-item__remove{position:absolute;width:22px;height:22px;border-radius:50%;border:none;top:14px;right:16px;background-color:rgba(0,0,0,0);padding:0;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media screen and (min-width: 800px){.c-cart-item__remove{width:24px;height:24px;top:24px;right:30px}}.c-cart-item__remove>svg{width:8px;height:8px}@media screen and (min-width: 800px){.c-cart-item__remove>svg{width:12px;height:12px}}.c-cart-item__image{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0;position:relative;min-width:120px;max-height:123px}@media screen and (min-width: 560px){.c-cart-item__image{max-height:unset}}@media screen and (min-width: 800px){.c-cart-item__image{min-width:226px;max-height:233px}}.c-cart-item__image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.c-cart-item__image-link{cursor:pointer;height:100%;width:100%}.c-cart-item__wishlist{position:absolute;max-width:36px;max-height:36px;border-radius:0;border:none;top:0;right:0;background-color:rgba(0,0,0,0);cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:10px}.c-cart-item__wishlist svg{width:12px;height:12px}.c-cart-item__header a{text-decoration:none}.c-cart-item__header h3{font-size:18px;font-weight:600;line-height:16px;color:#222;margin:0 0 13px}@media screen and (min-width: 800px){.c-cart-item__header h3{font-size:16px;line-height:18px;margin:0 0 10px}}.c-cart-item__middle{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:16px;padding:16px 0 15px}@media screen and (min-width: 800px){.c-cart-item__middle{padding:10px 0 30px}}@media screen and (min-width: 560px){.c-cart-item__middle{grid-column-start:2}}.c-cart-item__price span{display:block;font-family:var(--font-heading);font-size:15px;font-weight:600;line-height:18px}.c-cart-item__options{margin:0;padding:0;list-style:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:19px;position:relative}.c-cart-item__options li{height:21px}.c-cart-item__options li:nth-child(1){-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.c-cart-item__option-name{font-family:var(--font-heading);font-size:12px;font-weight:600;line-height:25px;color:#222;-webkit-margin-end:5px;margin-inline-end:5px}@media screen and (min-width: 800px){.c-cart-item__option-name{font-size:16px;-webkit-margin-end:5px;margin-inline-end:5px}}.c-cart-item__option-value{font-family:var(--font-body);font-size:12px;font-weight:300;line-height:21px;height:21px;color:#222;position:relative}.c-cart-item__option-value:has(select)::after{content:"";position:absolute;top:50%;right:23px;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:1px;height:14px;background:#fff;pointer-events:none}.s-cart--direction--rtl .c-cart-item__option-value:has(select)::after{left:23px;right:auto}.c-cart-item__option-value select{border:none;background-color:#f4f4f4;padding:2px 24px 2px 8px;border-radius:3px;color:#222;font-family:var(--font-body);font-size:12px;font-weight:200;letter-spacing:1px;line-height:17px;-webkit-appearance:none;-moz-appearance:none;appearance:none;position:relative;cursor:pointer;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iNSIgdmlld0JveD0iMCAwIDEyIDUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xIDAuNUw2IDQuNUwxMSAwLjUiIHN0cm9rZT0iI0E1QTVBNSIgc3Ryb2tlLXdpZHRoPSIwLjUiLz4KPC9zdmc+Cg==);background-repeat:no-repeat;background-position-x:90%;background-position-y:center}.c-cart-item__option-value select:focus-visible{outline:none}.c-cart-item__quantity{position:absolute;right:0;bottom:-1px}.c-cart-item__quantity label{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-family:var(--font-heading);font-size:12px;font-weight:600;line-height:21px;color:#222}@media screen and (min-width: 425px){.c-cart-item__quantity label{font-weight:400}}.c-cart-item__quantity label:has(select)::after{content:"";position:absolute;top:50%;right:23px;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:1px;height:14px;background:#fff;pointer-events:none}.s-cart--direction--rtl .c-cart-item__quantity label:has(select)::after{left:23px;right:auto}.c-cart-item__quantity label select{border:none;background-color:#f4f4f4;padding:2px 24px 2px 8px;-webkit-margin-start:2px;margin-inline-start:2px;border-radius:3px;color:#222;font-family:var(--font-body);font-size:12px;font-weight:200;letter-spacing:1px;line-height:17px;-webkit-appearance:none;-moz-appearance:none;appearance:none;position:relative;cursor:pointer;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iNSIgdmlld0JveD0iMCAwIDEyIDUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xIDAuNUw2IDQuNUwxMSAwLjUiIHN0cm9rZT0iI0E1QTVBNSIgc3Ryb2tlLXdpZHRoPSIwLjUiLz4KPC9zdmc+Cg==);background-repeat:no-repeat;background-position-x:90%;background-position-y:center}@media screen and (min-width: 425px){.c-cart-item__quantity label select{-webkit-margin-start:5px;margin-inline-start:5px}}.c-cart-item__quantity label select:focus-visible{outline:none}.c-cart-item__bottom{display:-webkit-box;display:-ms-flexbox;display:flex;height:38px;margin-top:15px}@media screen and (min-width: 800px){.c-cart-item__bottom{height:auto;margin-top:unset;grid-column-start:2;grid-row-start:4;grid-row-end:4}}.c-cart-item__bottom--two>button:first-child{border-right:none}.c-cart-item__bottom>button{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center;gap:5px;padding:5px;width:50%;font-size:12px;font-weight:400;line-height:14px;letter-spacing:.48px;text-decoration:none;text-transform:capitalize;color:#000;background-color:rgba(0,0,0,0);border:1px solid #a5a5a5;-webkit-box-shadow:0 0 .5px 0 rgba(14,14,44,.4) inset;box-shadow:0 0 .5px 0 rgba(14,14,44,.4) inset;cursor:pointer}@media screen and (min-width: 800px){.c-cart-item__bottom>button{padding:10px;gap:11.5px}}.c-cart-item__bottom>button:hover{opacity:.8}.c-cart-item__bottom>button:disabled{opacity:.6}.c-cart-item__bottom>button svg{-webkit-margin-end:2px;margin-inline-end:2px;max-width:12px;max-height:12px}@media screen and (min-width: 560px){.c-cart-item__bottom{grid-column-start:2}}.c-cart-item__loading{display:none;position:absolute;top:0;left:0;right:0;bottom:0;background-color:rgba(21,19,19,.1294117647);border-radius:2px}.c-cart-item__loading.is-active{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}