input, textarea, select {
    background-color: black !important;
    border: 1px solid #3b2f14 !important;
    color: #d7d7d7 !important;
    border-radius: 6px !important;
}
input:focus, textarea:focus, select:focus {
    border: 1px solid #ba963f !important;
}
a {
    transition: color 0.5s ease;
}

a:hover {
    color: #7a622a;
}


.text-lg.text-gray-900,.text-lg.text-gray-800,.text-lg.text-gray-700 {
    color: #ba963f !important;
}


.footer .footer-column h3 {
    color: #ba963f;
    font-size: 19px;
    font-weight: 400;
    margin-top: 15px;
    margin-bottom: 10px;
}
.footer .footer-column a {
    font-size: 15px;
    color: #d7d7d7;
}
.footer .footer-column a:active {
    color: #d7d7d7;
}
.footer .footer-column a:hover {
    color: #7a622a;
}

#backtoTop {
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

#backtoTop.visible {
    opacity: 1;
}

.splide__arrow svg {
    fill: white;
}
.splide__pagination {
    display: none;
}

.amslider .swiper-button-prev::after {
    content: none !important;
}
.amslider .swiper-button-next::after {
    content: none !important;
}

.am-custom-tab .prose {
    color: #d7d7d7;
}
.am-custom-tab h1,.am-custom-tab h2,.am-custom-tab h3 {
    color: #d7d7d7;
}


.checkout-index-index #maincontent {
    padding: 0 !important;
}

.checkout-index-index .logo img {
    width: 350px;
}


.pagebuilder-column h1 {
    font-size: 2.8rem !important;
    line-height: 3.3rem;
    color: #ba963f;
    font-weight: 400;
    margin-bottom: 2rem;
}
.pagebuilder-column h2 {
    margin: 0px 0px 10px !important;
    color: #ba963f;
}
.pagebuilder-column p {
    margin-bottom: 1rem;
}

.customer-account-create input[type=text],.customer-account-create input[type=email],.customer-account-create input[type=password],
.account input[type=text], .account input[type=email], .account input[type=password]
{
    width: 100%;
}

.account-nav {
    padding:0;
}

.account-nav li a:hover, .account-nav li strong {
    color: #ba963f !important;
}

.account .main .card {
    border: 1px solid #3B2F14;
}

.btn-secondary {
    border: 1px solid #7A622A;
    color: #d7d7d7;
    background-color: black;
}

.cart.item.message.notice {
    border-width: 2px;
    border-color: rgb(16 185 129/var(--tw-border-opacity));
    background-color: rgb(236 253 245/var(--tw-bg-opacity));
}

.message.notice {
    border-width: 2px;
    --tw-border-opacity: 1;
    border-color: rgb(246, 164, 59);
    --tw-bg-opacity: 1;
    background-color: rgb(255, 253, 239);
}

.btn-secondary:hover {
    --tw-border-opacity: 1;
    --tw-bg-opacity: 1;
    --tw-shadow: none;
    --tw-shadow-colored: none;
    background: none;
    color: #ba963f;
}

.prose :where(strong):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    color: var(--tw-prose-bold);
    font-weight: 600;
}

.ampromo-items-form .price-new-price .price-wrapper {
    font-size: 16px !important;
}

.prose :where(h3):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    font-weight: 400;
}

