.elementor-5968 .elementor-element.elementor-element-eeb130f{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-5968 .elementor-element.elementor-element-49287e6{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-5968 .elementor-element.elementor-element-56f6312{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-5968 .elementor-element.elementor-element-a940172 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-5968 .elementor-element.elementor-element-855df2f{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-woocommerce-product-title .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-5968 .elementor-element.elementor-element-e6e33f1 .elementor-heading-title{font-family:"Aclonica", Sans-serif;font-weight:600;color:#004D0A;}.woocommerce .elementor-widget-woocommerce-product-price .price{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.woocommerce .elementor-5968 .elementor-element.elementor-element-885e100 .price{color:#008311;}.elementor-widget-woocommerce-product-content{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-woocommerce-product-meta .product_meta .detail-container:not(:last-child):after{border-color:var( --e-global-color-text );}.elementor-5968 .elementor-element.elementor-element-d499cd7{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}@media(min-width:768px){.elementor-5968 .elementor-element.elementor-element-56f6312{--width:30%;}.elementor-5968 .elementor-element.elementor-element-855df2f{--width:70%;}}/* Start custom CSS for html, class: .elementor-element-fad4bd1 *//* =================================================
   ADD TO CART BUTTON (REFINED)
================================================= */

#accessory-add-to-cart{
  background:#C7852A;
  color:#fff;
  border:none;

  margin-top:18px;
  border-radius:8px;

  padding:16px 22px;

  font-size:19px;
  font-weight:700;
  line-height:1.2;

  cursor:pointer;

  transition:all .2s ease;

  box-shadow:0 4px 14px rgba(0,0,0,.12);

  width:100%;
}

/* Hover */
#accessory-add-to-cart:hover{
  background:#b37422;
  transform:translateY(-1px);
  box-shadow:0 6px 18px rgba(0,0,0,.18);
}

/* Active */
#accessory-add-to-cart:active{
  transform:translateY(1px);
  box-shadow:0 2px 6px rgba(0,0,0,.15);
}

/* Disabled */
#accessory-add-to-cart:disabled{
  background:#9fa6a1;
  cursor:not-allowed;
  box-shadow:none;
}

#accessory-add-to-cart::after{
  content:" →";
  margin-left:6px;
  transition:margin .2s ease;
}

#accessory-add-to-cart:hover::after{
  margin-left:10px;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-12a548b *//* ============================================================
   ACCESSORY FABRIC SWATCHES
============================================================ */

#accessory-fabric-container{
    display:block;
    margin-top:20px;
}

/* ============================================================
   ACCESSORY SLIDER TOOLBAR
============================================================ */

.accessory-slider-toolbar{

    display:flex;
    align-items:center;
    justify-content:space-between;

    gap:12px;

    margin-bottom:14px;

}

.accessory-arrow{

    width:42px;
    height:42px;

    border:none;
    border-radius:6px;

    background:#004D0A;
    color:#fff;

    font-size:24px;
    font-weight:700;

    cursor:pointer;

    transition:.2s ease;

}

.accessory-arrow:hover{

    background:#006611;

}

.accessory-more{

    flex:1;

    border:none;

    border-radius:6px;

    background:#ececec;

    padding:11px 16px;

    font-size:14px;
    font-weight:600;

    cursor:pointer;

    transition:.2s ease;

}

.accessory-more:hover{

    background:#dddddd;

}

/* ============================================================
   SLIDER
============================================================ */

.accessory-slider{

    display:flex;

    gap:14px;

    overflow-x:auto;

    overflow-y:hidden;

    scroll-behavior:smooth;

    padding-bottom:10px;

    scrollbar-width:none;

}

.accessory-slider::-webkit-scrollbar{

    display:none;

}

/* ============================================================
   SLIDER SWATCH
============================================================ */

.accessory-slider .pod-swatch{

    flex:0 0 110px;

    width:110px;

    position:relative;

    border:2px solid #ddd;

    border-radius:10px;

    background:#fff;

    padding:6px;

    cursor:pointer;

    transition:.2s ease;

}

.accessory-slider .pod-swatch:hover{

    border-color:#2e7d32;

    transform:translateY(-2px);

}

.accessory-slider .pod-swatch:has(input:checked){

    border-color:#2e7d32;

    background:#f3faf4;

}

.accessory-slider .pod-swatch input{

    position:absolute;

    opacity:0;

    pointer-events:none;

}

.accessory-slider .pod-swatch img{

    width:100%;

    display:block;

    border-radius:6px;

}

.accessory-slider .swatch-label{

    margin-top:8px;

    font-size:12px;

    text-align:center;

    font-weight:600;

    line-height:1.3;

}

/* ============================================================
   POPUP
============================================================ */

.accessory-popup{

    position:fixed;

    inset:0;

    background:rgba(0,0,0,.45);

    display:flex;

    justify-content:center;

    align-items:center;

    z-index:99999;

}

.accessory-popup-inner{

    width:min(1200px,95vw);

    height:min(720px,90vh);

    background:#fff;

    border-radius:12px;

    display:flex;

    flex-direction:column;

    padding:20px;

}

.accessory-popup-header{

    display:flex;

    gap:12px;

    margin-bottom:18px;

}

.accessory-search{

    flex:1;

    height:42px;

    padding:0 14px;

    border:1px solid #ddd;

    border-radius:6px;

    font-size:15px;

}

.accessory-close{

    height:42px;

    padding:0 18px;

    border:none;

    border-radius:6px;

    background:#004D0A;

    color:#fff;

    font-weight:600;

    cursor:pointer;

}

.accessory-grid{

    display:grid;

    grid-template-columns:repeat(auto-fill,minmax(110px,1fr));

    gap:14px;

    overflow:auto;

    padding-right:10px;

}

.accessory-grid .pod-swatch{

    position:relative;

    border:2px solid #ddd;

    border-radius:10px;

    background:#fff;

    padding:6px;

    cursor:pointer;

    transition:.2s ease;

}

.accessory-grid .pod-swatch:hover{

    border-color:#2e7d32;

    transform:translateY(-2px);

}

.accessory-grid .pod-swatch input{

    display:none;

}

.accessory-grid .pod-swatch img{

    width:100%;

    display:block;

    border-radius:6px;

}

.accessory-grid .swatch-label{

    margin-top:8px;

    text-align:center;

    font-size:12px;

    font-weight:600;

    line-height:1.3;

}

.accessory-grid .pod-swatch:has(input:checked){

    border-color:#2e7d32;

    background:#f3faf4;

}
.accessory-selected-name{

    margin-top:14px;

    font-size:15px;

    font-weight:600;

    color:#2e7d32;

}
.accessory-slider .pod-swatch.selected{

    border-color:#2e7d32;

    background:#f3faf4;

    transform:scale(1.03);

    box-shadow:0 0 0 3px rgba(46,125,50,.15);

}

.accessory-grid .pod-swatch.selected{

    border-color:#2e7d32;

    background:#f3faf4;

    transform:scale(1.03);

}
.accessory-fabric-section.config-error-section{

    border:2px solid #d32f2f;

}

.accessory-fabric-section .config-section-error{

    display:none;

    margin-bottom:12px;

    padding:10px 14px;

    border-radius:6px;

    background:#ffe9e9;

    color:#a10000;

    font-weight:600;

}

.dcc-hide-fabric #accessory-fabric-section{
    display:none;
}/* End custom CSS */