/** Shopify CDN: Minification failed

Line 347:23 Expected ":"

**/
.hover_arrow {
    width: 20px;
    height: 20px;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
}
.hover_arrow svg {
    width: 100%;
    position: absolute;
    top: 5px;
    left: 0;
    transition: all 0.5s;
}
.hover_arrow svg.arrow_second {left: -100%;top: 13px;}
.ag-best-seller__item .variant_picker {
    display: none;
}

.coman_btn:hover  svg.arrow_second {
    left: 0;
    top: 5px;
}

.coman_btn:hover svg.arrow_first {
    left: 105%;
    right: auto;
    top: -13px;
}
.coman_btn {
    display: inline-flex;
    align-items: center;
    position: relative;
    padding: 16px 28px;
    text-decoration: none;
    border-radius: 30px;
    font-weight: 500;
    font-size: 14px;
    line-height: 120%;
    gap: 5px;
    overflow: hidden;
    z-index: 1;
    transition: all 0.3s;
}
.hero_btn_main {
    margin-top: 15px;
}
.coman_btn::after {
    position: absolute;
    content: '';
    top: 103%;
    left: 0;
    WIDTH: 101%;
    height: 101%;
    background: #4D3D30;
    transition: all 0.3s;
    z-index: -1;
    border-radius: 20px;
}
.coman_btn:hover{
color:#fff;
}
.coman_btn:hover::after {
    top: 0;
}
.mb_80{
    margin-bottom:80px;
}
.coman_heading {
    font-weight: 500;
    font-size: 30px;
    line-height: 120%;
    margin: 0;
}

.coman_desc {
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    margin: 10px 0 0;
    color: #4D3D30;
}

.section_heading_cs {
    margin-bottom: 40px;
}

.custom-add-button {
    position: absolute;
    bottom: -75px;
    width: calc(100% - 20px);
    left: 50%;
    transform: translate(-50% );
    transition: all 0.6s;
}
.card-wrapper.product-card-wrapper:hover .custom-add-button {
    bottom: 0;
}
.swiper-pagination.ag-best-seller__progress {
    position: relative;
    height: 2px !important;
    background: #4d3d301a;
}
.swiper-pagination.ag-best-seller__progress .swiper-pagination-progressbar-fill {
    background: #4D3D30;
}
.quick-add__submit {
    font-weight: 500;
    line-height: 120%;
    letter-spacing: 4%;
    font-size: 14px;
    height: auto;
    min-height: unset;
    transition: all 0.5s;
}
body .text_duty_cs {
    display: none;
}
  .filler_products_wrapper {
  max-width: 320px;
  position: relative;
  font-family: inherit;
}

.filler_products_wrapper {
  max-width: 350px;
  font-family: inherit;
}

.filler_heading {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 6px;
}

.filler_row {
  display: flex;
  align-items: center;
  gap: 12px;
}

/* Select */

.custom-select {
    position: relative;
    width: 130px;
}
.select-head {
  border: 1px solid #dcdcdc;
  padding: 8px 12px;
  border-radius: 4px;
  background: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-size: 14px;
}
.filler_price.hidden {
  display: none;
}

.arrow {
  transition: .3s;
}

.custom-select.active .arrow {
  transform: rotate(180deg);
}

/* Dropdown */

.filler_products {
    list-style: none;
    margin: 4px 0 0;
    padding: 0;
    border: 1px solid #dcdcdc;
    border-radius: 4px;
    background: #fff;
    position: absolute;
    width: 100%;
    max-height: 0;
    overflow: hidden;
    transition: max-height .3s ease;
    z-index: 10;

}


.custom-select.active .filler_products {
  max-height: 290px;
  overflow-y: auto;
}

.filler-item {
    padding: 4px 12px;
    font-size: 14px;
    cursor: pointer;
}

.filler-item:hover {
  background: #f2f2f2;
}

.filler-item.disabled {
  opacity: .4;
  pointer-events: none;
}

/* Price */

.filler_price {
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
}

.variant_picker {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 10px;
  flex-wrap: wrap;
}

.variant_swatch {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #e1e1e1;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease;
  background: #f7f7f7;
}

.variant_swatch img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.variant_swatch:hover {
  transform: scale(1.1);
  border-color: #000;
}