.checkout-index-index .action.primary,
.amcheckout-button,
.btn-primary {background: linear-gradient(112deg, #c7ad4c 19%, #583f01 91%) !important;}

.checkout-index-index .action.primary:hover,
.amcheckout-button:hover,
.btn-primary:hover {background: linear-gradient(160deg, #c7ad4c 19%, #583f01 91%) !important;}

.swatch-option {
    margin-bottom: 0;
    margin-inline-end: 0;
    margin-inline-start: 0;
    margin-top: 0;
    padding: 6px;
    border-radius: 80px;
    cursor: pointer;
    display: inline-block;
    min-height: 32px;
    min-width: 36px;
    text-align: center;
    transition: all .4s ease-in-out;
    width: 60px;
    height: 60px;
}
.swatch-option:active {border: #ba963f; border-width: 1px}
.swatch-option {background-color: transparent !important;}

.gallery-thumb {
    border: 1px solid #3b2f14;
}
.gallery-thumb:hover, .gallery-thumb:active, .gallery-thumb:focus {
    border: 1px solid #ba963f;
}

#search:focus, .form-input:focus {
    border: 2px solid rgb(186,150,63) !important;
    box-shadow: none !important;
}

.am-custom-tab .prose {
    max-width: fit-content;
}

.arrow-container {position: relative; background:black;}
.arrow-down {
    position:absolute;
    top: 8px;
    left: 50%;
    margin-left:-10px;

    padding-top:30px;
    width:0;
    height:0;
    border-left:10px solid transparent;
    border-right:10px solid transparent;
    border-top:10px solid black;
}
.arrow-down-border {
    position:absolute;
    top:8px;
    left: 50%;
    margin-left:-12px;
    padding-top:30px;
    width:0;
    height:0;
    border-left:12px solid transparent;
    border-right:12px solid transparent;
    border-top:12px solid #3b2f14;
}


.pagebuilder-column.product-column-right {
    margin: 40px 0px 0px 30px;
}

.pagebuilder-column.product-column-right-2 {
    margin: 15px 0px 0px 30px;
}

.product-right-column-content {
    margin-bottom: 30px;
}

.price-box.price-final_price .old-price .price-label, .price-box.price-final_price .old-price .price {
    color: #ba963f !important;
}
.close-modal-button {
    border: 1px solid #3b2f14 !important;
}

:focus {
    outline: none !important;
}

.freegift-button a {
    color: #ba963f !important;
}

.checkout-onepage-success .text-2xl, .checkout-onepage-success .order-title {
    color: #ba963f;
}
.checkout-onepage-success .border-b {
    border-color: #3b2f14 !important;
}
.checkout-onepage-success .order-details-items {
    border: 1px solid #3b2f14 !important;
}
.checkout-onepage-success .order-details-items .order-title {
    border-bottom: 1px solid #3b2f14 !important;
}
.checkout-onepage-success .order-details-items .border-t {
    border-color: #3b2f14 !important;
}

.text-2xl.block-title {
    color: #ba963f !important;
}
.text-2xl.block {
    color: #ba963f !important;
}

.account .column.main a:not(.btn) {
    color: #ba963f;
}
.account .column.main a:not(.btn):hover {
    color: #7a622a;
}
.account .fieldset legend {
    color: #ba963f;
}

input::placeholder,
textarea::placeholder {
    color: #757575 !important;
}

.wishlist-index-index .btn-secondary {
    color: #d7d7d7 !important;
}
.wishlist-index-index .btn-secondary:hover {
    color: #ba963f !important;
    background: transparent;
}
.wishlist-index-index .unavailable.stock {
    color: #d7d7d7;
}

.wishlist-index-index .old-price .price-label, .wishlist-index-index .old-price .price {
    color: #ba963f !important;
}

.btn:focus {
    border: none !important;
    --tw-ring-shadow: none !important;
}

div {
    --tw-ring-inset: none !important;
}
.am-custom-tabs-wrapper {
    max-width: 1488px;
    margin-left: auto;
    margin-right: auto;
}

#shopping-cart-table .item-actions a:hover, #shopping-cart-table .item-actions button:hover {
    color: #ba963f;
}

.prose :where(a):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    color: #ba963f;
    -webkit-text-decoration: none;
    text-decoration: none;
    font-weight: 400;
}

.checkout-payment-method .payment-option-title .action-toggle {
    display: inline-flex;
}

.form .label, .fieldset .label {
    color: #d7d7d7 !important;
}
.text-heading {font-weight: 400 !important;}

.amblog .title {
    color: #ba963f !important;
}

.amblog-link, .amblog-link span {
    color: #ba963f !important;
    text-decoration: none !important;
    font-weight: 400 !important;
}

.amblog-link:hover, .amblog-link span:hover {
    color: #7a622a !important;
}

.amblog-item a, .amblog-tag {
    background: none !important;
    border: 1px solid #3b2f14 !important;
}
.amblog-item a:hover, .amblog-tag:hover {
    color: #7a622a !important;
}

.amblog-ref, .ampost-link {
    color: #ba963f !important;
    text-decoration: none !important;
}

.amblog-ref:hover, .ampost-link:hover {
    color: #7a622a !important;
}

.am-powered-by {
    display: none !important;
}

.amblog-navigation-container {
    background: none !important;
}
.amblog-navigation-container a, .amblog-navigation-container a span {
    color: #ba963f !important;
}

.amblog-navigation-container a:hover, .amblog-navigation-container a span:hover {
    color: #7a622a !important;
}

.mt-2.block.text-taboo.pointer-events-none {
    min-height: 50px;
}

.amasty-brands .swiper-container:not(.-ambanner-loaded) .swiper-slide:not(:first-of-type) {
    position: initial !important;
    visibility: initial !important;
    opacity: initial !important;
}


.amblog-post-container {
    border: 1px solid #3b2f14 !important;
    padding: 20px !important;
}

.amblog-post-title {
    margin: 15px 0 !important;
    font-weight: 400 !important;
}

.amblog-content {
    padding: 0 0 20px !important;
}

.amblog-footer {
    padding: 0px !important;
}

.amblog-author-avatar, .amblog-author-avatar img {
    width: 90px !important;
    height: 100% !important;
}

.amblog-wrap {
    margin-bottom: 0 !important;
}

.amblog-read.justify-center.btn {
    margin-bottom: 0 !important;
}

.amblog-categories .amblog-category .amblog-link, .amblog-categories .amblog-category .amblog-link .font-normal {
    color: #d7d7d7 !important;
}

.amblog-category.amblog-category a:hover {
    color: #ba963f !important;
}

.amblog-categories .amblog-category .amblog-link .font-normal:hover {
    color: #ba963f !important;
}

.amblog-headline {
    color: #ba963f !important;
}

.amblog-headline:hover {
    text-decoration: none !important;
    color: #7a622a !important;
}

.post-item-info {
    padding: 20px !important;
    border: 1px solid #3b2f14 !important;
}

.amblog-title .title {
    font-size: 1.4rem !important;
}

.amblog-post-title .title {
    color: #ba963f !important;
    font-size: 1.6rem !important;
}

.pagebuilder-column h2 {
    margin: 0px 0px 10px !important;
    color: #ba963f !important;
    font-size: 1.6rem !important;
}

.pagebuilder-column h3 {
    margin: 0px 0px 10px !important;
    color: #ba963f !important;
    font-size: 1.25rem !important;
}

.amblog-item-product .product-item-link {
    color: #ba963f !important;
    min-height: 56px !important;
}

.amblog-item-product .product-item-link:hover {
    color: #7a622a !important;
}

.am-custom-tab .prose :where(h2):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    font-weight: 400;
}

.taboo-cms ol, .taboo-cms ul  {
    padding-left: 40px;
    margin-bottom: 1rem;
}

.taboo-cms a {
    color: #ba963f;
}

.taboo-cms a:hover {
    color: #7a622a;
}

.tab-content li h3 {
    color: #d7d7d7 !important;
    font-weight: 400;
}

.cms-contact-us [multiple]:focus, .cms-contact-us [type="date"]:focus, .cms-contact-us [type="datetime-local"]:focus, .cms-contact-us [type="email"]:focus, .cms-contact-us [type="month"]:focus, .cms-contact-us [type="number"]:focus, .cms-contact-us [type="password"]:focus, .cms-contact-us [type="search"]:focus, .cms-contact-us [type="tel"]:focus, .cms-contact-us [type="text"]:focus, .cms-contact-us [type="time"]:focus, .cms-contact-us [type="url"]:focus, .cms-contact-us [type="week"]:focus, .cms-contact-us input:where(:not([type])):focus, .cms-contact-us select:focus, .cms-contact-us textarea:focus {
--tw-ring-color: #ba963f;
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
}

.cms-contact-us input::-webkit-outer-spin-button,
.cms-contact-us input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.cms-contact-us input[type=number] {
  -moz-appearance: textfield;
}

.prose :where(strong):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    color: #ba963f;
    font-weight: 400;
}

.account-nav li a, .account-nav li strong {
    color: #d7d7d7;
}

.account-nav li a:hover, .account-nav li strong {
    text-decoration: none;
}


[multiple]:focus, [type=date]:focus, [type=datetime-local]:focus, [type=email]:focus, [type=month]:focus, [type=number]:focus, [type=password]:focus, [type=search]:focus, [type=tel]:focus, [type=text]:focus, [type=time]:focus, [type=url]:focus, [type=week]:focus, input:where(:not([type])):focus, select:focus, textarea:focus {
    --tw-ring-color: none !important;
}
[type=checkbox]:focus, [type=radio]:focus {
    --tw-ring-color: none !important;
}

.hyva-category .pagebuilder-column p {
    margin-bottom: 0px !important;
}