.variant_swatch .no-image {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #ddd, #bbb);
}
.variant_swatch.more_variants {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #4d3e31;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none !important;
}
.product .price .badge {
    background: #4b3d30;
    display: none;
}
@media(max-width:1199px){
    .mb_80 {
    margin-bottom: 60px;
}
.coman_btn {
    padding: 14px 20px;
    font-size: 14px;
}
}
@media(max-width:991px){
    .section_heading_cs {
    margin-bottom: 25px;
}
.coman_heading {
    font-size: 28px;
}
}
@media(max-width:767px){
.coman_heading {
    font-size: 25px;
}
.coman_desc {
    font-size: 16px;
}
.coman_btn {
    padding: 12px 13px;
    font-size: 13px;
}
.ag-collection-list-header a {
    display: block;
    width: 100%;
}
    .mb_80 {
    margin-bottom: 50px;
}
}
@media(max-width:575px){

.variant_picker {
  gap: 5px;
}

.variant_swatch {
  width: 28px;
  height: 28px;
}

.variant_swatch.more_variants {
    font-size: 11px;
}
}


.fe-wrap {  background: #F5F0EA; padding: 5px 0; border-radius: 4px; }
.fe-heading { letter-spacing: 0; font-weight: 600; font-size: 14px; line-height: 1; text-transform: uppercase; color: #4d3d30; margin-bottom: 10px !important; }
.fe-card {
  position: relative; background: #FBF8F4; border: 1px solid #DDD5C8; border-radius: 4px;
  padding: 12px 14px; display: flex; gap: 14px; align-items: center; cursor: pointer;
  transition: border-color 0.2s, background 0.2s; max-width: 100%;
}
.fe-card:hover:not(.fe-disabled) { border-color: #8B6B55; background: #F5EDE3; }
.fe-card.fe-selected { border-color: #5C3D2E; background: #EDE0D4; }
.fe-card.fe-disabled { opacity: 0.5; cursor: not-allowed; }
.fe-img {
  width: 64px; height: 64px; border-radius: 3px; flex-shrink: 0;
  background: #DDD5C8; overflow: hidden; display: flex; align-items: center; justify-content: center;
}
.fe-img img { width: 100%; height: 100%; object-fit: cover; }
.fe-info { flex: 1; min-width: 0; }
.fe-name {  font-size: 14px; color: #2C1810; line-height: 1.35; margin-bottom: 3px; }
.fe-size { font-size: 10px; letter-spacing: 0.08em; text-transform: uppercase; color: #8B6B55; margin-bottom: 6px; font-weight: 600; }
.fe-price {  sans-serif; font-size: 13px; color: #5C3D2E; font-weight: 500; }
.fe-soldout { font-size: 9px; letter-spacing: 0.06em; text-transform: uppercase; color: #A0927F; }
.fe-check {
  width: 20px; height: 20px; border-radius: 2px; border: 1px solid #C4B5A5;
  background: #FBF8F4; display: flex; align-items: center; justify-content: center;
  flex-shrink: 0; transition: all 0.18s;
}
.fe-card.fe-selected .fe-check { background: #5C3D2E; border-color: #5C3D2E; }
.fe-check svg { display: none; }
.fe-card.fe-selected .fe-check svg { display: block; }
.fe-added {
  margin-top: 10px; padding: 9px 14px; background: #EDE0D4; border: 1px solid #C4A98A;
  border-radius: 4px; display: none; align-items: center; justify-content: space-between;
}
.fe-added.fe-show { display: flex; }
.fe-added-label {  font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase; color: #6B5B4E; }
.fe-added-price {  font-size: 15px; color: #2C1810; }
/* ── Filler quantity stepper ── */

.fe-qty-wrap {
  align-items: center;
  gap: 10px;
  margin-top: 10px;
  padding: 8px 12px;
  background: #FBF8F4;
  border-radius: 8px;
  border: 1px solid #E8DDD5;
}

.fe-qty-label {
  font-size: 13px;
  color: #8B6B55;
  font-weight: 500;
  white-space: nowrap;
}

.fe-qty-stepper {
  display: flex;
  align-items: center;
  gap: 0;
  border: 1px solid #D9CBBF;
  border-radius: 6px;
  overflow: hidden;
  background: #fff;
}

.fe-qty-btn {
  width: 32px;
  height: 32px;
  background: transparent;
  border: none;
  cursor: pointer;
  font-size: 18px;
  line-height: 1;
  color: #8B6B55;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.15s;
  user-select: none;
}

.fe-qty-btn:hover {
  background: #F5EDE5;
}

.fe-qty-btn:active {
  background: #EDD9CC;
}

.fe-quantity-input {
  width: 36px;
  height: 32px;
  text-align: center;
  border: none;
  border-left: 1px solid #D9CBBF;
  border-right: 1px solid #D9CBBF;
  font-size: 14px;
  font-weight: 500;
  color: #3D2B1F;
  background: #fff;
  -moz-appearance: textfield;
  outline: none;
}

.fe-quantity-input::-webkit-outer-spin-button,
.fe-quantity-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}